home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cocktail Hour
/
image.iso
/
OPEN.DIR
/
00050.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
|
1997-03-05
|
180 b
|
12 lines
on mouseDown
set the visible of sprite 18 to 1
updateStage()
repeat while the mouseDown
end repeat
set the visible of sprite 18 to 0
end
on mouseUp
go(marker(-1))
end