Flash & Swish  Home Flash & Swish Flash Tutorials A Simple Clock Can be a Nice Feature for Your Website
rss

A Simple Clock Can be a Nice Feature for Your Website

Author: Bluegelmedia.com More by this author


Step1 : Create a movie clip.

Step2 : Create a DYNAMIC text box. In the PROPERTIES pallet of the text box give the text box a variable name. For instance "time".

Step3 : In frame 1 of the movie type this simple one line code. In this case "time" is what I named the text box variable.

time = date();

Step4 : Goto frame 11 of the movie clip and add another one line code

gotoAndPlay (1);

Step5 : Insert the movie clip in the flash file and done :-)



Rate this Material: Bad 1 2 3 4 5 Excellent
print this page tell a friend subscribe to newsletter subscribe to rss

Add comments to "A Simple Clock Can be a Nice Feature for Your Website"