返回列表 发帖
不是VB
如果是VB的话,学过的都知道
原文
“if ( x == MyDestX and y == MyDestY and MOTION_MOVE == GetV(V_MOTION,MyID)) then
return
end”

应该写成
if x == MyDestX and y == MyDestY and MOTION_MOVE == GetV(V_MOTION,MyID) then
   else
end if

这个东西有点像C,又不完全是,估计是C++或者C#

Math.Abs()这个东西倒是以前在asp.net里见过,是计算绝对值的,AS里也用

TOP

返回列表