home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Arts 22 (Polish)
/
CA22.BIN
/
pc
/
Shared.cst
/
00021_ContentsButton.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
|
2001-01-01
|
229 b
|
16 lines
on mouseUp
global seenThem
if seenThem = true then
set the movieRate of sprite 7 = 0
updateStage
end if
repeat with x = 1 to 120
set the puppet of sprite x = false
end repeat
go "Return"
end