A Flash Developer Resource Site

Search:

Type: Posts; User: Santuria

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    0
    Views
    6,437

    [help] programming in AS3 tile based game

    All of the links I'm finding for tonypa's site seem broken on my computer?!? #withdrawal
    Recently installed flash after not using it in 7 years and I can't get code to compile for ****. Need help!...
  2. Replies
    22
    Views
    12,010

    Great game, really brings me back to warcraft 3...

    Great game, really brings me back to warcraft 3 tft, which is where I'm assuming you got most of the ideas from.
  3. Wow! Thanks for all the input. I found it...

    Wow! Thanks for all the input. I found it extremely helpful. I think its time for me to look into those tutorials. Thanks for the help. I geuss its gonna be awhile before I actually get anything...
  4. Where to start in the world of flash multiplayer?

    It wasn't too long ago when I was learning how to make a ball move using frames. From there I moved up in the world and made a ball move in all four directions! (funny now, but it was awesome as hell...
  5. Replies
    4
    Views
    543

    // loaded only once, obviously var time; var...

    // loaded only once, obviously
    var time;
    var max = 10; // or whatever
    // checking every frame
    if (Key.isDown(Key.SPACE)){
    time++;
    }
    if (time>max){
    time = 0;
    shoot = true; //...
  6. Replies
    36
    Views
    1,633

    I didn't have time to read through everyones post...

    I didn't have time to read through everyones post to see if someone mentioned this bug, but when you shoot a basket with the white and red ball and it bounces around on the rim, it switches to the...
  7. Replies
    42
    Views
    2,177

    I basically have no life, so any time works for...

    I basically have no life, so any time works for me.
  8. Replies
    3
    Views
    946

    how would i convert .aif to .mp3? im on a mac at...

    how would i convert .aif to .mp3? im on a mac at the moment if that makes a difference.
  9. Replies
    3
    Views
    946

    [help] external .aif not playing

    I made a song for my applied technology class in garageband. The song exports in .aif and when I run this script in Flash it loads the sad.aif fine, but nothing happens from there. It is suppose to...
  10. Replies
    8
    Views
    897

    Yeah, I'm not trying to do it on the press of...

    Yeah, I'm not trying to do it on the press of one. Im trying to have it shoot when I left click. I decided to just use the onClipEvent(mouseDown) method, it's annoying though because it only works...
  11. Replies
    8
    Views
    897

    Actually I had a typo when changing my code. It...

    Actually I had a typo when changing my code. It works great now! thanks! Still the shooting doesn't work when i use (1). Works fine with space so I'm happy for now. Thanks for the help.
  12. Replies
    2
    Views
    483

    change _root.mb . i = false; to _root.mb [i] =...

    change _root.mb . i = false; to _root.mb [i] = false; i think.
  13. Replies
    8
    Views
    897

    Oh yes, I should have mentioned that. holder is...

    Oh yes, I should have mentioned that. holder is just a big movie that holds everything and is located a 0,0 so that shouldn't matter. I changed to math.atan2 and did the dy,dx. Still not working. Btw...
  14. Replies
    8
    Views
    897

    [Help]Aiming/Shooting with mouse.

    Recently I decided to change how I shoot in a simple game I have. I ran into a problem where the mouse wouldn't rotate the hero/weapons correctly. Also, it wouldn't fire. Heres my code:...
  15. Replies
    10
    Views
    854

    The script for 1 of the buttons is on (press)...

    The script for 1 of the buttons is

    on (press) {
    _root.holder.loadMovie("news.swf");
    }

    As before, it loads the clip, but none of the script runs.
    So basically I have my main movie, which I...
  16. Replies
    10
    Views
    854

    title is just a blank movie clip on the stage and...

    title is just a blank movie clip on the stage and MENU is also a blank movie clip on the stage. so shouldn't it load both kSiteTitle and kSiteMenu and run the script? is "GET" the problem? any help...
  17. Replies
    10
    Views
    854

    This is basically all I could in the main .swf,...

    This is basically all I could in the main .swf, the rest of the code is in kSiteTitle and kSiteMenu. I decided to keep this simple and make a simple website for the time being. Here's all the code in...
  18. Replies
    4
    Views
    687

    I think it starts off too difficult, or maybe I...

    I think it starts off too difficult, or maybe I just suck. Cool game. Yeah as posted above, a little bug is if you click the ball and quickly move the mouse up. You can drag the ball off the...
  19. Replies
    10
    Views
    854

    Well to start, I'm loading the movie using...

    Well to start, I'm loading the movie using loadMovie("whatever.swf"). I know its loading because I first load a movie.swf that has a bunch of buttons and I can see the buttons after it's been loaded....
  20. Replies
    10
    Views
    854

    I fixed it. I thought it was avatar, but my...

    I fixed it. I thought it was avatar, but my friend put it under signature.
  21. Replies
    10
    Views
    854

    loadMovie help

    I was planning on making a game that involved loading .swf into .swf and variables from .txt. The text part worked fine, but when I load a .swf, none of the actions work. I know the actions work...
  22. Replies
    4
    Views
    555

    start more games at once, it's really cool,...

    start more games at once, it's really cool, please.
  23. Replies
    27
    Views
    2,129

    naruto rocks, man. shutup... noob.

    naruto rocks, man. shutup... noob.
  24. Replies
    16
    Views
    905

    amazing graphics. so smooth.

    amazing graphics. so smooth.
  25. Replies
    14
    Views
    706

    yeah, i enjoyed it. but maybe you could have it...

    yeah, i enjoyed it. but maybe you could have it progressively get harder. haiti is not an easy country to think of.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center