이렇게 사용하는게 맞나 싶어서 여쭤봅니다.
컬러로 쓴 부분 맞는지 지적좀 부탁드립니다 ㅜㅜ
:top
getColor #color 89 1756 이 좌표의 컬러값이
sleep 1000
if #color == 11319743 여기와 같으면
goto :a1 a1으로 가라 맞나요 ?
endif
:a1
touchPress 0 89 1756
sleep 4000
touchPress 0 929 447
sleep 150
touchPress 0 929 562
sleep 150
touchPress 0 929 711
sleep 150
touchPress 0 514 574
sleep 100
touchPress 0 514 709
sleep 100
touchPress 0 656 566
sleep 100
touchPress 0 638 691
sleep 100
touchPress 0 779 572
sleep 6000
1싸이클 끝나고
getColor #color 89 1756 위와 동일하게 이 좌표가
sleep 1000
if #color == 11319743 이 컬러와 동일하면
goto :top top로 가라
else
goto :a2 실패시 a2로 가라
endif
:a2
touchPress 0 929 447
sleep 100
touchPress 0 929 562
sleep 100
touchPress 0 929 711
sleep 100
touchPress 0 514 574
sleep 100
touchPress 0 514 709
sleep 100
touchPress 0 638 566
sleep 100
touchPress 0 638 691
sleep 100
touchPress 0 779 572
sleep 6000
:b1
getColor #color 89 1756 위와 동일하게 이 좌표가
sleep 1000
if #color == 11319743 이 컬러와 동일하면
goto :a1 a1로 가라
else
goto :b1 실패시 b1로 가라 (이걸로 컬러가 인식될때까지 b1이 반복될까요 ?)
endif 혹시 이거 5초간 하는 방법도 있을까요 ?
5초간 인식하고 실패시 다음진행 이런식이요
이렇게하면 반복횟수 0이여도 계속 무한반복 되는건가요?
if #color == #a1
sleep 20
touchpress 0 89 1756
toast 000
else
touchPress 0 929 447
toast nonono
endif