COMO HACER UN JUEGO DE NAVES POR FLASH 8 FÁCIL Y RAPIDO

Hola a todos en  este tutorial quiero enseñarles como hacer un juego de naves.


VIDEO ORIGINAL PART:1


VIDEO ORIGINAL PART:2


ACCIONES:

En Fotograma:

if(this.nave.hitTest(this.roca)){
cuantos=Number(cuantos) + 1
this.roca.gotoAndPlay(1);

}
if(cuantos aqui signi mayor que 9) {
this.gotoAndStop(10); 
}else{
this.gotoAndPlay(1);
}

En Nave:

on (press) {
this.startDrag()
}
on (release) {
this.stopDrag()
}

En Boton Volver a Jugar:

on (release) {
this.gotoAndPlay(1);
cuantos=0
}

En Roca:

this._y=Math.random() * 300

1 comentario:

  1. COMO HACER UN JUEGO DE NAVES POR FLASH 8 FÁCIL Y RAPIDO; en este tutorial quiero enseñarles como hacer un juego de naves. elcentroamericano.net/biografia-de-hongjoong/

    ResponderEliminar