Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

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

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
2,788
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Aug 19, 2011

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: http://dl.dropbox.com/u/12146966/videotutorialwalkthroughdoc.fla
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 flash.events.MouseEvent;

stop();

startbtn.addEventListener(MouseEvent.CLICK, startgame);

function startgame(event:MouseEvent):void{
nextFrame();
}

For the main room:
stop();
var canyouopendoor:Boolean = false;

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (Computoguy)

  • I just realised how high my voice was here... O_o

  • i have this problem with this function startgame(event:MouseEvent):Vo­id{* says is not loader..

    Scene=Scene 1, layer=Layer 1, frame=1, Line 7 The class or interface 'flash.events.MouseEvent' could not be loaded.

  • @Tonnzninety3 At the top of your code, type import flash.events MouseEvent

  • This is just what I'm looking for, thank you so much <3

  • @XLucifernus No problem.

  • hey, any chance you can make a how-to on text boxes?

  • @gsaddfff What do you mean?

Top Comments

  • Your accent completes it.

see all

All Comments (47)

Sign In or Sign Up now to post a comment!
  • Clever kid.

  • @Computoguy Ok Thanks So Much

  • @Tonnzninety3 i have Adobe Flash Cs5

  • Nice tutorial. really liking it : )

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more