home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
HIGHDES.DIR
/
00042_Script_42
< prev
next >
Wrap
Text File
|
1995-06-07
|
333b
|
17 lines
on enterFrame
CURSORENTERFRAME
end
on exitFrame
global gDoneThatList
KillQTSound
--check if already clicked on dog
if voidp(gDoneThatList) then put [] into gDoneThatList
if getOne(gDoneThatList, #Dog) <> 0 then
PlayQTSound "BEENTHER.MOV"
end if
SCOREMINICLICK #Dog, -5, "SDKG024.MOV"
end