Project1

标题: 如何在事件中判断某事件是否能向左或向右移动 [打印本页]

作者: stella    时间: 2012-10-17 11:18
标题: 如何在事件中判断某事件是否能向左或向右移动
本帖最后由 stella 于 2012-10-17 14:13 编辑

比如判断1号事件是否能向左或向右移动
作者: hys111111    时间: 2012-10-17 12:35
@x = $game_map.events[1].x
@y = $game_map.events[1].y
条件分歧:$game_map.events[1].passable?(@x,@y,朝向)

朝向自己修改。
朝向为2:下
4:左
6:右
8:上
作者: stella    时间: 2012-10-17 14:11
本帖最后由 stella 于 2012-10-17 14:13 编辑
hys111111 发表于 2012-10-17 12:35
@x = $game_map.events[1].x
@y = $game_map.events[1].y
条件分歧:$game_map.events[1].passable?(@x,@y, ...


能否向右移动就是这样写?

if $game_map.events[1].passable?($game_map.event[1].x,$game_map.event[1].y,6)





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1