home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 - Expo 2000
/
Image.iso
/
t-online
/
show
/
t_intro.dxr
/
00155.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-25
|
227 b
|
11 lines
on mouseDown
global infoline
if infoline = 1 then
puppetSound("click")
set the locH of sprite 48 to the locH of sprite 48 + 600
set the blend of sprite 48 to 0
updateStage()
end if
set infoline to 0
end