home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / semei / s_102.dir / 00272.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  455 b   |  15 lines

  1. on exitFrame
  2.   global gseimeigamelist
  3.   set n to count(gseimeigamelist)
  4.   repeat with x = 1 to n
  5.     if getAt(gseimeigamelist, x) = 1 then
  6.       set visiblech to x * 5
  7.       set the visible of sprite visiblech to 0
  8.       set the visible of sprite (visiblech + 1) to 0
  9.       set the visible of sprite (visiblech + 2) to 0
  10.       set the visible of sprite (visiblech + 3) to 0
  11.       set the visible of sprite (visiblech + 4) to 0
  12.     end if
  13.   end repeat
  14. end
  15.