home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
HIGHDES.DIR
/
00062_Script_62
< prev
next >
Wrap
Text File
|
1995-06-07
|
407b
|
20 lines
--score the cow
on enterFrame
CURSORENTERFRAME
end
on exitFrame
global gDoneThatList,gQTDuration
if voidp(gDoneThatList) then put [] into gDoneThatList
if getOne(gDoneThatList, #Cow) <> 0 then
HoldQTSound "BEENTHER.MOV"
go "cow Roll"
-- MotoCursor
end if
put the duration of cast "SDKG025.MOV" into gQTDuration
SCOREMINICLICK #Cow, 5,"SDKG025.MOV"
end