Why is my game only working when I hit enter and not when I click my start button?
So I'm having a weird issue with a game I'm putting together with actionscript 3.
The game is nothing complicated. I found a tutorial online to get some simple navigation with the keyboard arrow keys. I have a menu screen at the start of the game and I made a start button that takes you to another frame on the timeline where the game play is coded. If I click that start button it navigates to the play section of the timeline but the keyboard controls don't work at all. If instead of pressing the start button I just hit enter on the keyboard the swf plays forward until it hits the game section and the stop command and then the keyboard controls work fine.
Obviously my keyboard navigation controls are correct or it wouldn't be working at all but why does clicking the start button I created somehow stop it from working properly?
Any suggestions or thoughts anyone?
