Adobe Flash Pro Tutorials: How to Make A Simple Point and Click Game (AS3) [Part 1, HQ]

In this video I begin to talk to you about programming and designing a simple ActionScript 3 based point and click game in Adobe Flash Professional CS5.5. Project file: ActionScripts: (these will only work if the instance names of your objects are the same as the ones in the video!) For the menu: import ; stop(); (, startgame); function startgame(event:MouseEvent):void{ nextFrame(); } For the main room: stop(); var canyouopendoor:Boolean = false;
Back to Top