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

  1. on mouseDown
  2.   global gMark
  3.   if gMark < 162000 then
  4.     puppetSound(the name of cast 566)
  5.   else
  6.     if (gMark < 188000) and (gMark > 158000) then
  7.       puppetSound(the name of cast 567)
  8.     else
  9.       puppetSound(the name of cast 568)
  10.     end if
  11.   end if
  12.   updateStage()
  13. end
  14.