Jump to content




Quick Question

computer turtle

  • You cannot reply to this topic
3 replies to this topic

#1 afischaa

  • Members
  • 12 posts

Posted 23 December 2012 - 10:48 AM

Qustion 1:

Is there a way to input a set of coordinates into a turtle and the turtle will go to that set of coordinates when you tell it to? If there isn't, how do you make a turtle go back to the starting place?

Question 2:

Ho do you make a computer or turtle read for a certain file on a floppy disk?

Sorry if one of these questions sounds confusing, I'm new to this. :) Just ask and I'll try to explain better.

#2 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 23 December 2012 - 10:56 AM

Question 1:
Check the turtle section, there are tons of GPS programs which work for what you need.

Question 2:
So you wan't it to constantly look for a file on the floppy disk? All you got to do is check if it exists:
if fs.exists("disk/programName") then -- If statement to check if the file exists on the disk


#3 afischaa

  • Members
  • 12 posts

Posted 23 December 2012 - 11:03 AM

Okay that makes sense. Thanks a ton!

#4 Oct125

  • Members
  • 49 posts

Posted 23 December 2012 - 11:12 AM

This may help:
http://www.computerc...osition-system/





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users