home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / karu_gin.dir / 00358_Script_358 < prev    next >
Text File  |  1995-11-13  |  721b  |  27 lines

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