Hello lunarray !
I'm developing a game based on your plugin where I have a wheel spinning either right or left depending on if I click right or left.
So far so good, but sometimes I get a weird bug where it'll rotate more then the specified angle I determined. I figured by now the problem is that I need C2 to wait until the tween ends for it to accept another input, but the only wait conditions are for time and for a signal... How can I make this work?
Could you perhaps check my .capx so you guys can test and tell me if you understand what's happening.How I coded it:
I made a sprite rotate using relative angle tween with target 45 (for right spin) and -45 (left). I used enforce, linear and 1s duration. I really don't understand what the issue is. I believe it should work well according to the documentation.
Edit: I can't post urls yet scirra.com/arcade/puzzle-games/beta-spinner-493
Edit2: Ok, I managed to make it work on my machine but now when I upload it, it doesnt seem to work only on the first movement.
Edit3: Made it!! Just in case you want to see how I did it check my .capx
Thank you in advance,
Quendera