home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fuji Wa La Te I Ka - Hyakunin Isshu Karuta
/
KARUTA.bin
/
wins
/
waku.dir
/
00050_Script_50
< prev
next >
Wrap
Text File
|
1995-11-10
|
1KB
|
50 lines
on exitFrame
if rollOver(5) then
puppetSprite 5,true
set the castNum of sprite 5 = the number of cast "R_OT,DW"
set the visible of sprite 14 = 1
set the visible of sprite 15 = 1
else
set the castNum of sprite 5 = the number of cast "R_OT,UP"
set the visible of sprite 14 = 0
set the visible of sprite 15 = 0
puppetSprite 5,FALSE
end if
--
-- if rollover(8) then
-- puppetSprite 8,true
-- set the castnum of sprite 8 = the number of cast "R_RE2,DW"
-- else
-- set the castnum of sprite 8 = the number of cast "R_RE2,UP"
-- puppetSprite 8,FALSE
-- end if
--
-- if rollover(7) then
-- puppetSprite 7,true
-- set the castnum of sprite 7 = the number of cast "BUY,DW"
-- else
-- set the castnum of sprite 7 = the number of cast "BUY,UP"
-- puppetSprite 7,FALSE
-- end if
--
-- if rollover(9) then
-- puppetSprite 9,true
-- set the castnum of sprite 9 = the number of cast "REV,DW"
-- else
-- set the castnum of sprite 9 = the number of cast "REV,UP"
-- puppetSprite 9,FALSE
-- end if
--
--
-- if rollover(10) then
-- puppetSprite 10,true
-- set the castnum of sprite 10 = the number of cast "PRE,DW"
-- else
-- set the castnum of sprite 10 = the number of cast "PRE,UP"
-- puppetSprite 10,FALSE
-- end if
--
--
-- updatestage
go to the frame
end