A Flash Developer Resource Site

Search:

Type: Posts; User: Madkiller1

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,836

    AS 2 Thank you! It worked. It's my first "game" in...

    Thank you! It worked.
    It's my first "game" in flash and it's not so organized. I don't think I can put all the "dying ways" in one if statment. But I will keep that in mind when i work on the new,...
  2. Replies
    9
    Views
    1,836

    AS 2 When i complete the level 1 map, another script...

    When i complete the level 1 map, another script takes the time and print it in the end screen ( not the "gameover" screen). That works fine.
    But if I die, I go back to the "info screen" and press...
  3. Replies
    9
    Views
    1,836

    AS 2 How do i do this timer?

    _root.timer1 = 200;


    countdown = function ()
    {
    _root.timer1--;
    if (_root.timer1 == 0){
    clearInterval(countdownInterval);
    }
    }
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center