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
Your Ad Here

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

image 1

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
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

Internet & computing Flash is a vector-based moving graphics format created by Macromedia for the publication of animations on the World Wide Web. More Flash & Swish: Most Popular Materials | Fresh Materials | More Flash Tutorials at FlashPerfection.com

Add comments to "Creating Time in Flash"

Only registered users can write comment

Reader's comments