幻想森林

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 2199|回复: 5

[求助]横向选单的详细说明!!!

[复制链接]

19

主题

96

帖子

16万

积分

⑧专业

石破天惊

积分
161091
发表于 2005-1-16 09:35:36 | 显示全部楼层 |阅读模式
[求助]横向选单的详细说明!!!

http://rock512.go1.icpcn.com/html/rgss08b.htm

完全看不懂

#--------------------------------------------------------------------------
# ● リフレッシュ
#--------------------------------------------------------------------------
def refresh
# ★==========================================================================★
self.contents.clear
for i in 0...@item_max
draw_item(i, normal_color)
end
cx = contents.text_size($data_system.words.gold).width
self.contents.font.color = system_color
self.contents.draw_text(604 - cx, 28, cx, 32, $data_system.words.gold)
self.contents.font.color = normal_color
self.contents.draw_text(480, 28, 124 - cx, 32, $game_party.gold.to_s, 2)
# ★==========================================================================★
end
#--------------------------------------------------------------------------
# ● 項目の描画
# index : 項目番号
# color : 文字色
#--------------------------------------------------------------------------
def draw_item(index, color)
# ★==========================================================================★
self.contents.font.color = color
rect = Rect.new(index % @column_max * 160, index / @column_max * 32,
128, 32)
self.contents.fill_rect(rect, Color.new(0, 0, 0, 0))
self.contents.draw_text(rect, @commands[index], 1)
# ★==========================================================================★

有空就看看吧!http://kingshe.xinwen365.net/
回复

使用道具 举报

carol3 该用户已被删除
发表于 2005-1-16 11:00:42 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

512 该用户已被删除
发表于 2005-1-16 13:46:12 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

19

主题

96

帖子

16万

积分

⑧专业

石破天惊

积分
161091
 楼主| 发表于 2005-1-16 14:20:35 | 显示全部楼层
看不懂???代码注释太少了
有空就看看吧!http://kingshe.xinwen365.net/
回复 支持 反对

使用道具 举报

carol3 该用户已被删除
发表于 2005-1-16 16:01:25 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

carol3 该用户已被删除
发表于 2005-1-16 16:03:20 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|幻想森林

GMT+8, 2025-6-19 01:28 , Processed in 0.011041 second(s), 21 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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