Games Achievements My Kong Sign In

bhattarai333's Comments

Comment

The Super Duper Tutorial

Play The Super Duper Tutorial

Feb. 26, 2010

Rating: 0

How do you make a shooter game using this?

Chronotron

Play Chronotron

Feb. 24, 2010

Rating: 0

stickey keys...

Help needed

Play Help needed

Feb. 24, 2010

Rating: 0

Ship: class Ship extends MovieClip { var velocity; var shootLimiter; var enemyTimer; function onLoad() { velocity=10; shootLimiter=0; enemyTimer=0; } function onEnterFrame() { shootLimiter +=1; if( Key.isDown(Key.RIGHT) ){_x +=velocity;} if( Key.isDown(Key.LEFT) ){_x -=velocity;} if( Key.isDown(Key.UP) ){_y -=velocity;} if( Key.isDown(Key.DOWN) ){_y +=velocity;} if( Key.isDown(Key.SPACE)&& shootLimiter > 8 ) { shootlimiter=0; var missile = root.attachMovie( “Missile” , “Missile” + _root.getNextHighestDepth() , _root.getNextHighestDepth() ); missile.x = x + 50; missile.y = _y + 2; } enemyTimer += 1; if(enemyTimer > 60) { enemyTimer = 0; root.attachMovie(“EnemyShip”, "EnemyShip"+root.getNextHighestDepth(), _root.getNextHighestDepth()); } } }

Help needed

Play Help needed

Feb. 24, 2010

Rating: 0

not my game my comment

Help needed

Play Help needed

Feb. 24, 2010

Rating: 0

Um I just acidentaly flagged my game as innapropriate...

Help needed

Play Help needed

Feb. 24, 2010

Rating: 0

wow 2/2 for my game? It's not even done! Thanks guys!

Help needed

Play Help needed

Feb. 23, 2010

Rating: 0

I changed the ship code because I thought it would help, it didn't now it's like this: class Ship extends MovieClip { var velocity; var shootLimiter; var enemyTimer; function onLoad() { velocity=10; shootLimiter=0; enemyTimer=0; } function onEnterFrame() { shootLimiter -=1 if( Key.isDown(Key.RIGHT) ){_x +=velocity;} if( Key.isDown(Key.LEFT) ){_x -=velocity;} if( Key.isDown(Key.UP) ){_y -=velocity;} if( Key.isDown(Key.DOWN) ){_y +=velocity;} if( Key.isDown(Key.SPACE)&& shootLimiter > 8 ) { shootlimiter=0 var missile = _root.attachMovie( "Missile" , "Missile" + _root.getNextHighestDepth() , _root.getNextHighestDepth() ); missile._x = _x + 50; missile._y = _y + 2; } enemyTimer += 1; if(enemyTimer > 60) { enemyTimer = 0; _root.attachMovie("EnemyShip", "EnemyShip"+_root.getNextHighestDepth(), _root.getNextHighestDepth()); } }

Help needed

Play Help needed

Feb. 23, 2010

Rating: 0

If you find any errors and know how to fix them please tell me!

Help needed

Play Help needed

Feb. 23, 2010

Rating: 0

Backround: class background extends MovieClip { function onEnterFrame() { _x -= 1; if(_x < -2110) { _x = 0; } }

Help needed

Play Help needed

Feb. 23, 2010

Rating: -1

Enemy ship: class EnemyShip extends MovieClip { var speed; } function onLoad() { _x = 700; _y = Math.random()*300; speed = Math.random()*5 + 5; } function onEnterFrame() { _x -= speed; if(_x < -100) { this.removeMovieClip(); } }

Help needed

Play Help needed

Feb. 23, 2010

Rating: 0

Missile:class Missile extends MovieClip { var speed; function onLoad() { speed = 20; } function onEnterFrame() { _x += speed; } }

Help needed

Play Help needed

Feb. 23, 2010

Rating: 0

Ship: class Ship extends MovieClip { var velocity; var shootLimiter; var enemyTimer; function onLoad() { velocity=10; shootLimiter=0; enemyTimer=0; } function onEnterFrame() { shootLimiter -=1 if( Key.isDown(Key.RIGHT) ){_x +=velocity;} if( Key.isDown(Key.LEFT) ){_x -=velocity;} if( Key.isDown(Key.UP) ){_y -=velocity;} if( Key.isDown(Key.DOWN) ){_y +=velocity;} if( Key.isDown(Key.SPACE)&& shootLimiter > 8 ) { shootlimiter=0 var missile = _root.attachMovie( "Missile" , "Missile" + _root.getNextHighestDepth() , _root.getNextHighestDepth() ); missile._x = _x + 50; missile._y = _y + 2; } enemyTimer += 1; if(enemyTimer > 60) { enemyTimer = 0; _root.attachMovie("EnemyShip", "EnemyShip"+_root.getNextHighestDepth(), _root.getNextHighestDepth()); } }

Help needed

Play Help needed

Feb. 23, 2010

Rating: 0

I went on further without sucess, the backround still won't scroll I went on to the shootorial with enemy ships, now my ship won't move,won't fire and no enemy ships come, i'm stuck!

Help needed

Play Help needed

Feb. 23, 2010

Rating: 0

What do you guys mean by post to code? should I put the ship class code?

Shootorial #4

Play Shootorial #4

Feb. 23, 2010

Rating: 0

I seriously need some help

Shootorial #4

Play Shootorial #4

Feb. 23, 2010

Rating: 0

My ship won't move the backround won't scroll and I can't shoot missiles oh, and I have no enemy ships showing up, could it get worse?

Shootorial #4

Play Shootorial #4

Feb. 23, 2010

Rating: 0

It says there is an error on line 40, I have no line 40.

Shootorial #4

Play Shootorial #4

Feb. 23, 2010

Rating: 0

I get the same thing luke

Shootorial #4

Play Shootorial #4

Feb. 23, 2010

Rating: 0

Wow, my ship won't move now.

Shootorial #2

Play Shootorial #2

Feb. 23, 2010

Rating: 0

I'm getting the same 3 messages...

Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms of Service Privacy Policy Code of Conduct
© 2025 Kongregate