Search tutorials
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.6 Votes: 30 |
| » Author |
| Cyclist, Snowboarder, Flash Designer Extrordinaire. |
| » Download |
| Download the files used in this tutorial. |
| Download (52 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!