home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1998 May / CineCDW_02.iso / Datos / Datos.dat / Internal_8_MPpalIni.ls < prev    next >
Encoding:
Text File  |  1998-04-13  |  425 b   |  15 lines

  1. on enterFrame
  2.   global BotonSalir, BotonInfo, BotonMP1, BotonMP2, BotonMP3
  3.   CrearPila()
  4.   set BotonSalir to new(script "Pulsador", 2, "Bsalir1a")
  5.   set BotonInfo to new(script "Pulsador", 3, "Binfo1a")
  6.   set BotonMP1 to new(script "Pulsador", 4, "Rotulo1a")
  7.   set BotonMP2 to new(script "Pulsador", 5, "Rotulo2a")
  8.   set BotonMP3 to new(script "Pulsador", 6, "Rotulo3a")
  9.   set posicion to 0
  10. end
  11.  
  12. on exitFrame
  13.   cursor(0)
  14. end
  15.