home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Design Mapio
/
Design Mapio.iso
/
pc
/
browser.dxr
/
00205.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-01-29
|
198 b
|
11 lines
on mouseDown
global gformat
pushbtn()
if rollOver(clickOn()) then
set gformat to "MAC_PICT"
repeat with s = 34 to 42
set the visible of sprite s to 0
end repeat
end if
end