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

  1. global Duracion
  2.  
  3. on exitFrame
  4.   if the movieTime of sprite 5 < Duracion then
  5.     go(the frame)
  6.   end if
  7. end
  8.  
  9. on keyDown
  10.   set the movieRate of sprite 5 to 0
  11.   Transicion()
  12.   SaltarAPrincipal()
  13. end
  14.  
  15. on mouseDown
  16.   set the movieRate of sprite 5 to 0
  17.   Transicion()
  18.   SaltarAPrincipal()
  19. end
  20.