UPDATE July 30,2009: AWESOME BOX FILE VERSION 3.0 ADDED
UPDATE August 16,2009: ADDED SCREENSHOT OF AWESOME BOX V3.0
This instructable will teach you how to use MSW Logo.
MSW Logo is an educational programming language.
Once you understand the commands the things you can make are endless.
The things you need are:
A computer (Pentium 2 Processor and up)
Windows NT/2K/XP/95/98/ME/VISTA
The will to learn new things
An open mind
MSW Logo 65
Here's the link to download it from:
MSW Logo Setup Kit
Once downloaded and installed click Help then Demo this will give you some examples of what MSW Logo can do.
Remove these ads by
Signing UpStep 1Step 1 Moving the Turtle
Let's start with something simple.
In the commander window type in the box:
Forward 50
Then click execute or press enter on you keyboard, do this after anything you type in the commander window.
This draws a straight line up 50.
That was easy but lets make it shorter and faster, type:
FD 50
This does the same thing as Forward 50 but is shorter to type
Now that we know how to draw a straight line lets draw it to the right instead of up, type:
RT 90 FD 50
This rotates the turtle 90 degrees to the right and makes the turtle go forward 50.
When things get too messy on the screen, type :
clearscreen or CS (abbreviated )
This will clear the screen and erase everything drawn this also returns the turtle to the up position.
If you want to rotate the turtle left, type:
LT 90
Next to draw backwards, type:
Back or BK 50
The turtle moves back 50.
When there are too many words recorded in the commander window, type :
Cleartext or CT
Now you should now the most basic commands.
| « Previous Step | Download PDFView All Steps | Next Step » |







































The link it redirects you to is: http://www.mediafire.com/?m0ubygttmh3Connection:%20close
Could I please have an alternative link?
http://redirectingat.com/?id=487X782&url=http%3A%2F%2Fdownload216.mediafire.com%2Fyjbnhlm2xv9g%2Fm0ubygttmh3%2FAwesome%2BBox%2Bv3.0.LGO