03-11-2008, 12:30 PM
It appears you reset curx and y, and then check if you were on the same tile as the reset values, which means
will never get called.
Code:
If CurX = X \ PIX_X And CurY = Y \ PIC_Y And Button = vbLeftButton Then Exit Sub