처음 가입해서 제가 사용중인 팝업창 삭제 스크립트 공유합니다.
필요한 부분에 적절히 삽입해서 사용하시면 될것 같습니다.
DEVICE: Samsung Galaxy Note 2 - 4.3 - API 18 - 720x1280 4.3
SCREEN_SIZE: 480x800
var #color 0
//팝업
var #popx 32
var #popy 138
var #popc 15527148
//이벤트
var #eventx 161
var #eventy 172
var #eventc 16514043
:start
:popchk
sleep 500
getcolor #color #popx #popy
sleep 500
if #color == #popc
toast popdown
sleep 500
touchDown 0 36 338
sleep 100
touchUp 0
sleep 500
goto :eventchk
else
goto :en
endif
:eventchk
sleep 500
getcolor #color #eventx #eventy
sleep 500
if #color == #eventc
sleep 500
touchDown 0 163 518
sleep 100
touchUp 0
sleep 500
endif
:en
:end
이거를 어떻게 적용할수있을까요 다른분들이 얼른 적용잘해주시기를 초보는 슬프네요