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

  1. global gMode, gTrigger, gDCAnimObj
  2.  
  3. on mouseUp
  4.   if not gMode then
  5.     exit
  6.   end if
  7.   set gTrigger to 0
  8.   puppetJob2(0)
  9.   disableEdit()
  10.   killFrameOnlySprs(gDCAnimObj)
  11.   repeat with i = 4 to 9
  12.     if i <> 5 then
  13.       set the locV of sprite i to -1000
  14.     end if
  15.   end repeat
  16.   updateStage()
  17.   go(marker(1))
  18. end
  19.