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

Project1

 找回密码
 注册会员
搜索

【标题画面制作】← 问题对象,大虾来解救我

查看数: 3143 | 评论数: 2 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2012-9-25 19:01

正文摘要:

本帖最后由 Ceopal 于 2012-9-25 21:38 编辑 待解救工程在这里…… 出问题的地方:【标题界面】 光标从上往下行得通,从下往上,行不通…… 因为我是去 case @command_window.index 的,光标从下往上和从上往 ...

回复

345912390 发表于 2012-9-25 21:24:30
@Ceopal
Scene_Title中的
  1.   def update
  2.     super
  3.     @title.ox = @title.ox - 1
  4.    
  5.     if @command_window.index != @pic_index
  6.      case @command_window.index
  7.      when 0
  8.        @start_4.y = 20
  9.        @start_5.y = 265
  10.       
  11.        @start_1.x -= 1 unless @start_1.x == -10
  12.        @start_2.x += 1 unless @start_2.x == 0
  13.        @start_3.x += 1 unless @start_3.x == 35
  14.       
  15.      when 1
  16.         @start_4.y = 70
  17.         @start_5.y = 315
  18.         if @start_1.x <20
  19.           @start_1.x += 1 unless @start_1.x == 20
  20.         else
  21.           @start_1.x-= 1 unless @start_1.x == 20
  22.         end
  23.         @start_2.x -= 1 unless @start_2.x == -15
  24.         if @start_3.x >15
  25.           @start_3.x -= 1 unless @start_3.x == 15
  26.         else
  27.           @start_3.x += 1 unless @start_3.x == 15
  28.        end
  29.      when 2
  30.        @start_4.y = 120
  31.        @start_5.y = 365
  32.       
  33.       
  34.        @start_1.x += 1 unless @start_1.x == 30
  35.        @start_2.x += 1 unless @start_2.x == 0
  36.        @start_3.x -= 1 unless @start_3.x == -5
  37.      end
  38.    end
  39.    
  40.   end
复制代码

点评

哈~你搞定了,谢谢~!  发表于 2012-9-25 21:38
布里蓝 发表于 2012-9-25 20:51:51

点评

这个贴子我看过 0.0 重点是 下载那个工程时>无法显示该网页……  发表于 2012-9-25 21:15
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-11-16 15:27

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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