sto creando una funzione che gestisce degli oggetti.
function gameOver () {
objects_speed = 0;
area_speed = 0;
gotoAndStop (3);
sound.stop();
playing = false;
}
come posso oltre che fermare gli oggetti, renderli invisibili?
ho provato con
objects_visible = false;
ma nn funzia![]()
grazie in anticipo!![]()

Rispondi quotando
