home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_f.dir / 00138_mapï-é¶.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  416 b   |  17 lines

  1. on exitFrame
  2.   global gqzfmaplist
  3.   set the visible of sprite 30 to 1
  4.   set the visible of sprite 31 to 1
  5.   set the visible of sprite 32 to 1
  6.   set the visible of sprite 33 to 1
  7.   set the visible of sprite 44 to 1
  8.   repeat with n = 1 to 15
  9.     if getAt(gqzfmaplist, n) = 1 then
  10.       set the visible of sprite n to 1
  11.       next repeat
  12.     end if
  13.     set the visible of sprite n to 0
  14.   end repeat
  15.   updateStage()
  16. end
  17.