tweenlite
tweenlite
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- colour0
btn1.onPress = function() {
TweenLite.to(mc1, 0.5, {_x:500, _y:-500, ease:Expo.easeOut});
TweenLite.to(mc2, 0.7, {_x:30, _y:0, removeTint:true, ease:Expo.easeOut});
};