Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 What am I doing wrong?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
yousuf14




PostPosted: Sun Apr 27, 2014 1:37 pm   Post subject: What am I doing wrong?

What is it you are trying to achieve?
I am trying to make a graphics rpg game with turing,

What is the problem you are having?
but turing is taking too long to display the content. Why?



Describe what you have tried to solve this problem
I have tried many ways to fix this error, but it is still running too slow.

Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
<Answer Here>

Turing:


<Add your code here>



Please specify what version of Turing you are using
<Answer Here>
Sponsor
Sponsor
Sponsor
sponsor
Insectoid




PostPosted: Sun Apr 27, 2014 1:47 pm   Post subject: RE:What am I doing wrong?

There's a lot of reasons this could happen. Hard to tell if you don't show us your code.
evildaddy911




PostPosted: Sun Apr 27, 2014 6:33 pm   Post subject: RE:What am I doing wrong?

if there seems to be a really slow response time, i always suggest tracing the execution. go into preferences, and check the box labelled "always show debugger menu" (in the editor window tab). hit OK and go into the debugger menu now on the top bar. "show debugger tools" and check trace execution. when your program is running, it will highlight the line that is being executed. looking at patterns in the execution, you can often tell where there is a super inefficient procedure/function, an infinite loop or a misplaced delay.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: