home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_b.dir / 00564_T4.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  489 b   |  19 lines

  1. on mouseUp
  2.   global gqzitemlist
  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(gqzitemlist, #karatem) = 1) or (getaProp(gqzitemlist, #makimono) = 1) then
  10.     puppetSound(3, "TURN")
  11.     puppetTransition(11, 1, 40, 1)
  12.     go("Ta1")
  13.   else
  14.     puppetSound(3, "TURN")
  15.     puppetTransition(11, 1, 40, 1)
  16.     go("T1")
  17.   end if
  18. end
  19.