ZoneEnder Shooter

ZoneEnder Shooter

by yoashwhole
게임 신고
Loading ad...

ZoneEnder Shooter

평점:
1.8
출시일: December 08, 2009
최종 업데이트: December 08, 2009
개발자: yoashwhole

ZoneEnder Shooter의 태그

설명

Destroy enemy hordes and save the galaxy in this fast pace shooter game.

댓글

0/1000
wertyujh avatar

wertyujh

Dec. 08, 2009

0
0

hope this helps, if not, pm me. read it carefully!

wertyujh avatar

wertyujh

Dec. 08, 2009

0
0

a fewtips:
if u lost al live, u die
the missile is coming from the ship, and not from the missile.
hw to fix that: go inside the ship movieclip,and find the -x and _y position of the place where u want the missile come out (in this case the front end of the turret.
i think you will code like this:
var missile = blablabla
missile._x = _x
wich should be
missile._x = _x + (or -) the turret _x
and same for _y
also please make the bullet only come if you are shooting ( can be done with spacebar or mouse)
mouse code:
function onMouseDown()
{
var missile etc
}
or, even better, make a var called down or something, and then paste this code:
function onMouseDown()
{
down = 1
}
function onMouseUp()
{
down = 0
}
and in the onenterframe function:
if(down == 1)
{
var missile etc
}

Defused avatar

Defused

Dec. 08, 2009

0
0

Well there go 10 seconds of life i wont get back.. and another 20 from commenting on this crap :(
if ur gunna put a game atleast try k thnx

Ange_De_Mort avatar

Ange_De_Mort

Dec. 08, 2009

0
0

so whats the point of the health and score if there is no life count and no end

Ange_De_Mort avatar

Ange_De_Mort

Dec. 08, 2009

0
0

First!!