home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gseimeigamelist
- set n to count(gseimeigamelist)
- repeat with x = 1 to n
- if getAt(gseimeigamelist, x) = 1 then
- set visiblech to x * 5
- set the visible of sprite visiblech to 0
- set the visible of sprite (visiblech + 1) to 0
- set the visible of sprite (visiblech + 2) to 0
- set the visible of sprite (visiblech + 3) to 0
- set the visible of sprite (visiblech + 4) to 0
- end if
- end repeat
- end
-