home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1997 February
/
WPCFEB97.ISO
/
multi
/
times
/
data
/
shared.dir
/
00953_date79.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-11
|
266 b
|
12 lines
on mouseDown
global whDate, whyear
set mhd to the mouseH
set whyear to abs((30 - mhd) / 110) + 1
set whDate to "1976,1977,1978,1979"
set the castNum of sprite 47 to 800
spriteBox(47, 0, 0, 640, 480)
updateStage()
doDateList()
setOffStage("47")
end