home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 6
/
cybernetinteractivo06.ISO
/
demos
/
kerouac
/
shared.dxr
/
00880_sFF.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-02-15
|
218 b
|
14 lines
on mouseUp
global gFPDemoList
if getOne(gFPDemoList, "FF") = 0 then
beep()
else
puppetsOff()
if the movieName contains "FF" then
go("sff")
else
go("sff", "FF")
end if
end if
end