home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Grandes Inventos
/
INVENTOS.bin
/
pc
/
media
/
camar.dxr
/
00119_BotonASA-Up.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-01-01
|
222 b
|
12 lines
on mouseDown
global gSIM
if gSIM(mScrollASA, "-") then
set myself to the clickOn
SetCast(myself, "BotonASA-Down")
updateStage()
click()
SetCast(myself, "BotonASA-Up")
updateStage()
end if
end