This is my first time using the forum so if I do something wrong tell me.
-
What do you want to achieve? Keep it simple and clear!
After I click a button, I want that button and others to tween offscreen as the camera faces a kind of mission board -
What is the issue? Include screenshots / videos if possible!
I have another tween that whenever you hover over one of the buttons it will come out a little bit and then returns when the mouse has left, but this is messing up the tween when you click one of the buttons. If your mouse doesn’t leave the area where the button previously was fast enough then the button will come zooming back and is out of place.
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried looking up for other similar things on the Developer Hub but I haven’t really been able to find anything like my problem. I’ve also tried checking to see if the tween is playing so I can stop the mouseEnter/Leave but that doesn’t help either.