[MWForum]Circle and arc help

Mikula Family mwforum@lists.mathcats.com
Wed, 16 Feb 2005 13:24:41 -0600


--------------7E4E59D3386FCFFA221E6487
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353"
Content-Transfer-Encoding: 7bit

Hi!
Could you program the circle with a variable (or 2) to make it easy to
make different sized circles? And how about the arc?
Would the spell checker from  MSWord work with Pro or EX on  Mac OS 10)?

Thanks

Kate


"Logo Computer Systems Inc." wrote:

>  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

--------------7E4E59D3386FCFFA221E6487
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi!
<br>Could you program the circle with a variable (or 2) to make it easy
to make different sized circles? And how about the arc?
<br>Would the spell checker from&nbsp; MSWord work with Pro or EX on&nbsp;
Mac OS 10)?
<p>Thanks
<p>Kate
<br>&nbsp;
<p>"Logo Computer Systems Inc." wrote:
<blockquote TYPE=CITE><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style>
&nbsp;<font size=-1>here's
a handy way to include extra commands in your MicroWorlds vocabulary.</font>&nbsp;<font size=-1>For
example, if you wanted to add "circle" and "square" to the vocabulary ,
using a text editor write the following procedures:</font>&nbsp;to circle
<br>pd
<br>repeat 360 [fd 1 rt 1]end&nbsp;<font color="#000000">to square</font>
<br><font color="#000000">pd</font>
<br><font color="#000000">repeat 4 [fd 80 rt 90]</font><font color="#000000">end</font>&nbsp;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 "built-in" commands
for circle and square.Be careful not to use any existing command names
for your procedures.&nbsp;Please note, OS X users won't be able to use
TextEdit because it creates .rtf documents, which will not work.&nbsp;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><font color="#000000"> click anywhere within the text
area and choose&nbsp;</font><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>&nbsp;<x-sigsep>
<pre>--</pre>
</x-sigsep>&nbsp;<font face="Geneva"><font color="#000000"><font size=-1>Logo
Computer Systems Inc.</font></font></font>
<br><font face="Geneva"><font color="#000000"><font size=-1>1 Westmount
Square, Suite 300</font></font></font>
<br><font face="Geneva"><font color="#000000"><font size=-1>Montreal,QC&nbsp;
Canada</font></font></font>
<br><font face="Geneva"><font color="#000000"><font size=-1>H3Z 2P9</font></font></font>
<br><font face="Geneva"><font color="#000000"><font size=-1>info@lcsi.ca</font></font></font>
<br><font face="Geneva"><font color="#000000"><font size=-1>www.lcsi.ca</font></font></font></blockquote>
</html>

--------------7E4E59D3386FCFFA221E6487--