home *** CD-ROM | disk | FTP | other *** search
/ PC Media 15 / PC MEDIA CD15.iso / cddemo / cddemo.exe / CDDEMO.DXR / 00038.ls < prev    next >
Encoding:
Text File  |  1996-01-27  |  205 b   |  16 lines

  1. on keyUp
  2.   cursor(-1)
  3.   go("productos")
  4. end
  5.  
  6. on mouseDown
  7.   cursor(-1)
  8.   go("productos")
  9. end
  10.  
  11. on exitFrame
  12.   if the movieTime of sprite 2 < the duration of cast "robot" then
  13.     go(the frame)
  14.   end if
  15. end
  16.