ZoneEnder Shooter
开发者 yoashwhole
添加到主屏幕,快捷访问
安装此游戏
点击分享按钮,然后选择“添加到主屏幕”以便快速访问此游戏。
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!!