Week 8

March 30, 2008 – 11:33 pm

Session 1: Today we will look at how to navigate from scene to scene in a Flash document using ActionScript 2.0 including the use of the on release method, gotoAndPlay, and stop.

on (release) {
    gotoAndPlay("Scene 2", 1);
}

Seasons Project Milestone #1 (Week 8, Session2):
1. Have at least one type of tween in your project
2. Have two working examples of ActionScript navigation
3. Have all four scenes added to your Flash document

Session 2: Today we will be looking a several ways to tween objects in Flash beyond the classic motion tweens.

||

Post a Comment