home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive: Demo Special / CDROM_0995.iso / mac / Wings / WINGS.EXE / WINGS_1.DXR / 00024.ls < prev    next >
Encoding:
Text File  |  1995-04-21  |  178 b   |  10 lines

  1. on exitFrame
  2.   set HowLong to the duration of cast 50
  3.   if the movieTime of sprite 2 <> HowLong then
  4.     go(label(0) + 2)
  5.   else
  6.     sound stop 1
  7.     go(marker(-1))
  8.   end if
  9. end
  10.