home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / files / SlMov5.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1998-02-20  |  168 b   |  14 lines

  1. on exitFrame
  2.   if autoVideoStopped() then
  3.     closeVideo()
  4.     go("exitblank")
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.  
  10. on mouseDown
  11.   closeVideo()
  12.   go("exitblank")
  13. end
  14.