[AS3] Making an 'Escape the Room' in AS3
Hello,
So I am continuing my long switch from AS2 to AS3 finally... and I thought I'd start by making something simple. An "Escape The Room" type game, should be easy right? Just pointing and clicking?
Wrong.
Man, I am horrified how much I am dependent on coding on objects!
So many questions...
I loaded up my file for folks to look at.. I guess my big question is what I did wrong.. I thought i set up the buttons correctly and my Event Listeners.
nail_mc.addEventListener(MouseEvent.MOUSE_DOWN, objectFound);
But Flash doesn't like SOMETHING I did :P
Any insight into this would be much appreciated
Here is a link...
http://www.filefactory.com/file/b2bf...E_THE_ROOM.fla
I should be able to click and drag things if I knew what I was doing :P