Saturday, 8 May 2010

The Timer Function WORKS!!

Another quick post to save the web links I use to help me understand the timer function in Flash AS2:

Set Interval
Creating Timers in Flash pt1
Creating Timers in Flash pt2 <-- Awesome blog which explains EVERYTHING.
Countdown Timer for Flash Games AS2 <-- step by step process in how to write the actionscript

Aims Achieved:
  • Set timer to 3 seconds
  • Lose: Timer reaches 0, did not click the right button, takes you to "try again" page
  • Win: click on button before timer reaches 0, takes you to "win!" page
  • Button changed to movie clip (I want to it be moving) <-- animation has to be done in classic tween and not motion tween.  It went a bit weird here for some reason.
  • Timer testy ver. 2 = COMPLETE.

HOORAY.

No comments:

Post a Comment