포켓메이플 던전 메크롤를 만드는데 잘 안됩니다;
//신전배경
var # a01x 133
var # a01y 267
var # a01c 15857657
//던전버튼
var # a02x 654
var # a02y 1198
//던전리스트
var # a03x 292
var # a03y 229
//던전로비
var # a04x 112
var # a04y 1149
//던전배경
var # a05x 573
var # a05y 602
var # a05c 16381662
//써든버튼
var # a06x 85
var # a06y 870
//이동버튼
var # a07x 174
var # a07y 247
//나가기버튼
var # a08x 668
var # a08y 1112
var # a09x 211
var # a09y 499
:start
getcolor # 01c # a01x # a01y
sleep 50
if # 01c == # a01c
sleep 300
touchpress 0 # a02x # a02y
sleep 1000
touchpress 0 # a03x # a03y
sleep 2500
touchpress 0 # a04x # a04y
sleep 1500
touchpress 0 # a04x # a04y
sleep 300
endif
getcolor # 05c # a05x # a05y
sleep 50
if # 05c == # a05c
touchpress 0 # a06x # a06y
sleep 500
touchdown 0 # a07x # a07y
sleep 7000
touchup 0
sleep 300
touchpress 0 # a06x # a06y
sleep 3000
touchpress 0 # a08x # a08y
sleep 1000
touchpress 0 # a09x # a09y
sleep 300
endif
:end
음.. #다음에 왜 띄우신건지 모르겠지만, 그걸다 지우시면 되지 않을까 싶네요.