:1
getcolor #color1 456 117
if #color1 == 10602749
rand #randx1 647 664
rand #randy1 1096 1167
touchpress 0 #randx1 #randy1
else
#error1 == #error1 + 1
if #error > 50
goto :error
set #error 0
else
goto :1
endif
:error
?
설명드리자면
?
맨위에?색값체크하고.. 색값맞을경우 랜덤좌표 터치
아닐경우 error 변수에 +1을 더하고 error 변수값이 50초과일경우 :error 라벨로 넘어가고
error변수값이 50이 안될경우 다시 :1라벨로 돌아가게 하고싶거든요
어떻게 짜면될까요?
어떻게 짜면될까요..?
[수정] error값 50인경우 error값을 다시 0으로 바꾸고 :error 라벨로 넘어감