COMO HACER UN JUEGO DE PREGUNTAS EN FLASH 8

Este el el codigo de la caja o la bola

on (release) {
function ansGen() {
generate = random(8);
ans = ["No puedo contestar esa pregunta",
"Si",
"No",
"Tal vez",
"Si, con mucho gusto",
"¡Por supuesto!",
"Claro que no",
"Seguramente",
"¿Cómo crees?"];
_root.textbox = ans[generate];
}
ansGen();
}
                                         
                                                 VIDEO ORIGINAL
                            http://www.youtube.com/watch?v=DvcPyAofhuM

No hay comentarios:

Publicar un comentario