home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Bible for Kids - The Life of Paul
/
Paul.iso
/
mac
/
MASTRCST.DIR
/
00064_Script_64
< prev
next >
Wrap
Text File
|
1996-09-12
|
658b
|
34 lines
on exitFrame
global mrk,rca,rcb,rcc,tym
cursor 0
repeat with cur = 1 to 40
if getAt (camlist, cur) = 640 then
set the cursor of sprite (cur) to [300,301]
else
cursor 0
updatestage
end if
end repeat
repeat with but = 42 to 47
if rollover (but) then
repeat while rollover (but)
if the mouseDown then
put the name of member (the member of sprite but) into mrk
go mrk
exit repeat
end if
end repeat
end if
end repeat
if the timer > tym*60 then
go "random anim"
end if
go the frame
end