Kako narediti countdown timer v Flash CS3

0


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 = setinterval(countdown,1000); the gotoandplay(231); thing is just when the countdowntimer reach 0 then it will go to the frame that i have entered.


Leave a Reply

 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up

© 2010 Angel Katarov. Vse pravice pridržane.