ZoneEnder Shooter
by yoashwhole
加去主畫面,方便快捷開玩
安裝呢隻遊戲
撳分享掣,再揀「加到主畫面」,就即刻安裝呢隻game,方便快啲入返嚟玩。
ZoneEnder Shooter
ZoneEnder Shooter 關聯標籤
簡介
Destroy enemy hordes and save the galaxy in this fast pace shooter game.
留言
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!!