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

  1. on exitFrame
  2.   global oldtime, pgflg
  3.   set nowtime to the timer
  4.   if pgflg = 1 then
  5.     if nowtime < (oldtime + 180) then
  6.       go(the frame)
  7.       set nowtime to the timer
  8.     else
  9.       puppetTransition(47, 0, 20)
  10.       go("start1")
  11.     end if
  12.   else
  13.     go(the frame)
  14.   end if
  15. end
  16.