home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_g.dir / 00344_to L1.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  313 b   |  16 lines

  1. on exitFrame
  2.   global gqzlist, gqzheart
  3.   if getaProp(gqzlist, #dgqzl) = 1 then
  4.     puppetTransition(26, 1, 40, 1)
  5.     go("L1")
  6.   else
  7.     if gqzheart >= 1 then
  8.       puppetTransition(26, 1, 40, 1)
  9.       go("QUIZ-L-A")
  10.     else
  11.       puppetTransition(26, 1, 40, 1)
  12.       go("QUIZ-L-Aemp")
  13.     end if
  14.   end if
  15. end
  16.