home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / time_capsule / tape.dcr / 00063.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  267 b   |  17 lines

  1. on exitFrame
  2.   if netdone() then
  3.     if soundBusy(1) then
  4.       go(the frame - 15)
  5.     else
  6.       go("next")
  7.       gotonetmovie("tape2.dcr")
  8.     end if
  9.   else
  10.     if soundBusy(1) then
  11.       go(the frame - 15)
  12.     else
  13.       go(the frame - 16)
  14.     end if
  15.   end if
  16. end
  17.