@amairaniblack Surely you don't expect a tutorial in comments here on Youtube? The whole point about Logo is that you learn by having ideas, testing them, making mistakes and then making adjustments. Anyone who thinks they don't have to think won't get anywhere with ANY version of Logo. The best advice is (1) download the program, (2) use Help and the downloadable manual, (3) start with something simple (eg: drawing a line and then a square or equilateral triangle), (4) Go on from there.
I'd have to search for the file on my backup disks. On this computer I only have code for the cat afterconversion for use with WinLogo - but it's much too long to post here. This is the WinLogo code for just one of the elements
to eye :rim :ball
make "line random :ball make "line :line +5 make "turn random 30 make "turn :turn +1 make "col random 250 make "col :col+1 setpc :col pd repeat 360 [fd :line rt 90 fd 1 bk 1 lt 90 bk :line rt 360/:turn]
@mauraenedina Thanks for your comment. Logo is a superb program and there are several excellent free Logos out there. (Listed in info notes). MSW for me is way the best and encourages clear, logical thinking and imagination.
One tip for anyone interested in using or exploring MSWLogo: Jim Muller's fabulous book 'The Great Logo Adventure' has been donated by Jim as a free electronic book. Text and resources can all be downloaded from the Softronix website.
I need know !!
How you do these?
amairaniblack 4 months ago
@amairaniblack Surely you don't expect a tutorial in comments here on Youtube? The whole point about Logo is that you learn by having ideas, testing them, making mistakes and then making adjustments. Anyone who thinks they don't have to think won't get anywhere with ANY version of Logo. The best advice is (1) download the program, (2) use Help and the downloadable manual, (3) start with something simple (eg: drawing a line and then a square or equilateral triangle), (4) Go on from there.
ARTOONIXUSER 3 months ago
whats the commands for the cat.
parth2898 11 months ago
I'd have to search for the file on my backup disks. On this computer I only have code for the cat afterconversion for use with WinLogo - but it's much too long to post here. This is the WinLogo code for just one of the elements
to eye :rim :ball
make "line random :ball make "line :line +5 make "turn random 30 make "turn :turn +1 make "col random 250 make "col :col+1 setpc :col pd repeat 360 [fd :line rt 90 fd 1 bk 1 lt 90 bk :line rt 360/:turn]
end
There's a LOT more after that !
ARTOONIXUSER 10 months ago
very nice job! i used to use a program like Logo when i was a child, but it was in blac and white :) i like Logo
mauraenedina 1 year ago
@mauraenedina Thanks for your comment. Logo is a superb program and there are several excellent free Logos out there. (Listed in info notes). MSW for me is way the best and encourages clear, logical thinking and imagination.
One tip for anyone interested in using or exploring MSWLogo: Jim Muller's fabulous book 'The Great Logo Adventure' has been donated by Jim as a free electronic book. Text and resources can all be downloaded from the Softronix website.
ARTOONIXUSER 1 year ago