Search tutorials
'
Step2: Add some buttons on the stage for use with navigation.
// Previous Buttons Action on (release) { _root.prevLabel(); } // Next Buttons Action on (release) { _root.nextLabel(); }
Step3: Draw a circle on the stage, then convert it to a movieclip.
MovieCip is to hold out onClipEvent() action, replace with what you have in your own movies.
// This action goes on the basic movieclip onClipEvent (enterFrame) { _root.checkLabels(); }
Step4: Add some Labels and movement in movie.
Space Labels out a little so you can see the jump in frames.
Add another shape, convert it to a mc, and animate it doing something on stage.
Step5: Export your movie out. For use with tutorial, name it "getLabels.swf"
Drop it in the same folder with the RunMe.html supplied in the .zip file and you should see how it works!. Look the the RunMe.html file at the javaScript that talks to the Flash FSCommand.
» Level Intermediate |
Added: 2003-05-19 Rating: 4 Votes: 4 |
» Author |
3D, Scripting, Lingo |
» Download |
Download the files used in this tutorial. |
Download (28 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!