home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 18
/
Creative-Review-CD-ROM-18.iso
/
mac
/
creativereview
/
00015_Script_15
< prev
next >
Wrap
Text File
|
1996-10-08
|
461b
|
21 lines
on exitFrame
puppetSprite 3, true
if rollover(3) then
set the castNum of sprite 3 to 22
else
set the castNum of sprite 3 to 19
end if
puppetSprite 4, true
if rollover(4) then
set the castNum of sprite 4 to 23
else
set the castNum of sprite 4 to 20
end if
puppetSprite 5, true
if rollover(5) then
set the castNum of sprite 5 to 24
else
set the castNum of sprite 5 to 21
end if
go the frame
end