home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
In Your Face
/
IYF.iso
/
pc
/
sharew
/
webl3.dir
/
00017_Script_17
< prev
next >
Wrap
Text File
|
1996-05-14
|
776b
|
29 lines
on enterFrame
puppetSprite 20, true
puppetSprite 21, true
puppetSprite 22, true
puppetSprite 24, true
puppetSprite 25, true
puppetSprite 26, true
end
on exitFrame
if rollover(20) then set the castNum of sprite 20 to 16
else puppetSprite 20, False
if rollover(21) then set the castNum of sprite 21 to 649
else puppetSprite 21, False
if rollover(22) then set the castNum of sprite 22 to 651
else puppetSprite 22, False
if rollover(24) then set the castNum of sprite 24 to 19
else puppetSprite 24, False
if rollover(25) then set the castNum of sprite 25 to 666
else puppetSprite 25, False
if rollover(26) then set the castNum of sprite 26 to 668
else puppetSprite 26, False
go to the frame
updateStage
end