var #s1 16
var #s2 117
var #color 10735728
var #color1 0
start:
getcolor #color1 #s1 #s2
if #color1 == #color
touchpress 0 #s1 #s2
elseif goto :start
:end
color1 에 getcolor 해서 color 랑 색값이 같으면 누르고?
다르면 start 로 돌아간다 정도로 짯는데
색값이 다른데도 누르는건 뭐죠?ㅠㅠ?
스트립트를 잘못짠건가요?
if #color1 == #color
? touchpress 0 #s1 #s2
else
? goto :start
endif
이렇게 해야 제대로된 if 문법이에요.