home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demomain.dxr / 00075.ls < prev    next >
Encoding:
Text File  |  1995-11-01  |  638 b   |  24 lines

  1. on mouseDown
  2.   if (the mouseV < 480) and (the mouseV > 408) then
  3.     if (the mouseH > 0) and (the mouseH < 131) then
  4.       go("demos")
  5.     else
  6.       if (the mouseH > 131) and (the mouseH < 257) then
  7.         go("upcoming products")
  8.       else
  9.         if (the mouseH > 385) and (the mouseH < 513) then
  10.           go("where to buy")
  11.         else
  12.           if (the mouseH > 513) and (the mouseH < 640) then
  13.             set the castNum of sprite 13 to the number of cast "quit.cntrl"
  14.             wait(30)
  15.             ExitSound()
  16.             SndClrReset()
  17.             quit()
  18.           end if
  19.         end if
  20.       end if
  21.     end if
  22.   end if
  23. end
  24.