:hr:So I made a puzzle game and everything works completely all the way down until you get to the simple button that is supposed to start the movie back off at frame 1. It rolls over, it clicks, the actionscript is correct, it’s in the right place but when you run the game and try to click the final button to play again, nothing happens. I’m guessing it has something to do with removing a child or something. At any rate it’s silly for sure. I have thought about writing code that would just reboot the whole animation on the mouse click but I wouldn’t know how to do that.
The eventlistener for the play again button is on my DragGame.as class at the bottom and I commented it. If you could help me out that would be amazing! All of the files are loaded in this zip that’s on my own personal server space. Thanks.