home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1&1 Multimedia Trend 1996 11 D
/
MM_TREND.ISO
/
prog
/
t_online
/
t_intro.dir
/
00155.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-09-18
|
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