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

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