home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- put the long date into member "TodaysDate"
- issue124Day = date(20010620)
- issue125Day = date(20010717)
- issue126Day = date(20010813)
- issue127Day = date(20010910)
- issue128Day = date(20011005)
- issue129Day = date(20011101)
- issue130Day = date(20011128)
- issue131Day = date(20011228)
- issue132Day = date(20020130)
- today = the systemDate
- if today < issue124Day then
- put "..." && abs(today - issue124Day) && "days to the next issue of PC Gamer." into member "Date counter"
- put "June on sale now." into member "Currentissue"
- end if
- if today >= issue124Day then
- put "..." && abs(today - issue125Day) && "days to the next issue of PC Gamer." into member "Date counter"
- put "July issue on sale now." into member "Currentissue"
- end if
- if today = issue124Day then
- put "..." && abs(1) && "day to the next issue of PC Gamer." into member "Date counter"
- put "July issue on sale now." into member "Currentissue"
- end if
- if today >= issue125Day then
- put "..." && abs(today - issue126Day) && "days to the next issue of PC Gamer." into member "Date counter"
- put "Aug issue on sale now." into member "Currentissue"
- end if
- if today = (issue125Day - 1) then
- put "..." && abs(1) && "day to the next issue of PC Gamer." into member "Date counter"
- put "July issue on sale now." into member "Currentissue"
- end if
- if today >= issue126Day then
- put "..." && abs(today - issue127Day) && "days to the next issue of PC Gamer." into member "Date counter"
- put "Sept issue on sale now." into member "Currentissue"
- end if
- if today = (issue126Day - 1) then
- put "..." && abs(1) && "day to the next issue of PC Gamer." into member "Date counter"
- put "Aug issue on sale now." into member "Currentissue"
- end if
- if today >= issue127Day then
- put "..." && abs(today - issue128Day) && "days to the next issue of PC Gamer." into member "Date counter"
- put "Oct issue on sale now." into member "Currentissue"
- end if
- if today = (issue127Day - 1) then
- put "..." && abs(1) && "day to the next issue of PC Gamer." into member "Date counter"
- put "Sept issue on sale now." into member "Currentissue"
- end if
- if today >= issue128Day then
- put "..." && abs(today - issue129Day) && "days to the next issue of PC Gamer." into member "Date counter"
- put "Nov issue on sale now." into member "Currentissue"
- end if
- if today = (issue128Day - 1) then
- put "..." && abs(1) && "day to the next issue of PC Gamer." into member "Date counter"
- put "Oct issue on sale now." into member "Currentissue"
- end if
- if today >= issue129Day then
- put "..." && abs(today - issue130Day) && "days to the next issue of PC Gamer." into member "Date counter"
- put "Dec issue on sale now." into member "Currentissue"
- end if
- if today = (issue129Day - 1) then
- put "..." && abs(1) && "day to the next issue of PC Gamer." into member "Date counter"
- put "Nov issue on sale now." into member "Currentissue"
- end if
- if today >= issue130Day then
- sprite(20).locH = 609
- put "..." && abs(today - issue131Day) && "days to the next issue of PC Gamer." into member "Date counter"
- put "Christmas issue on sale now." into member "Currentissue"
- end if
- if today = (issue130Day - 1) then
- put "..." && abs(1) && "day to the next issue of PC Gamer." into member "Date counter"
- put "Dec issue on sale now." into member "Currentissue"
- end if
- if today >= issue131Day then
- put "..." && abs(today - issue132Day) && "days to the next issue of PC Gamer." into member "Date counter"
- sprite(20).locH = 639
- put "Jan issue on sale now." into member "Currentissue"
- end if
- if today = (issue131Day - 1) then
- put "..." && abs(1) && "day to the next issue of PC Gamer." into member "Date counter"
- sprite(20).locH = 609
- put "Christmas issue on sale now." into member "Currentissue"
- end if
- end
-