【发布时间】:2012-03-26 20:28:55
【问题描述】:
我想知道如何在我的 hittest if 语句中写这个:只要 hittest_mc y 小于 y 坐标 213,则翻译 hittest_mc +70。
到目前为止,我有这个:
if (walk_mc.hitTestObject(goback_mc)) {
hittest_mc.y<y==213 + 70;
}
我该如何解决这个问题?
【问题讨论】:
标签: actionscript-3 flash if-statement hittest coordinate