Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dont call map editor when moving mouse but staying on same t
#4
It appears you reset curx and y, and then check if you were on the same tile as the reset values, which means

Code:
If CurX = X \ PIX_X And CurY = Y \ PIC_Y And Button = vbLeftButton Then Exit Sub
will never get called.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)