Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Preloader with Dial Display
Author: Alan Wisternoff
| Website: http://www.buffoonbrothers.com |
Step Three: The Needle
Now select the needle MC and name it "needle". Open the actions panel and add this code
onClipEvent (enterFrame) {
 setProperty (this, _rotation, _root. w);
}
This code is running everytime the animation enters a frame with the needle in it (actually every frame!) It is setting the property of the needle (this), rotation, to a value w degees which is increasing proportionally as the movie loads.
» Level Intermediate
Added: : 2003-05-19
Rating: 6.91 Votes: 26
Hits: 3231
» Author
Cyclist, Snowboarder, Flash Designer Extrordinaire.
» Download
Download the files used in this tutorial.
Download (52 kb)
Get conversion and unzipping tools
for PC and Mac here!
» Forums
More help? Search our boards for quick answers!
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.