
-----------------------------------
omchow
Thu Dec 02, 2010 11:32 am

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)








Please specify what version of Turing you are using
Turing 4.4.1

-----------------------------------
DemonWasp
Thu Dec 02, 2010 11:43 am

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
Thu Dec 02, 2010 11:46 am

RE:Turing Is Running Tooooo slow ??
-----------------------------------
You probably did something horribly inefficient, in which case this is only partly Turing's fault.

-----------------------------------
SNIPERDUDE
Thu Dec 02, 2010 6:40 pm

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.
