Games Achievements My Kong Sign In

Yaxley2's messages

Public messages for Yaxley2

avatar for Linkthebest
Linkthebest

Aug 19, 2011 6:51pm

YA ES LEY IM BACK :D!!

avatar for dbiohazardhn
dbiohazardhn

Jul 10, 2009 7:53am

sigue asi con tus juegos

avatar for Chad90
Chad90

Jun 21, 2009 10:14pm

Hi, how is it going?

avatar for Buzzingbudd
Buzzingbudd

May 13, 2009 1:07pm

Hey Yaxley how did u fix the infinite loop thing on shootorial 6 coz ive got the same problem

avatar for TheBestBoy
TheBestBoy

May 12, 2009 10:00pm

no encontre niun error, pero checale de la pag 20 – 25 del shootorial 6 por ahi encontre la solucion cuando me fallaba a mi.
mañana le sigo buscando un error

avatar for TheBestBoy
TheBestBoy

May 6, 2009 1:48pm

class Ship extends MovieClip
{
var velocity;
var shootLimiter;
var enemyTimer;
var enemies;
var score;
var health;

function onLoad()
{
velocity = 10;
shootLimiter = 0;
enemyTimer = 0;
enemies = [];
resetScore();

root.gameOverMenu.visible = false;
_root.gameOverMenu.playAgainButton.onPress = function()
{
_root.ship.newGame();
}
}

function onEnterFrame()
{
shootLimiter += 1;
if( Key.isDown(Key.RIGHT) )
{
_x = _x + velocity;
}
if( Key.isDown(Key.LEFT) )
{
_x = _x – velocity;
}
if( Key.isDown(Key.UP) )
{
_y = _y – velocity;
}
if( Key.isDown(Key.DOWN) )
{
_y = _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;
var enemy = _root.attachMovie(“EnemyShip”, “EnemyShip” + _root.getNextHighestDepth(), _root.getNextHighestDepth());
enemies.push(enemy);
}
}

function updateScore(points)
{
score += points;
_root.scoreText.text = score;
}

function resetScore()
{
score = 0;
_root.scoreText.text = score;
}

function updateHealth(points)
{
health += points;
if(health < 1)
{
health = 0;
root.gameOverMenu.visible = true;
explode();
}
root.healthMeter.bar.xscale = health;
}

function resetHealth()
{
health = 100;
root.healthMeter.bar.xscale = 100;
}

function explode()
{
this._visible = false;
var explosion = _root.attachMovie(“Explosion”, “Explosion” + _root.getNextHighestDepth(), root.getNextHighestDepth());
explosion.
x = x;
explosion.
y = _y;
for(var i in enemies)
{
enemies[i].explode();
}
}

function newGame()
{
this._visible = true;
root.gameOverMenu.visible = false;
resetHealth();
resetScore();
}
}

show more
avatar for Karloz95
Karloz95

May 4, 2009 4:08pm

ee yax te lo tomast enserio?!
todo era una broma >_>

avatar for GiruStrike
GiruStrike

Apr 16, 2009 4:22pm

Que onda Axel, me paso a saludar!

avatar for miguel80
miguel80

Mar 27, 2009 7:38pm

http://kongmiguel80.blogspot.com/ pasa por mi blog!! =D

avatar for rayovallecano
rayovallecano

Feb 28, 2009 10:07am

http://www.youtube.com/user/kongquake

Echalo un vistazo por favor, tienes guías de juegos y walkthroughs.

Kongregate Announcement

Feb 15, 2009 3:23pm

The administration has received complaints about your recent behavior in Kongregate chat. While in chat, please remember that you are bound by the Kongregate Terms of Service so please refrain from spamming, cursing excessively, harassing other users, or using overly-sexual language. If you have any questions about appropriate chat behavior, please…

show more
avatar for fodman10
fodman10

Feb 15, 2009 7:18am

Hola!! Feliz Dia del amor ♥!!!!!

avatar for miguel80
miguel80

Feb 14, 2009 10:02am

Feliz San Valentin ♥ =)

avatar for Gonza0012
Gonza0012

Feb 12, 2009 3:11pm

  • hey yaxley, cuando te pregunte si querias una habitacion abierta, semiabierta o cerrada, me referia a la pintura, si queres que se vea o no el fondo de pantalla. Que queres?
Kongregate Announcement

Feb 10, 2009 9:01am

The administration has received complaints about your recent behavior in Kongregate chat. While in chat, please remember that you are bound by the Kongregate Terms of Service so please refrain from spamming, cursing excessively, harassing other users, or using overly-sexual language. If you have any questions about appropriate chat behavior, please…

show more
avatar for GiruStrike
GiruStrike

Jan 20, 2009 9:04am

Ehhh volvera Jugon!

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