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.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|