Wobbling actors
sl-images
Member Posts: 44
i have actors that spawn and then fall from the sky i would like them to wobble as they fall not rotate fully but rock between say 320 and 250 constantly any ideas how to do this i though about animating them but its quite a long task for such a small peice of the game plus it would take quite allot of memory ...
Comments
Another way you might be able to do it would be by interpolating self.rotation, but I've never tried that, so I'm not sure it would work.
then have another rule when self rotation = 90 interpolate rotation to 0
You can switch the starting rotation of the actor and those numbers in the rules to whatever angles you want, just make sure they match up like they do above
cheers