more accurate decimals for float numbers, for instance 1/98 =0.01020408163265... about 50 digits in order to see the periodic part?
Thanks a lot. Robert SETIF
S
Answer by
Sean Hill
I've downloaded the software on Windows 10 64bit and it works just fine, then tried the application on a Windows 7 64bit machine and it works the same. You probably have an older version of the software, therefore the lack of features and compatibility issues. I recommend downloading the software from the official website.
Can you resize, i.e. shrink or enlarge, an image from edit that you have made in MSWLogo? So say I made a tree in and I thought it was too big and wanted it smaller. How could I change the size without changing all on my numbers when I first created it?
Answer by
Stephen Prastman
The software allows you to set the size, but there isn't anything related to resize. In this case, you can either access the built-in Help > Contents or simply download the tutorials and files from the official website. There is a tutorial which provides all the necessary information related to its usage.
No, the commands are not the same. According to the official commands list, the functions are used for different purposes. See below the exact description of each command used within the program:
PD Puts the pen down so that moving the turtle draws a line Example: PD
and
FD x Move forward x pixels Example: FD 100
One draws a line, the other commands simply performs a movement based on the number of the pixels set in the command line.
Hello!
Are you planning a Windows 7 64 bits for your interesting software MSWLOGO? Moreover, is there a release or a patch that could display:
Thanks a lot.
Robert SETIF
I've downloaded the software on Windows 10 64bit and it works just fine, then tried the application on a Windows 7 64bit machine and it works the same. You probably have an older version of the software, therefore the lack of features and compatibility issues. I recommend downloading the software from the official website.
Note: You can also send an email to the developer to request new features. The email is on the same website.
Can you resize, i.e. shrink or enlarge, an image from edit that you have made in MSWLogo? So say I made a tree in and I thought it was too big and wanted it smaller. How could I change the size without changing all on my numbers when I first created it?
The software allows you to set the size, but there isn't anything related to resize. In this case, you can either access the built-in Help > Contents or simply download the tutorials and files from the official website. There is a tutorial which provides all the necessary information related to its usage.
Download page: http://www.softronix.com/logo.html
Are commands FD 60 and BK 60 the same?
No, the commands are not the same. According to the official commands list, the functions are used for different purposes. See below the exact description of each command used within the program:
PD
Puts the pen down so that moving the turtle draws a line
Example: PD
and
FD x
Move forward x pixels
Example: FD 100
One draws a line, the other commands simply performs a movement based on the number of the pixels set in the command line.