home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 October / Pcwk1097.iso / REKLAMY / ATA-INT / 3220 / 3220.EXE / 3220.DXR / 00097_go credits 2.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  259 b   |  17 lines

  1. global gMode, gTrigger
  2.  
  3. on mouseUp
  4.   if not gMode then
  5.     exit
  6.   end if
  7.   set gTrigger to 0
  8.   repeat with i = 1 to 48
  9.     if the castNum of sprite i <> 0 then
  10.       puppetSprite(i, 0)
  11.     end if
  12.   end repeat
  13.   updateStage()
  14.   disableEdit()
  15.   go("14.01")
  16. end
  17.