home *** CD-ROM | disk | FTP | other *** search
- global gmonthcnt, gmonthday
-
- on startMovie
- puppetspon(47, 48)
- set gmonthcnt to 1
- set gmonthday to 30
- end
-
- on dayclick
- set mych to clickOn()
- puppetSound("click")
- updateStage()
- set day to mych - 10
- set daymnum to day + 7 + ((gmonthcnt - 1) * gmonthday)
- set daytext to day + 47 + ((gmonthcnt - 1) * gmonthday)
- notupdateplace(47, daymnum, 0, 320, 240)
- notupdateplace(48, daytext, 0, 365, 89)
- updateStage()
- end
-