Lives and score tutorial
por CoolioJulio
Lives and score tutorial
Etiquetas para Lives and score tutorial
Descripción
¡Aprende a programar vidas y puntuación!
Cómo jugar
Flechas para moverse y barra espaciadora para disparar.
Actualizaciones del desarrollador
This is the code to add:
var score = 0;
var lives = 3;
this.onEnterFrame = function()
{
this.x += 9;
if (this.x > 550)
{
this.removeMovieClip();
}
for (i = 0; i < root.nrEnemies; i++)
{
if (this.hitTest(root[“Enemy” + i]))
{
_root[“Enemy” + i].reset();
_root.score += 10;
this.removeMovieClip();
}
}
}
Comentarios
C0NSENSUS
Dec. 23, 2013
wtf game = shit game
migue5356
May. 19, 2009
?????
Seth1134
May. 18, 2009
Wow if your going to make a tutorial make it actaully teach something...
Tobi800
May. 18, 2009
WTF! this is bullshit
bakerej
May. 18, 2009
this is just as much trash as the one you previously posted one. FLAG