设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 2953|回复: 2
打印 上一主题 下一主题

[已经解决] 标题图片按钮能否更换图片?(有工程)

 关闭 [复制链接]

Lv4.逐梦者

梦石
3
星屑
6420
在线时间
1131 小时
注册时间
2007-12-26
帖子
2402
跳转到指定楼层
1
发表于 2011-11-6 09:42:20 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 幻耶 于 2011-11-6 09:51 编辑

茄子的图片按钮,原来标题画面的图片按钮是当鼠标移动到某个按钮上面就高亮显示,我希望当鼠标移动到按钮上面就换一张图片,鼠标移开就恢复原图片,如何做到?
工程:
★_茄孓_图片按钮1.rar (319.39 KB, 下载次数: 240)


原来设置高亮的部分:
  #--------------------------------------------------------------------------
  # ● 刷新图片项目
  #--------------------------------------------------------------------------
  def update_item
    if Mouse.get_mouse_pos != nil
    $mouse_x,$mouse_y = Mouse.get_mouse_pos
    end
    if @type == 2
    for index in @dash
     if @sprite[index] != nil
      #top_x = @sprite[index].x
      #top_y = @sprite[index].y
      top_x = @sprite[index].x - @sprite[index].bitmap.width / 2
      top_y = @sprite[index].y - @sprite[index].bitmap.height / 2
      bottom_x = top_x + @sprite[index].bitmap.width
      bottom_y = top_y + @sprite[index].bitmap.height
      if ($mouse_x > top_x) and ($mouse_y > top_y) and
           ($mouse_x < bottom_x) and ($mouse_y < bottom_y)
           self.index = @sprite[index].index
           if @move_index != self.index
           Se.ok
           @move_index = self.index
         end
      end
      if @sprite[index].index != self.index
        @sprite[index].color = Color.new(0,0,0,100)
      else
        @sprite[index].color = Color.new(0,0,0,0)
      end
    end
    end
    elsif @type == 1
     for index in @dash
        if @sprite[index].index != self.index
         @sprite[index].color = Color.new(0,0,0,100)
       else
        @sprite[index].color = Color.new(0,0,0,0)  
       end
     end  
   end
  end
囡囚囨囚囨図囨囧

Lv1.梦旅人

虱子

梦石
0
星屑
121
在线时间
1782 小时
注册时间
2010-6-19
帖子
3597
2
发表于 2011-11-6 09:56:11 | 只看该作者
  1.       if @sprite[index].index != self.index
  2.         @sprite[index].color = Color.new(0,0,0,100)
  3.       else
  4.         @sprite[index].color = Color.new(0,0,0,0)
  5.       end
复制代码
你都找到这段了,还不知道怎么改么
  1. @sprite[index].bitmap = RPG::Cache.picture("原文件名")
  2. @sprite[index].bitmap = RPG::Cache.picture("现文件名")
复制代码
我希望LZ能自己动手试试

http://rpg.blue/thread-175056-1-2.html
PVZ型塔防物一个
http://rpg.blue/thread-155199-1-2.html
RMXP技术讨论区手动认可帖,得到答案请认可
回复

使用道具 举报

Lv4.逐梦者

梦石
3
星屑
6420
在线时间
1131 小时
注册时间
2007-12-26
帖子
2402
3
 楼主| 发表于 2011-11-6 12:04:41 | 只看该作者
Wind2010 发表于 2011-11-6 09:56
你都找到这段了,还不知道怎么改么我希望LZ能自己动手试试

如果“开始”、“继续”和“退出”这三张图片是不同的文件,那么这一段应该对鼠标停在这三种按钮上做分歧判断吧,怎么写这三种分歧呢?
囡囚囨囚囨図囨囧
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-11-15 18:23

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表