Okay more Flash

Now we are working on a two week project to make game in flash. So far I have hit some some snags that i have overcome. the first was that it did not what to put up my poorly drawn start screen. The 0,0 point on the start screen was at the bottom. So it was drawn out in a poor way, since the 0,0 on the flash screen is at the top.

The second snag was that i could not get the start button to work. It gave me some weird error, and it could not find the button. So I pulled over a start screen and button from the flash game tutorial. And even if they are made in the same way, the one I dragged over worked…. I had mixed feelings about that. Happy because I got it to work, and wtf feeling about why it worked.

startMenu.startBtn.addEventListener(MouseEvent.CLICK, startGame); It gives me headackes…..