home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 November
/
WPCNOV96.ISO
/
multi
/
neighbrs
/
catroom.dxr
/
00417.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-08-27
|
190 b
|
7 lines
on mouseUp
global fifi_count
set actionsList to [0: "bird", 1: "sneeze"]
PlayHotspot(getaProp(actionsList, fifi_count))
set fifi_count to (fifi_count + 1) mod count(actionsList)
end