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
Tuesday, April 29, 2008
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment