A Flash Developer Resource Site

Search:

Type: Posts; User: maxhammad

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    6,869

    Creating a stopwatch?

    Hey,

    I'd like to create a stopwatch that starts at 00:00 when a play button is pressed, and then stops whenever the stop button is pressed. After the stop button is pressed, I would like the...
  2. Replies
    2
    Views
    2,187

    thanks so much! but did you attach the file?

    thanks so much! but did you attach the file?
  3. Replies
    2
    Views
    2,187

    Some help with an MC.

    Hi Everyone,
    I have a little cursor that's a torch and when you press down it makes flames. I made it so when the MC of "flame" hits the white dot in the MC "circle", "circle" should continue to...
  4. Thread: Stop Sound

    by maxhammad
    Replies
    1
    Views
    404

    Stop Sound

    Hey,

    So ya know how theres the code that goes something like this:

    on (release) {
    kirupaSound = new Sound(this);
    kirupaSound.attachSound("coolsound");
    kirupaSound.start(0, 99);
    }
  5. Replies
    4
    Views
    472

    Thankyou thankyou thankyou ! :ddd

    just what i needed and its pretty simple to ! :]




    :B
  6. Replies
    4
    Views
    472

    oh my god im so stupid

    hahahaha im really sorry... no wonder i havnt gotten any responeses, i forgot to attatch the .fla ! hahahaa youll know what i did once you download it :]



    also if you need it in flash 8 file...
  7. Replies
    4
    Views
    472

    Shooting Help ?

    So I'm making a platformer, where you can shoot the enemies so i made a test of the shooting part, which is attatched. You simply drag the purple circle around and push space to shoot, works fine....
  8. Replies
    5
    Views
    696

    im talking about actionscript 2, and this has...

    im talking about actionscript 2, and this has never happened before, so there is a problem.
  9. Replies
    5
    Views
    696

    there is a problem.

    yes there is a problem. yesterday i had an mc with a triangle in it and it had a hittest (just like in this situation like i said above where the guy will die if he hits it) and the hit area was the...
  10. Replies
    5
    Views
    696

    **>__

    okay so i have a really annoying problem, any movieclips that i make dont detect transparency in hittest. so say the movie clip has a square in it and the alpha of the square is 0%. theres also a guy...
  11. Replies
    0
    Views
    393

    Movieclip MADNESSS :{

    hi there ,

    okay so i have a reallly REALLY big annoying problem. so every movieclip that i make is treated like a rectangle. so say if theres a triangle in a movie clip, you noo when u click the...
  12. Replies
    0
    Views
    388

    Platformer Help

    Hey ,
    So I'm learning to make platformers, and I got a source file from Kirupa. And I
    would like to know how I make it so when the character moves the camera doesn't. There isn't any V-Cam in it...
  13. Replies
    3
    Views
    383

    Thanks SO much!

    thanks a million!
  14. Replies
    3
    Views
    383

    Wall Problems

    Heylo,
    I have this little orange dude, that you move with the arrow keys, and when he hits the green walls, he stops moving. All four sides work except the bottom one. I've attatched the .fla, and...
  15. Thread: if Statement

    by maxhammad
    Replies
    1
    Views
    447

    if Statement

    heyyylooo!

    Okay, so say theres a button, that says everytime the spacebar is pressed, the variable score goes up by one. How would i make it so once the score=3 it would play frame 2?

    Also can...
  16. Replies
    0
    Views
    1,272

    Movieclip Movement

    Hey there,

    Okay so i understand how to move a movieclip when a key is pressed. You would simply say :

    onClipEvent(enterFrame){
    if(Key.isDown(Key.SPACE)){
    this._x += 5;
    }

    That works...
  17. Thread: Random Frame

    by maxhammad
    Replies
    1
    Views
    335

    Random Frame

    Okay so I have a game where when a mc_1 hits mc_2, it plays a random frame. This works fine, but i want to know how i can make it so it only plays frames 4-6 rather than playing any frame it wants.
  18. Replies
    1
    Views
    1,455

    Button Actions

    Hi everyone,

    Really stooopid question from dumb dumb me. So i have a button and when u click it, 1 point is subtracted from your score, and it takes you to frame 2. So i said this:

    on(press){...
  19. Replies
    1
    Views
    492

    CS3 Movie play next frame help ?

    Ayyy!
    So i'm making a game (yah like no one else is xD) and in the game a movie clip moves across the screen. I want to make flash play the next frame once the movie clip leaves the stage. So like...
  20. Replies
    8
    Views
    856

    Thanks.

    Thanks for the help . :]
  21. Replies
    8
    Views
    856

    Getting Mad

    :yarr:

    Uggh , this is really frustrating, thanks for the help, but it didn't work. I set the dynamic text box to have a variable of score and the instance name of score. It's on a layer that has a...
  22. Replies
    8
    Views
    856

    ???

    Could you explain further on that, give me the whole code I should use ?

    Thanks .
  23. Replies
    8
    Views
    856

    "if" statement help !

    Hey Everyone,
    I'm making a shooting game and I am one of those people who knows nothing about actionscript :)

    Oh yea, the game is using actionscript 2 in Flash CS3.

    So heres my little...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center