Reply to Re: Sprite won't move...
If you don't have an account, just leave the password field blank.
There is a fair bit there to sort through. I have doubts about the local var '&dir' working right. There is an occasional bug when a local var starts with the same letter as a global var. Try changing the name of that local var, or if you use it often, make it a global var.
But first try alt/D just before that script runs (debug mode). Look in the log(it write the log in the dmod folder)at the last 'comparing' and see what var its using and what the log says after that.
But first try alt/D just before that script runs (debug mode). Look in the log(it write the log in the dmod folder)at the last 'comparing' and see what var its using and what the log says after that.