Her

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

A Simple Clock Can be a Nice Feature for Your Website

Author: Bluegelmedia.com Author's URL: www.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 :-)