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

Username:   Password: 
 RegisterRegister   
 [Tutorial] Classes
Index -> Programming, Turing -> Turing Tutorials
Goto page Previous  1, 2
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Drake




PostPosted: Tue Jun 07, 2005 9:46 pm   Post subject: (No subject)

Quote:

[paraphrased]
All local constructs should be oblivious of the outside world, but entirely versed in their own arguments.

Well, duh! I'm lazy, so making them actually aware of anything else would be too much extra work.

Quote:

[again paraphrased]
Throw some extraneous code in there, that'll confuse 'em!

Kind of not quite what I am trying to do here. But in the end I will do something like that. Smile

And on a happier note, I actually got the darn thing to work right. In fact, it works better than I expected it to (long story...). But now I have another problem: I can only import one thing per file, and I'm already importing the module that controls the health and such. I also want to get in some GUI buttons. But every time I try to put in another import, it says there is an error. What am I doing wrong, or is this just another one of those things that I'm just supposed to accept because Turing isn't smart enough to do it?
Sponsor
Sponsor
Sponsor
sponsor
Cervantes




PostPosted: Wed Jun 08, 2005 2:44 pm   Post subject: (No subject)

Drake wrote:
What am I doing wrong, or is this just another one of those things that I'm just supposed to accept because Turing isn't smart enough to do it?

Actually, Alan Turing was a genius. Smile
Instead of importing stuff on seperate lines (a la following:
code:

import BSprite in "BSprite.tu"
import DanSprite in "DanSprite.tu"

), we do it like this:
code:

import BSprite in "Bsprite.tu", DanSprite in "DanSprite.tu"
Drake




PostPosted: Wed Jun 08, 2005 5:48 pm   Post subject: (No subject)

Heh, yeah. I figured that out a few hours after I posted my last post. Seems to be happening a lot to me recently. Thanks, though! Very Happy
lyam_kaskade




PostPosted: Thu Jun 09, 2005 9:41 pm   Post subject: (No subject)

Hmmmm... I wonder what Alan Turing would think of Turing (the language)?

Let's take a look shall we?


Wow I must be bored...



bored.JPG
 Description:
Alan Turing goes to the future (present).
 Filesize:  38.16 KB
 Viewed:  2288 Time(s)

bored.JPG


[Gandalf]




PostPosted: Thu Jun 09, 2005 9:50 pm   Post subject: (No subject)

Good comic Laughing

I only realized there was a new version of Turing (for windows) a little while ago since all my "Turing" results came from Alan Turing Smile.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Tutorials
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 2 of 2  [ 20 Posts ]
Goto page Previous  1, 2
Jump to:   


Style:  
Search: