The adventures of Jetpack Guy 1.5

The adventures of Jetpack Guy 1.5

par SkilldSpartan
Signaler un bug
Signaler le jeu
Loading ad...

The adventures of Jetpack Guy 1.5

Note:
2.4
Sortie : November 16, 2010
Dernière mise à jour : November 16, 2010
Développeur: SkilldSpartan

Tags pour The adventures of Jetpack Guy 1.5

Description

Maintenant avec plein de nouvelles fonctionnalités !

Comment jouer

Inclus dans le jeu

Commentaires

0/1000
torquoisetrouble avatar

torquoisetrouble

Jan. 24, 2011

2
0

this game is 100 times better than the original

featherdancer8 avatar

featherdancer8

Dec. 28, 2010

2
0

alberik and exoskel2, SHUT UP and stop looking for things to criticize.I think he did awesome.

quickdrawdoc avatar

quickdrawdoc

Nov. 16, 2010

4
1

Hey man, without boundaries, the playable character is unstoppable.

Draw four walls with instances; wallw, wallx, wally, wallz, around the stage and convert each wall to a movie clip. In the actions panel input the code below, where # = variable .hittest value, which must be higher than the _x and _y velocity values of your character. If your character's velocity values are higher, then he'll slowly permeate through the walls like a REALLY funky monkey :D

onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
_x += #;
}
if(Key.isDown(Key.LEFT)){
_x -= #;
}
if(Key.isDown(Key.UP)){
_y -= #;
}
if(Key.isDown(Key.DOWN)){
_y += #;
}
if(this.hitTest(_root.wall)){
this._x += #;
}
if(this.hitTest(_root.wall1)){
this._x += #;
}
if(this.hitTest(_root.wall2)){
this._y += #;
}
if(this.hitTest(_root.wall3)){
this._y -= #;
}
}

alberik avatar

alberik

Nov. 16, 2010

4
2

Boring, need new many enemy, and many boss. But before that, give bounding around playing area

exoskel2 avatar

exoskel2

Nov. 16, 2010

4
2

Too repetitive, Too boring.

needs more different boss, stage, music, wall, and sound effect.