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

  1. on enterFrame
  2.   global gChecksOn, gCheckBoxSprs, gCheckBoxNames
  3.   cursor(4)
  4.   repeat with i = 4 to 9
  5.     if i <> 5 then
  6.       if the puppet of sprite i then
  7.         set the loc of sprite i to point(471, -1000)
  8.       end if
  9.     end if
  10.   end repeat
  11.   updateStage()
  12.   cursor(-1)
  13. end
  14.