Flash: Collision Detection?
Flash: Collision Detection?
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- imakedesign0
somthing like...
button1.onRollOver = function () {
button2._x = 250
button3._x = 450
button4._x =550}
then reset the values in RollOut.
this is very basic you should look into easing equations.