Quote:
|
Originally Posted by ApothiX
The default scope for un-prefixed is global. They can be accessed by any script that is currently running.
07-10-2006 11:28 AM
|
gotcha
Quote:
|
Originally Posted by Celarion
I tried prefixing the variables with "this.". The entire thing stopped working. Perhaps I missed something.
|
Im guessing they just arent moving? or are they not even drawing? if you could, just paste what you have now, maybe something will stick out.
without seeing the code, all i can think of, is that maybe you qualified the variables x and y wrong when you were prefixing things. If it worked before without those prefixed, i would leave those two as they were originally.