lunes, 7 de mayo de 2012

                                        CÓDIGOS PARA CREAR UN ROMPECABEZAS

on (press) {
startDrag ("")
dragging = true
}
on (release,releaseOutside) {
stopDrag ()
dragging = false
}

No hay comentarios:

Publicar un comentario