home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_g.dir / 00404_O3.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  593 b   |  25 lines

  1. on mouseUp
  2.   global gqzlist
  3.   set the visible of sprite 30 to 0
  4.   set the visible of sprite 31 to 0
  5.   set the visible of sprite 32 to 0
  6.   set the visible of sprite 33 to 0
  7.   set the visible of sprite 44 to 0
  8.   updateStage()
  9.   if getaProp(gqzlist, #dbswg2) = 0 then
  10.     puppetSound(3, "STEP")
  11.     puppetTransition(26, 1, 40, 1)
  12.     go("O-Pdc")
  13.   else
  14.     if getaProp(gqzlist, #dgtuta) = 1 then
  15.       puppetSound(3, "STEP")
  16.       puppetTransition(26, 1, 40, 1)
  17.       go("O-Pda")
  18.     else
  19.       puppetSound(3, "STEP")
  20.       puppetTransition(26, 1, 40, 1)
  21.       go("O-Pd")
  22.     end if
  23.   end if
  24. end
  25.