The Dink Network

Reply to Re: Sprite won't move...

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 28th 2005, 09:26 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
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.