home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
IMAP29
/
XIMAP29.dxr
/
00029.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
|
2000-01-25
|
376 b
|
19 lines
on mouseDown
hSound(1, "click.aif")
end
on mouseUp
global gStrText, gMarkerName
case gMarkerName of
"Types":
hDisplay(0, 0, 16, gStrText, 190, 340)
"TX", "TX2":
hDisplay(0, 0, 16, gStrText, 433, 147)
end case
hVisibleSprite(0, 21, 21)
hCursor(0, "finger", 21, 21)
hCursor(1, "finger", 20, 20)
hVisibleSprite(1, 20, 20)
updateStage()
end