home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global dateWindow, startMovie, thisYear, startMovie, monthList, thisMonth
- set x to the mouseLine
- if (x < 1) or (x > 12) then
- exit
- end if
- hilite line x of field "allMonths"
- set thisMonth to word x of field "allMonths"
- put thisMonth && thisYear into field "monthName"
- set x to getPos(monthList, thisMonth)
- set the castNum of sprite 2 to 40 + ((x + 1) / 2)
- updateStage()
- go("loopBack")
- end
-