can someone tell me how to make a timer? i do not know how and where to start for the timer. please help if you know how to. here's my game im working on that needs the timer.
That depends what you mean by timer. Do you want it to count up from 0, like how long you've been playing? Or do you want it to count down from a certain number until it reaches 0?
Check out my best projects so far and please comment:
Tic-Tac-Toe 2.0 ................... http://www.alice.org/community/showthread.php?t=3548
Alice Paint ........................... http://www.alice.org/community/showthread.php?p=23408
Real-Time Clock .................. http://www.alice.org/community/showthread.php?p=12725
Maze Game ......................... http://www.alice.org/community/showthread.php?t=4301
That depends what you mean by timer. Do you want it to count up from 0, like how long you've been playing? Or do you want it to count down from a certain number until it reaches 0?
i want it to count up and stop when you kill the boss.
I don't know what to tell you, I just downloaded it to check it and works fine. sorry. just use a number variable, and a boolean variable, have an action turn the boolean variable true to make the number variable increment by 1 every second, and then have an action turn the boolean variable to turn falso to stop the number variable from increasing, use if/else statements
If you are stuck on a project, check out the tutorials I made here at this link: