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

Project1

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

[已经解决] 如何加速渐变速度

[复制链接]

Lv1.梦旅人

梦石
0
星屑
55
在线时间
100 小时
注册时间
2010-7-30
帖子
232
跳转到指定楼层
1
发表于 2012-8-20 17:29:40 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
显示图片的渐变速度如何加快

Lv1.梦旅人

尽头

梦石
0
星屑
119
在线时间
278 小时
注册时间
2010-6-20
帖子
1280
2
发表于 2012-8-20 18:41:44 | 只看该作者
  1. #==============================================================================
  2. # ■ Scene_Map
  3. #------------------------------------------------------------------------------
  4. #  处理地图画面的类。
  5. #==============================================================================

  6. class Scene_Map
  7.   #--------------------------------------------------------------------------
  8.   # ● 刷新画面
  9.   #--------------------------------------------------------------------------
  10.   alias old_update_bbaugle update
  11.   def update
  12.     # 处理过渡中的情况下
  13.     if $game_temp.transition_processing
  14.       # 清除过渡处理中标志
  15.       $game_temp.transition_processing = false
  16.       # 执行过渡
  17.       if $game_temp.transition_name == ""
  18.         d = $渐变速度 == nil ? 20 : $渐变速度
  19.         $渐变速度 = nil
  20.         Graphics.transition(d)
  21.       else
  22.         d = $渐变速度 == nil ? 40 : $渐变速度
  23.         $渐变速度 = nil
  24.         Graphics.transition(d, "Graphics/Transitions/" +
  25.           $game_temp.transition_name)
  26.       end
  27.     end
  28.     old_update_bbaugle
  29.   end
  30. end
复制代码
在事件中用脚本 $渐变速度 = n
n为帧速
即可改变图片渐变速度
回复

使用道具 举报

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

本版积分规则

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

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

GMT+8, 2024-11-23 21:14

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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