home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Computing Volume 6 #2 (Spanish)
/
axixo.iso
/
CINE.DIR
/
00003_Script_3
next >
Wrap
Text File
|
1999-01-21
|
1KB
|
52 lines
on exitFrame
SET THE VISIBLE OF SPRITE 20 TO ROLLOVER (24)
SET THE VISIBLE OF SPRITE 21 TO ROLLOVER (25)
SET THE VISIBLE OF SPRITE 22 TO ROLLOVER (26)
if rollover(17) then
set the visible of sprite 18 to rollover(17)
puppetsound "chango1.aif"
updatestage
repeat while rollover(17) and not the mousedown
end repeat
puppetsound 0
end if
if rollover(15) then
set the visible of sprite 16 to rollover(15)
puppetsound "chango2.aif"
updatestage
repeat while rollover(15) and not the mousedown
end repeat
puppetsound 0
end if
if rollover(24) then
set the visible of sprite 20 to rollover(24)
puppetsound "agua1.aif"
updatestage
repeat while rollover(24) and not the mousedown
end repeat
puppetsound 0
end if
if rollover(25) then
set the visible of sprite 21 to rollover(25)
puppetsound "agua2.aif"
updatestage
repeat while rollover(25) and not the mousedown
end repeat
puppetsound 0
end if
if rollover(26) then
set the visible of sprite 22 to rollover(26)
puppetsound "agua3.aif"
updatestage
repeat while rollover(26) and not the mousedown
end repeat
puppetsound 0
end if
GO TO THE FRAME
end