赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 6192 |
最后登录 | 2016-4-5 |
在线时间 | 148 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 148 小时
- 注册时间
- 2012-1-9
- 帖子
- 218
|
3楼
楼主 |
发表于 2012-7-18 22:05:05
|
只看该作者
本帖最后由 filia2012 于 2012-7-18 22:05 编辑
x = $game_player.screen_x
y = $game_player.screen_y-16
$game_screen.pictures[2].show\
("small_black",1,x,y,100,100,55,1)
这段是确定主角的位子然后显示图片smallblacnk,xy坐标带入到主角的坐标?
x = $game_player.screen_x
y = $game_player.screen_y-16
$game_screen.pictures[2].move\
(1,1,x,y,100,100,55,1)
x = $game_map.events[3].screen_x
y = $game_map.events[3].screen_y-16
$game_screen.pictures[3].move\
(1,1,x,y,100,100,55,1)
这两段是并行处理移动图片smallblacnk的判定主角和事件3的坐标?
有2个问题啊...1个是$game_screen.pictures[3].move []里为什么是3?
screen_x是哪里定义的方法?
@亿万星辰
|
|