ZoneEnder Shooter
by 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!!