How to make a simple game in flash

February 20, 2010

How To

This video shows you how to make a simple maze game in flash.

Start Button:

on(release){
gotoandstop(whatever frame your maze is going to be on)
}

(USE THAT CODE FOR THE PLAY AGAIN BUTTONS ALSO.)

Maze walls:

on(rollover){
gotoandstop(whatever your losing frame is on)
}

Finish line:

(The same code as the maze walls, except put it to your winning frame, or your next level)

on(rollover){
gotoandstop(whatever your winning frame is on)
}

, , , ,

Subscribe

Subscribe to our e-mail newsletter to receive updates.

5 Responses to “How to make a simple game in flash”

  1. Fero's Rift Strategy Guide Says:

    Hey, Just wanted to let you know that your web site is not loading properly on my apple iphone. Are you aware if there may be some setting I need to use to make it show correctly? Almost everything is out of line.

  2. Michael Says:

    MINE ONLY COMES UP WITH A HAND WHEN I ROLL OVER ANYTHING DOES NOT THEN JUMP TO WIN/LOOSE SCREEN!

    REALLY ANNOYING
    HELPPPPPPPPPPPP PLEASE

  3. urvashi Says:

    im new to flash……..jus tell me how did u create maze walls and then how did u insert code into acions of maze walls….plss helpp

Trackbacks/Pingbacks

  1. How to make a simple game in flash | Flash tutorials | Flash video … at Flash Designers - February 23, 2010

    [...] from: How to make a simple game in flash | Flash tutorials | Flash video … [...]

  2. Fero's Rift Strategy Guide | 7Wins.eu - February 18, 2011

    [...] How to make a simple game in flash | Flash tutorials | CS5 | Actionscript | flash animation | HowTo [...]

Leave a Reply