I’m having a problem that I can’t seem to figure out for the life of me. I’m sure there’s a way to do it, but nothing I’ve tried has worked.
I’m using the mc_tween2.as tween class and the slideTo method for moving objects around on the screen.
What I’m trying to do is to have the objects rotate “x” degrees when clicked. Right now, they move, let’s say, 20px across the x-axis. But I want it to move 20px while rotating 15 degress clockwise. Is that possible using this method?
Is there a better way to do it that I’m not figuring out? I know there’s a way to rotate objects using the _rotation feature, but that doesn’t move it using any tweens; it just “snaps” it into place. I’m looking to rotate the object using a tween, while sliding sliding around using the slideTo method. Any help you guys could give would be great. Thanks in advance.