ZoneEnder Shooter
di yoashwhole
Aggiungi alla schermata Home per accedere rapidamente
Installa questo gioco
Tocca il pulsante Condividi, poi "Aggiungi a schermata Home" per installare questo gioco e accedervi velocemente.
ZoneEnder Shooter
Tag per ZoneEnder Shooter
Descrizione
Destroy enemy hordes and save the galaxy in this fast pace shooter game.
Commenti
wertyujh
Dec. 08, 2009
hope this helps, if not, pm me. read it carefully!
wertyujh
Dec. 08, 2009
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
Dec. 08, 2009
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
Dec. 08, 2009
so whats the point of the health and score if there is no life count and no end
Ange_De_Mort
Dec. 08, 2009
First!!