Hi, i have Arrow set to change angle exactly 90 degree when touched, but when you touch again before the tween ended, it will rotate again but will not keep the 90 degree angle anymore. How to fix this please
I suggest disabling the button touch(in other words locking) while rotating using a globalvariable or localvariable
for example:
On Touched Button1 & Variable = 0 then
---->"Rotate to 90 degrees"(The one you worked at)
---->Set Variable to 1
If Arrow is equal to 90 degrees then set Variable to 0