home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Bible for Kids - The Life of Paul
/
Paul.iso
/
mac
/
MASTRCST.DIR
/
00185_Script_185
< prev
next >
Wrap
Text File
|
1996-09-12
|
1KB
|
59 lines
on exitFrame
global jumpName, pglist, menu
repeat with i = 38 to 39
--if rollover (i) then
put 1 into x
--set the memberNum of sprite (I) to the memberNum of sprite (I) + x
--updateStage
if rollover (38) then
set the cursor of sprite 38 to 0
puppetSound 1, member 174 of castLib "MASTRCST.DIR"
end if
if rollover (39) then
set the cursor of sprite 38 to 0
puppetSound 1, member 175 of castLib "MASTRCST.DIR"
end if
repeat while rollover(i)
set the memberNum of sprite (i) to the memberNum of sprite (i) + 1
updateStage
mypause .05
put x+1 into x
if x>3 then
set the memberNum of sprite (i) to the memberNum of sprite (i) - 3
put 1 into x
end if
if the mouseDown then
--puppetSound "beep3"
updateStage
if the mouseDown then
set JumpName to the name of member the member of sprite i
go jumpName
abort
end if
end if
end repeat
sound stop 1
--end if
end repeat
go the frame
end exit frame