home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 September / WPCSEP96.ISO / refw08f.dxr / 00019_REFClearSectionSprites.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  349 b   |  14 lines

  1. on REFClearSectionSprites
  2.   global REFMasterList, REFLastActive
  3.   if REFLastActive = 1 then
  4.     set the editableText of sprite 35 to 0
  5.   end if
  6.   repeat with g = 30 to 37
  7.     set the castNum of sprite g to 11
  8.     set the locV of sprite g to 2000
  9.     set the locH of sprite g to 2000
  10.     set the ink of sprite g to 0
  11.   end repeat
  12.   updateStage()
  13. end
  14.