How to have multi effects on one press?
![PixelBunneh](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Okay -_- dumb question number two of the day.
I have a actor, that when pressed will rotate clockwise, 30, however i want it to, after it rotates clockwise to then rotate counter clock wise by 60, then clockwise by 30 to end up in its original position.
Be gentle this is my first project in awhile and i already feel stupid not understanding how to make this work >(
Thanx!!
I have a actor, that when pressed will rotate clockwise, 30, however i want it to, after it rotates clockwise to then rotate counter clock wise by 60, then clockwise by 30 to end up in its original position.
Be gentle this is my first project in awhile and i already feel stupid not understanding how to make this work >(
Thanx!!
Best Answer
-
jonmulcahy Posts: 10,408
Use a timer and interpolate
Interpolate rotation to 30 over .5 seconds
After .5 seconds interpolate rotation to -6o over .5 seconds
After 1 second interpolate rotation to 0 over .5 seconds
You'll have to play with the angle numbers, I'm not sure exactly what numbers to input, but that will have it rotate back and forth over 1.5 seconds
Answers