Case 10 : win and lose screen
This link will take you to my game I have created a menu, win and lose screen. What I understand so far from the examplesI need to import MouseEvent from library and convert "play" "play agian" etc into button symbo, but took me a long time to figure that out. I was unsure if I should use import flash.display.SimpleButton on my actionscript or if I should stick to the MouseEvent . In the end I followed the examples they gave us, just to make sure I didn't make it more difficult for me than it already is, although there were somethings that got me confused. Like creating a new to use in a new private function. For example i write startgame(); and then write private function where I use the word startgame . Thats what concerned med after typing inn varibels and constructor. I tried to understand a some bits from the example before I got a lot of help from a second year student that had me thinking, what to do next. Thanks to him I got the menu working, thou...