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

  1. on exitFrame 
  2.   global gWakuColor
  3.   set gWakuColor = "Θß"
  4.   
  5.   if rollOver(5) then
  6.     puppetSprite 5,true
  7.     set the castNum of sprite 5 = the number of cast "M_OTO,DW"
  8.     set the visible of sprite 14 = 1
  9.     set the visible of sprite 15 = 1
  10.   else
  11.     set the castNum of sprite 5 = the number of cast "M_OTO,UP"
  12.     set the visible of sprite 14 = 0
  13.     set the visible of sprite 15 = 0
  14.     puppetSprite 5,false
  15.   end if  
  16.   go to the frame
  17. end