home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_f.dir / 00707_ï™äÚmasu.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  255 b   |  11 lines

  1. on exitFrame
  2.   global gqzlist
  3.   if (getaProp(gqzlist, #dfmasu) = 1) and (getaProp(gqzlist, #dgiwa) = 0) then
  4.     go("masu4")
  5.   else
  6.     if (getaProp(gqzlist, #dfmasu) = 1) and (getaProp(gqzlist, #dgiwa) = 1) then
  7.       go("masu5")
  8.     end if
  9.   end if
  10. end
  11.