home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / waku.dir / 00090_Script_90 < prev    next >
Text File  |  1995-11-10  |  928b  |  35 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 "M_OTO,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 "M_OTO,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 "M_MAP,DW"
  19. --  else
  20. --    set the castnum of sprite 6 = the number of cast "M_MAP,UP"
  21. --    puppetSprite 6,FALSE
  22. --  end if
  23. --  
  24. --  if rollover(7) then
  25. --    puppetSprite 7,true
  26. --    set the castnum of sprite 7 = the  number of cast "M_RE,DW"
  27. --  else
  28. --    set the castnum of sprite 7 = the number of cast "M_RE,UP"
  29. --    puppetSprite 7,FALSE
  30. --  end if
  31. --  
  32. -- 
  33. --  updatestage
  34.   go to the frame
  35. end