Posted: Thu Dec 02, 2010 11:32 am Post subject: Turing Is Running Tooooo slow ??
What is it you are trying to achieve?
I want turing to run faster
What is the problem you are having?
Turing is going to slow when I make my game, it draws line by line when I animate and not only that ...ITS ON DELAY (1)
Describe what you have tried to solve this problem
I changed my delay
I used procedures
However when I seperated the parts into different turings, it fuctions fine.
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Turing:
<Add your code here>
Please specify what version of Turing you are using
Turing 4.4.1
Sponsor Sponsor
DemonWasp
Posted: Thu Dec 02, 2010 11:43 am Post subject: RE:Turing Is Running Tooooo slow ??
You really need to post example code (syntax blocks, please!) or we can't really help you.
If not, then try removing your delay(1) calls.
Insectoid
Posted: Thu Dec 02, 2010 11:46 am Post subject: RE:Turing Is Running Tooooo slow ??
You probably did something horribly inefficient, in which case this is only partly Turing's fault.
SNIPERDUDE
Posted: Thu Dec 02, 2010 6:40 pm Post subject: RE:Turing Is Running Tooooo slow ??
It is likely (as mentioned) a bottleneck in your program due to some inefficient (it happens) block of code or method. If it's running slow on just a test program then I'd worry.