![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
Perhaps you should look at some tutorials first.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#12 |
|
Programming Guru
![]() |
Or hire somebody that knows what they are doing.
__________________
|
|
|
|
|
|
#13 |
|
Newbie
Join Date: Oct 2005
Posts: 8
Rep Power: 0
![]() |
hey,
got a question for those who know LOGO... right now i have: "show get "t2 "visible? announce [Please insert coin into machine!]" so it announces that wen the turtle in visible how can i set it so that it does sumthin else when the turtle IS hidden!? |
|
|
|
|
|
#14 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 3
![]() |
logo is too long ago for me, and i don't get your question
![]() |
|
|
|
|
|
#15 |
|
Professional Programmer
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4
![]() |
I thought Logo was for kids to learn how to program but using it to program vending machines...... interesting
__________________
PFO - My daily dose of technology. |
|
|
|
|
|
#16 |
|
Programming Guru
![]() |
I've never even heard of LOGO before this thread.
__________________
|
|
|
|
|
|
#17 |
|
Professional Programmer
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4
![]() |
Logo is an educational language that can be used to introduce programming to the kids. It sort of an command line interpreter that accepts commands to draw shapes on the screen. There is a little triangular shape in the center of the screen called a turtle. When you write commands, the turtle sort of obeys the commands(kids think that way). For example, there are command like "fd 100" that makes the turtle move forward 100 pixels and also draws a line while moving. there are more command like bk(move backward), rt(right turn), lt(left turn) and so on.
Pretty much fun for the kids.
__________________
PFO - My daily dose of technology. |
|
|
|
|
|
#18 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Yes, I can see that a shape-drawing turtle would be the ideal approach to vending machine design....
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#19 |
|
Programming Guru
![]() |
...:eek:...
__________________
|
|
|
|
|
|
#20 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
A little research into the app he mentioned reveals that it is a simulation tool that uses LOGO. I would assume that he is making a vending machine simulation.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|