home *** CD-ROM | disk | FTP | other *** search
/ Railware / Railware.iso / sound.cst / 00009.ls < prev    next >
Encoding:
Text File  |  2001-05-01  |  130 b   |  7 lines

  1. on exitFrame me
  2.   if (sound(1).endTime)<=(the currentTime of sound 1) then
  3.     go "lab"
  4.   else 
  5.     go the frame - 11
  6.   end if
  7. end