home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global BotonSalir, BotonInfo, BotonMP1, BotonMP2, BotonMP3
- CrearPila()
- set BotonSalir to new(script "Pulsador", 2, "Bsalir1a")
- set BotonInfo to new(script "Pulsador", 3, "Binfo1a")
- set BotonMP1 to new(script "Pulsador", 4, "Rotulo1a")
- set BotonMP2 to new(script "Pulsador", 5, "Rotulo2a")
- set BotonMP3 to new(script "Pulsador", 6, "Rotulo3a")
- set posicion to 0
- end
-
- on exitFrame
- cursor(0)
- end
-