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

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