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

  1. on exitFrame
  2.   global gqzlist
  3.   if getaProp(gqzlist, #dgqzo) = 1 then
  4.     puppetTransition(26, 1, 40, 1)
  5.     go("O1")
  6.   else
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.