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

  1. on enterFrame
  2.   global Duracion
  3.   set the movieRate of sprite 5 to 0
  4.   set the movieTime of sprite 5 to 0
  5.   set Duracion to the duration of member "Cabecera" of castLib "Multimedia" - 10
  6. end
  7.  
  8. on exitFrame
  9.   set the movieRate of sprite 5 to 1
  10. end
  11.