home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / sswa.dir / 00107.ls < prev    next >
Encoding:
Text File  |  1997-03-07  |  300 b   |  14 lines

  1. on exitFrame
  2.   global positionTable
  3.   set pos to 1
  4.   repeat with counter = 13 to 21
  5.     set templocV to getAt(positionTable, pos)
  6.     if templocV <> 0 then
  7.       set the visible of sprite counter to 1
  8.     end if
  9.     set pos to pos + 2
  10.   end repeat
  11.   cursor(0)
  12.   set the visible of sprite 22 to 0
  13. end
  14.