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

  1. on exitFrame
  2.   
  3.   
  4.   if rollOver(5) then
  5.     puppetSprite 5,true
  6.     set the castNum of sprite 5 = the number of cast "R_OT,DW"
  7.     set the visible of sprite 14 = 1
  8.     set the visible of sprite 15 = 1
  9.   else
  10.     set the castNum of sprite 5 = the number of cast "R_OT,UP"
  11.     set the visible of sprite 14 = 0
  12.     set the visible of sprite 15 = 0
  13.     puppetSprite 5,FALSE
  14.   end if
  15. --  
  16. --  if rollover(6) then
  17. --    puppetsprite 6,true
  18. --    set the castnum of sprite 6 = the  number of cast"MAP,DW"
  19. --  else
  20. --    set the castnum of sprite 6 = the number of cast"MAP,UP"
  21. --     puppetsprite 6,FALSE
  22. --  end if
  23. --  
  24. --  updateStage
  25.   go to the frame
  26. end