home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global whDate, whyear
- set mhd to the mouseH
- set whyear to abs((30 - mhd) / 110) + 1
- set whDate to "pre1930,1931-50,1951-60,1961-71"
- set the castNum of sprite 47 to 800
- spriteBox(47, 0, 0, 640, 480)
- updateStage()
- doDateList()
- setOffStage("47")
- end
-