赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 1775 |
最后登录 | 2016-4-9 |
在线时间 | 79 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 79 小时
- 注册时间
- 2006-7-19
- 帖子
- 76
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
- self.opacity = 0
- @sta_back = []
- @sta_output = []
- for actor_index in 1..$game_party.actors.size
- @sta_back[actor_index] = Sprite.new
- @sta_back[actor_index].bitmap = Bitmap.new("Graphics/Windowskins/" + $game_party.actors[actor_index - 1].name + "_sta.png")
- @sta_back[actor_index].x = 100 + (actor_index - 1) * 133
- @sta_back[actor_index].y = 480 - 78 - 10
- @sta_back[actor_index].z = self.z + 1
复制代码
我想把它移到左边角落里,,该怎么修改,这里用的数学方法我不懂了?望高手解答? 此贴于 2008-6-11 19:48:03 被版主darkten提醒,请楼主看到后对本贴做出回应。 版务信息:版主帮忙结贴~ |
|