home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gqzfmaplist
- set the visible of sprite 30 to 1
- set the visible of sprite 31 to 1
- set the visible of sprite 32 to 1
- set the visible of sprite 33 to 1
- set the visible of sprite 44 to 1
- repeat with n = 1 to 15
- if getAt(gqzfmaplist, n) = 1 then
- set the visible of sprite n to 1
- next repeat
- end if
- set the visible of sprite n to 0
- end repeat
- updateStage()
- end
-