ForumsProgramming ForumA Step By Step Guide on Making Your Very First Adobe Flash CS3/CS4 Program

16 11771
Axel
offline
Axel
475 posts
Nomad

So you want to make your first flash game! Lets get started.

Pre-Makeing:

First you have to do these steps. AKA how do download flash.

1. Go here and click on the try button.
http://i49.tinypic.com/sls9rm.jpg


2. Install Adobe Flash CS4/CS3.

3. Open Adobe Flash.

Making the Game:

1. Create a circle.

1. Click on the rectangle located on the bar on the right.

http://i46.tinypic.com/2m800zp.jpg
http://i45.tinypic.com/zojbq0.jpg

2. Click on it again (Double Click) and select Oval tool.
http://i47.tinypic.com/m7atqr.jpg

3. On the white rectangle box in the middle of the program, click and drag the mouse while holding down SHIFT.
http://i50.tinypic.com/2hhi2yx.jpg

You have created a circle. DONE!

2. Turn it into a symbol.

1. Click on the circle.

2. Click on Window > Convert to Symbol.
http://i48.tinypic.com/14v48xg.jpg

3. Name your symbol Button.
http://i46.tinypic.com/jl71n7.jpg

DONE! Now your circle is a "symbol" that is called Button!

3. Give it a insurance name of "button".

1. Click on the "Properties" tab located on the top-right.

2. Click on the Button (The Circle).

3. On the space that says, "Insurance name", put "Button".
http://i46.tinypic.com/o0c94m.jpg

DONE!

4. Give it actionscript.

1. On the "Layer" on the bottom of the screen, right-click and click on "Insert New Layer".

http://i46.tinypic.com/1zw1yqw.jpg

2. Click on the small WHITE box. (Not Gray.)

http://i47.tinypic.com/2yzjyfk.jpg

2. Click on the box above the "Layers" that says Actions - Frame. (If you don't see it, make sure Window > Actions is checked.)

http://i50.tinypic.com/2nsyjrn.jpg

3. On the box given, put this in:

Button.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("http://www.Armorgames.com/&quot);
}




You just made your first flash game. Congrats. Click on Control > Test Movie to play your game. If everything went right, when you click on Button, it will open ArmorGames.com.

Questions, comments, something went wrong? Post here.

  • 16 Replies
rjbman
offline
rjbman
215 posts
Nomad

hehe... need to call Allstate or State Farm to find out where it is :P

Showing 16-16 of 16