继续练手,查找“西游天下”游戏中的寻路call
任务目的:查找“西游天下”游戏中的寻路call游戏地址:http://xy.down.hxage.net/xytx/client/XY_CN.0.551.071_Rtm_Setup.exe
结果呈现:寻找的视频、易语言测试代码。
function SceneMap_GotoDirectly()
if true ==thePlayerSelf:isOnFittingState() then
--试穿状态下不能移动
return
end
if (g_isCurScene) then
local coordinatex,coordinatey;
coordinatex, coordinatey = SceneMap_Board:GetMouseScenePos();
theMinimap:autoRunToTarget(coordinatex, coordinatey, true, "");
end
end
页:
[1]