Sunday, November 7, 2010

Flash - ActionScript - ActionScript Commands for Navigation

ActionScript codes for common navigation commands.

Use these codes when you create buttons to stop the playhead, start the playhead, or move the playhead to different frames.

(note: the gotoAndStop and gotoAndPlay commands require additional information, or parameters, within their parentheses, as indicated)

*stop();
*play();
*gotoAndStop(framenumber or "framelabel");
*gotoAndPlay(framenumber or "framelabel");
*nextframe();
*prevframe();


***reference: "adobe flash cs5 classroom in a book"

No comments:

Post a Comment