home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / waku.dir / 00020_Script_sora < prev    next >
Text File  |  1995-11-10  |  420b  |  17 lines

  1. on RollOverSprite
  2.   puppetSprite 5,true
  3.   puppetsprite 6,true
  4.   
  5.   if rollOver(5) then
  6.     set the castNum of sprite 5 = the number of cast "B_OT,DW"
  7.   else
  8.     set the castNum of sprite 5 = the number of cast "B_OT,UP"
  9.   end if
  10.   
  11.   if rollover(6) then
  12.     set the castnum of sprite 6 = the  number of cast"B_MAP,DW"
  13.   else
  14.     set the castnum of sprite 6 = the number of cast"B_MAP,UP"
  15.   end if
  16.   
  17. end