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

Project1

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

[已经过期] 动态鼠标脚本

 关闭 [复制链接]
头像被屏蔽

Lv1.梦旅人 (禁止发言)

梦石
0
星屑
50
在线时间
22 小时
注册时间
2011-5-8
帖子
62
跳转到指定楼层
1
发表于 2011-5-17 13:04:04 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽

Lv1.梦旅人

梦石
0
星屑
162
在线时间
246 小时
注册时间
2010-9-18
帖子
36
2
发表于 2011-5-18 03:24:12 | 只看该作者
#================================================= =============================
# ## Game_Player
#================================================= =============================
class Game_Player
  #------------------------------------------------- -------------------------
  ## 是否支持鼠標移動?
  #------------------------------------------------- -------------------------
  def move_by_mouse?
    return false if @move_route_forcing # 強制移動路徑中
    return false if @vehicle_getting_on # 正在乘座交通工具中
    return false if @vehicle_getting_off # 正在降下交通工具中
    return false if in_airship? and not $game_map.airship.movable?
    return true
  end
  
  #------------------------------------------------- -------------------------
  ## 不移動時
  #------------------------------------------------- -------------------------
  def update_nonmoving(last_moving)
    return if $game_map.interpreter.running?
    return if moving?
    return if check_touch_event if last_moving
    ## 雙擊激活交通工具
    if not $game_message.visible and Input.trigger?(Input::C) || Input.double_click?(1)
      return if get_on_off_vehicle
      return if check_action_event
    end
    update_encounter if last_moving
    ## 還原鼠標移動標誌
  $scene.last_click = [$game_player.x, $game_player.y]
  end
end


伸手黨請自重......
我隨便找一下都有,順帶一提,我也是腳本盲......


zxc52590于2011-5-18 03:24补充以下内容:
#================================================= =============================
# ## Game_Player
#================================================= =============================
class Game_Player
  #------------------------------------------------- -------------------------
  ## 是否支持鼠標移動?
  #------------------------------------------------- -------------------------
  def move_by_mouse?
    return false if @move_route_forcing # 強制移動路徑中
    return false if @vehicle_getting_on # 正在乘座交通工具中
    return false if @vehicle_getting_off # 正在降下交通工具中
    return false if in_airship? and not $game_map.airship.movable?
    return true
  end
  
  #------------------------------------------------- -------------------------
  ## 不移動時
  #------------------------------------------------- -------------------------
  def update_nonmoving(last_moving)
    return if $game_map.interpreter.running?
    return if moving?
    return if check_touch_event if last_moving
    ## 雙擊激活交通工具
    if not $game_message.visible and Input.trigger?(Input::C) || Input.double_click?(1)
      return if get_on_off_vehicle
      return if check_action_event
    end
    update_encounter if last_moving
    ## 還原鼠標移動標誌
  $scene.last_click = [$game_player.x, $game_player.y]
  end
end

点评

是动态鼠标脚本?我看不像  发表于 2011-5-19 12:37
嗯……交通工具??  发表于 2011-5-18 10:15
回复

使用道具 举报

Lv2.观梦者


  • 更新完成啦

梦石
0
星屑
799
在线时间
6267 小时
注册时间
2006-6-7
帖子
8462
3
发表于 2011-5-18 03:37:14 | 只看该作者

点评

这个早就找了,不明白  发表于 2011-5-19 12:35
回复

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
88
在线时间
331 小时
注册时间
2010-10-24
帖子
778
4
发表于 2011-5-21 10:01:18 | 只看该作者

点评

貌似下载不了  发表于 2011-5-21 14:26
回复

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
50
在线时间
169 小时
注册时间
2011-1-5
帖子
92
5
发表于 2011-6-19 16:49:47 | 只看该作者
百变宝典里面有,具体的忘记了
回复

使用道具 举报

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

本版积分规则

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

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

GMT+8, 2024-11-26 07:41

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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