var #count 0
:start
#count = #count + 1
if#count==5
goto :B
elseif
touchDown 0 186 415
sleep 100
touchUp 0
sleep 100
touchDown 0 186 415
sleep 100
touchUp 0
sleep 100
goto :start
endif
:B
set #count 0
touchDown 452 1534
sleep100
touchUp 0
:end
제가 작성한건데요
뭐가 문제인지를 모르겠네요
실행해보면 B만 한번 터치되고 꺼져버리네요
원하는건 5번 반복후 B한번 누르는건데..
왜안되는지 모르겠습니다 ㅠㅠ
if#count==5
if #count == 5