First I would like to say a very big thank you for this great plugin. It's a real time saver. However, I have some questions. Maybe I'm not getting things exactly right..
I'm doing a game where an alert(a background image and two buttons) pops down from top of the screen (invisible area) to the main screen, when a player fails. Basically the alert pops down and says "You have failed, would you like to continue?", and then a "YES" and "NO" button to either continue or exit to the main menu.
So, I'm moving these 3 image objects(the background, "Yes" button and "No" button) using the MoveTo plugin. Coming down is fine, however, when the user chooses YES, the alert is supposed to go back up into the invisible area so the game can continue but it isn't. It's almost like it tries to, but hangs immediately. Moves about 1 pixel then returns back. You keep pressing YES the same keeps happening over and over, and at the end of the day, the alert is still at the same place.
How do fix this please?