home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if (the mouseV < 480) and (the mouseV > 408) then
- if (the mouseH > 131) and (the mouseH < 257) then
- go("upcoming products")
- else
- if (the mouseH > 257) and (the mouseH < 385) then
- go("parents section")
- else
- if (the mouseH > 385) and (the mouseH < 513) then
- go("where to buy")
- else
- if (the mouseH > 513) and (the mouseH < 640) then
- set the castNum of sprite 13 to the number of cast "quit.cntrl"
- wait(30)
- ExitSound()
- SndClrReset()
- quit()
- end if
- end if
- end if
- end if
- end if
- end
-