home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / menu.dxr / 00540_takeru.PICT.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  274 b   |  14 lines

  1. on mouseDown
  2.   global gMark
  3.   if gMark < 67000 then
  4.     puppetSound(the name of cast 594)
  5.   else
  6.     if (gMark < 90000) and (gMark > 64000) then
  7.       puppetSound(the name of cast 595)
  8.     else
  9.       puppetSound(the name of cast 596)
  10.     end if
  11.   end if
  12.   updateStage()
  13. end
  14.