PDA

View Full Version : [AS3] need a Side Scroller Space Shooter tutorial


stonegolem
12-04-2008, 12:57 PM
I want to create a very basic, very simple 2D Space Shooter game by Flash AC3 for my assignment

it will be very simple.
- just an aircraft looking right. and able to fire bullet to the right side.
-randomly generated enemies (all the same image) coming from left to right.
- aircraft and bullet collisions
- an ingame score
- start menu (just a Button which says START, before game starts)

is there any tutorial which I may follow ? (must be in AS3)

thank you.

stonegolem.

EightySeven
12-04-2008, 01:44 PM
Hey there,

What is your programming skill level? I'm just asking before i know if I have something to send u for what u want.

a game like this?

https://www.mochiads.com/community/games/RedThunder/star-raider_v3

sorry about the plug but its the only uploaded version i have on hand

stonegolem
12-05-2008, 07:14 AM
yes exactly like that !!!

my programming level is zero :(

I had 3 months of flash classes (once a week), and I couldn't learn enough.
my progession is 3D modeling, but I have a Flash AS lesson as a part of my game design college.

I'm learning very slowly, because I had no coding experience before.
but I believe, eventually I will learn one day, sooner or later.

for now, I need a good tutorial to learn a game like that from skrach.
I will rewrite everything and I will change graphics.
and, I will play with values to see their effects.
and all of those will help me to learn more.

that game which you send is an excellent example of what I'm looking for.

EightySeven
12-05-2008, 02:57 PM
well that game i only have in source code so i'm not sure its what your looking for. BUT I know of the perfect book for you

http://www.amazon.com/ActionScript-3-0-Game-Programming-University/dp/0789737027/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1228489001&sr=8-1

I have the book. it walks you through step by step tutorials on how to make basic games like asteroids, match 3, and air raid. a bunch more too. really good book for beginners

stonegolem
12-06-2008, 01:28 AM
Thank you.

I searched that book all over Toronto, but couldn't find it.
Hopefully, my friend lend his copy to me during my projects.

there are 3 games which may help me for my assignment.

still I really would like to find a game tutorial similar to "Star Raider V3"
because I can prepare very nice rendered 3D graphics for that game and make it a very beatiful game.

but anyway, now I have a source, and If I fail to find a horizontal space shooter tutorial, I can still make one of the ones described in the book.

thank you for your help.

EightySeven
12-06-2008, 02:55 AM
honestly. I based star raider off of the Air Raid gmae in the book as my core code.. then i just tweaked modified and added as i went. was my first flash game

stonegolem
12-06-2008, 07:42 PM
ohh. so that Star Raider is you game.
excellent work.

I hope I will be able to so something like that, even half quality of it may be enough for me.

last 3 night I searched a lot of forums and tutorial databases.
I found vertical figher tutorials and astroids style game tutorials.

if I can understand to flip y exis to x axis maybe I can write my codes to move the ship horizontally instead of vertically.

if I can not. I will do the Air Raid I game for my assignment.

thank you.

laaptu
12-11-2008, 05:50 AM
This is the best book that contains air raid tutorial too. The book is name Actionscript 3.0 Game Programming University by Gary Rosenzweig.
You can also check the flashgameu.com .
It is a great book which will surely help you as it have helped me too