Page 1 of 1

Toasty's Invader Demo

PostPosted: Sun Sep 12, 2010 3:23 pm
by Wertyboy
This is my first Space Invader game (just edit it of GameEditor\Tutorials\SpaceInvader.ged)
Control Key:
-Move:
Arrow Key (Up,Down,Left,Right)
-Shot:
Z - Potato Chips Gun
X - (I don't know it because i didn't see it in Vietnam)
C - Chicken Legs Missile
V - Burger Disk

Re: Toasty's Invader Demo

PostPosted: Mon Sep 13, 2010 12:40 am
by Game A Gogo
pretty nice :)

Re: Toasty's Invader Demo

PostPosted: Mon Sep 13, 2010 2:45 am
by Wertyboy
Thx!
Anyone can help me some feature i wrote on top post ?

Re: Toasty's Invader Demo

PostPosted: Mon Sep 13, 2010 3:34 am
by skydereign
Mouse to move, unless you meant press buttons but I don't think so.
player -> Create Actor -> Script Editor
Code: Select all
FollowMouse("Event Actor", X_AXIS);



Text zdepth, 100 is just a high number, if the text is parented for some reason it will not work.
text -> Create Actor -> Script Editor
Code: Select all
ChangeZDepth("Event Actor", 100);

Re: Toasty's Invader Demo

PostPosted: Mon Sep 13, 2010 7:04 am
by zxcvbnm
Solid game wertyboy , your learning game editor pretty fast. Your games are really good now.

Re: Toasty's Invader Demo

PostPosted: Mon Sep 13, 2010 6:12 pm
by lcl
Good job again Werty! :D