home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / ROOM / 00046.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  241 b   |  13 lines

  1. on exitFrame
  2.   global oldtime
  3.   if not soundBusy(2) then
  4.   end if
  5.   set nowtime to the timer
  6.   repeat while nowtime < (oldtime + 60)
  7.     go(the frame)
  8.     set nowtime to the timer
  9.   end repeat
  10.   puppetTransition(47, 0, 20)
  11.   go("start")
  12. end
  13.