Tuesday, April 29, 2008

Week 8 class

For the motion in flash :
double click the movie clip to edit
add motion to the clip
drag the edited clip to the frame

We create a new layer for applying action script.

Drag Car & Stars
carMC.onPress = function(){
this.startDrag();
}

starsMC.onRelease = function(){
this.stopDrag();
}

starsMC.onPress = function(){
this.startDrag();
}

carMC.onRelease = function(){
this.stopDrag();
}

Identity
takethisdance.com

0 comments: