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

  1. on enterFrame
  2.   global BotonMenu, BotonTrailer
  3.   set BotonMenu to new(script "Pulsador", 2, "Bmenu1a")
  4.   set BotonTrailer to new(script "Pulsador", 3, "Btrail1a")
  5.   set posicion to 0
  6. end
  7.  
  8. on exitFrame
  9.   cursor(0)
  10. end
  11.