home *** CD-ROM | disk | FTP | other *** search
/ PC Open 11 / pcopen11.iso / Risiken / START.DXR / 00091.ls < prev    next >
Encoding:
Text File  |  1997-10-21  |  309 b   |  15 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.     set the stopTime of sprite 1 to the movieTime of sprite 1
  4.     go(the frame + 2)
  5.   else
  6.     set vab to 92
  7.     set Dura to the duration of cast vab
  8.     if the movieTime of sprite 1 < Dura then
  9.       go(the frame)
  10.     else
  11.       go(the frame + 2)
  12.     end if
  13.   end if
  14. end
  15.