home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global TimeKeeper, clickOn
- puppetSound("Slide-In")
- updateStage()
- set TimeKeeper to the ticks
- if (the mouseV > 219) and (the mouseV < 232) then
- go("Cal")
- else
- if (the mouseV > 241) and (the mouseV < 251) then
- go("Career")
- else
- if (the mouseV > 260) and (the mouseV < 271) then
- set clickOn to 1
- go("CC")
- else
- if (the mouseV > 279) and (the mouseV < 290) then
- go("Choices")
- else
- if (the mouseV > 298) and (the mouseV < 311) then
- go("Daily")
- else
- if (the mouseV > 318) and (the mouseV < 331) then
- go("Health")
- else
- if (the mouseV > 338) and (the mouseV < 352) then
- go("Life")
- else
- if (the mouseV > 359) and (the mouseV < 370) then
- go("Love")
- else
- if (the mouseV > 379) and (the mouseV < 391) then
- set clickOn to 1
- go("Money")
- else
- if (the mouseV > 400) and (the mouseV < 413) then
- go("Rel")
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-