Our Flash tutorials provide you with step-by-step instructions on how to create beautiful Flash animations and integrate them into your website.  Home Flash & Swish Flash Tutorials Creating Time in Flash

Creating Time in Flash


1. Create a new movie with width=200 and height=75 .

2. Create a text field name it time.

3. Name the current layer textfield.

4. Create a new layer above the current layer and name it actions

5. Create two key frames in the actions layer

6. In the first key frame give action

Creating Time in Flash

today = new Date();
time = today.getHours() add ":" add today.getMinutes() add ":" add today.getSeconds();

7. In the second frame give action

gotoAndPlay (1);

8. press ctrl + enter to test the movie.



Author's URL: Sajid
Final results of our readers
New!
Passed through all the steps? Share your result!
Your result will be premoderated.
Please make sure you choose the right image.
 
 



Captcha

*Required fileds
Our Flash tutorials provide you with step-by-step instructions on how to create beautiful Flash animations and integrate them into your website. More Flash Tutorials: Featured Materials | Fresh Materials | More Flash Tutorials at FlashPerfection.com

No comments yet...
Add comments to "Creating Time in Flash"

Captcha