[MWForum]Circle and arc help

Logo Computer Systems Inc. mwforum@lists.mathcats.com
Wed, 16 Feb 2005 11:05:36 -0500


--============_-1103552558==_ma============
Content-Type: text/plain; charset="us-ascii" ; format="flowed"


here's a handy way to include extra commands in your MicroWorlds vocabulary. 

For example, if you wanted to add "circle" and "square" to the 
vocabulary , using a text editor write the following procedures:

to circle
pd
repeat 360 [fd 1 rt 1]
end

to square
pd
repeat 4 [fd 80 rt 90]
end

Save the document as -tools-.txt   Place the file in your MicroWorlds 
directory, boot (or reboot) MicroWorlds and you will have "built-in" 
commands for circle and square.
Be careful not to use any existing command names for your procedures.

Please note, OS X users won't be able to use TextEdit because it 
creates .rtf documents, which will not work.

I also wanted to mention to Kate that the Windows version of both Pro 
and EX support MicroSoft Word's spell checker.  If you have Word on 
your system, click anywhere within the text area and choose  Spell... 
from the Text menu. The spell checker always reads the text from the 
top down. If  some text is selected, the spell checking is done only 
on  the selected text.

-- 

Logo Computer Systems Inc.
1 Westmount Square, Suite 300
Montreal,QC  Canada
H3Z 2P9
info@lcsi.ca
www.lcsi.ca
--============_-1103552558==_ma============
Content-Type: text/html; charset="us-ascii"

<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>RE: [MWForum]Circle and arc
help</title></head><body>
<div><font size="-1"><br></font></div>
<div><font size="-1">here's a handy way to include extra commands in
your MicroWorlds vocabulary.&nbsp;</font></div>
<div><font size="-1"><br></font></div>
<div><font size="-1">For example, if you wanted to add &quot;circle&quot;
and &quot;square&quot; to the vocabulary , using a text editor write
the following procedures:</font></div>
<div><font size="-1"><br></font></div>
<div>to circle<br>
pd<br>
repeat 360 [fd 1 rt 1]</div>
<div>end</div>
<div><br></div>
<div><font color="#000000">to square<br>
pd<br>
repeat 4 [fd 80 rt 90]</font></div>
<div><font color="#000000">end</font></div>
<div>&nbsp;</div>
<div>Save the document as<b> -tools-.txt</b>&nbsp;&nbsp; Place the
file in your MicroWorlds directory, boot (or reboot) MicroWorlds and
you will have &quot;built-in&quot; commands for circle and
square.</div>
<div>Be careful not to use any existing command names for your
procedures.</div>
<div><br></div>
<div>Please note, OS X users won't be able to use TextEdit because it
creates .rtf documents, which will not work.</div>
<div><br></div>
<div>I also wanted to mention to Kate that the Windows version of both
Pro and EX support MicroSoft Word's spell checker.&nbsp; If you have
Word on your system,<font size="-1" color="#000000"> click anywhere
within the text area and choose&nbsp;</font><font size="-1"><b>
Spell...</b><font color="#000000"> from the Text menu. The spell
checker always reads the text from the top down. If&nbsp; some text is
selected, the spell checking is done only on&nbsp; the selected
text.</font></font></div>
<div><br></div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><font face="Geneva" size="-3" color="#000000"><br></font></div>
<div><font face="Geneva" size="-1" color="#000000">Logo Computer
Systems Inc.<br>
1 Westmount Square, Suite 300<br>
Montreal,QC&nbsp; Canada<br>
H3Z 2P9<br>
info@lcsi.ca<br>
www.lcsi.ca</font></div>
</body>
</html>
--============_-1103552558==_ma============--