Wednesday, January 21, 2009

Lesson_03: Linear Navigation



This week we will design a slide show application with forward and backward navigation buttons.

we will use the following actionscripts:
stop();
play();
next();
previous();
gotoAndStop(x) ; where x is the frame number to send the playhead.

No comments: