Search tutorials
The Scripts
Select the movieclip 'dancer':
and in Actions put the following scripts:
onClipEvent (load) {
stop();
speed = 0;
_root.fpscontrol.setFPS (speed);
}
Using the method setFPS we tell FPS Controller to change the frame rate; so 'speed = 0' is the frame rate when the clip loads.
on (press) {
startDrag("");
}
on (release) {
stopDrag();
}
(This is only to make the dancer draggable... )
| » Level Intermediate |
|
Added: 2005-06-22 Rating: 8 Votes: 8 |
| » Author |
| . |
| » Download |
| Download the files used in this tutorial. |
| Download (346 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!