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

  1. on enterFrame
  2.   set the movieRate of sprite 20 to 0
  3.   set the movieTime of sprite 20 to 0
  4.   ActualizaContador()
  5. end
  6.  
  7. on exitFrame
  8.   global botonPlay, botonStop, botonPausa, botonRew, botonAdv, BotonSalir
  9.   DestruirBotonesAVI()
  10.   set BotonSalir to new(script "Pulsador", 2, "Bmenu1a")
  11.   set botonPlay to new(script "Pulsador", 5, "Bplay1a")
  12. end
  13.