 |
How to make a countdown timer in flash CS3 - YouTube
this is a tutorial about how to simply make a countdown timer in flash CS3, hope u like it! (put this on frame) code: timer = 10; countdown = function(){ timer--; if(timer==0){ clearInterval(countdownInterval); gotoAndPlay(231); } } countdownInterval = se
www.youtube.com |
 |