Night Shooter

Night Shooter

autor OP44
Zgłoś błąd
Zgłoś grę
Loading ad...

Night Shooter

Ocena:
2.0
Data wydania: December 20, 2009
Ostatnia aktualizacja: December 23, 2009
Twórca: OP44

Tagi dla Night Shooter

Opis

A simple Shooter made with help of Shootorial.

Jak grać

Arrows/WASD to move, space bar to shoot.

Aktualizacje dewelopera

Dec 20, 2009 8:24am

Added WASD and Menu.

Komentarze

0/1000
stickpeople avatar

stickpeople

Dec. 20, 2009

0
0

just shootorial but there is no aliens that fall out of the ships. -_-

wertyujh avatar

wertyujh

Dec. 20, 2009

0
0

and for right-click shoot:
this is a bit comlpex, but just do this:
put a
var upordown
at the begin.
then in onLoad():
upordown = 0

then a new function:
function onMouseDown()
{
upordown = 1
}
and another
function onMouseUp()
{
upordown = 0
}
then you have this code for shooting missiles:
if( Key.isDown(Key.SPACE) && shootLimiter > 8)
make this
if(upordown == 1 && shootLimiter > 8)
there you have a automatic gun triggerd if you have your richt-mouse button down!

wertyujh avatar

wertyujh

Dec. 20, 2009

0
0

2/5, with wasd keys 3/5, for wasd keys go to http://www.kongregate.com/games/pproductions/simplehelp-as2-using-all-keyboard-keys.
maybe you could control the ship with the mouse, then don't pout any keyboard movement code at all but just put at the start : startDrag(this,true) in you onload unction of the ship class

Glassybubbles1 avatar

Glassybubbles1

Dec. 20, 2009

0
0

nice for a shootorial but in the long run the sfx are not very good and qutie annoying at times

but for a first 2/5

Kuchenkiller avatar

Kuchenkiller

Dec. 20, 2009

0
0

I won