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

Project1

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

[已经解决] (战斗系统)怎么让我方动画和对象方动画同时播放?

 关闭 [复制链接]

Lv1.梦旅人

梦石
0
星屑
200
在线时间
2 小时
注册时间
2009-11-14
帖子
1
跳转到指定楼层
1
发表于 2009-12-19 17:18:35 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
做游戏要用,,,,拜托,,,,,

Lv1.梦旅人

梦石
0
星屑
55
在线时间
5 小时
注册时间
2009-4-11
帖子
131
2
发表于 2009-12-20 09:06:30 | 只看该作者
在Scene_Battle4中 第410行:
你会看到下面这一段
# 对像方动画
    for target in @target_battlers
      target.animation_id = @animation2_id
      target.animation_hit = (target.damage != "Miss")
    end

   把他剪切到 392行中
#--------------------------------------------------------------------------
  # ● 刷新画面 (主回合步骤 3 : 行动方动画)
  #--------------------------------------------------------------------------
  def update_phase4_step3
    # 行动方动画 (ID 为 0 的情况下是白色闪烁)
    if @animation1_id == 0
      @active_battler.white_flash = true
    else
      @active_battler.animation_id = @animation1_id
      @active_battler.animation_hit = true
    end

##粘贴上面一段
# 对像方动画
    for target in @target_battlers
      target.animation_id = @animation2_id
      target.animation_hit = (target.damage != "Miss")
    end

     ########################

    # 移至步骤 4
@phase4_step = 5
  end
回复 支持 反对

使用道具 举报

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

本版积分规则

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

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

GMT+8, 2024-12-26 10:45

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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