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

  1. on exitFrame
  2.   
  3.   puppetsprite 6,true
  4.   
  5.   if rollOver(5) then
  6.       puppetSprite 5,true
  7.     set the castNum of sprite 5 = the number of cast "R_OT,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 "R_OT,UP"
  12.     set the visible of sprite 14 = 0
  13.     set the visible of sprite 15 = 0
  14.   end if
  15.   
  16.   if rollover(6) then
  17.     set the castnum of sprite 6 = the  number of cast"MAP,DW"
  18.   else
  19.     set the castnum of sprite 6 = the number of cast"MAP,UP"
  20.   end if
  21.   go to the frame
  22. end