home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / playsk / dressup.dxr / 00088.ls < prev    next >
Encoding:
Text File  |  1996-06-30  |  244 b   |  10 lines

  1. on exitFrame
  2.   global gCorrectPosList
  3.   repeat with thisChannel = 30 to 41
  4.     set the visible of sprite thisChannel to 0
  5.   end repeat
  6.   repeat with thisChannel in gCorrectPosList
  7.     set the visible of sprite thisChannel to 1
  8.   end repeat
  9. end
  10.