Michael Bauer wrote (04-12-12 02:54)
Yes, same here. I'm waiting for a test build so I can try LibreLogo.
[...]

You can test the current extension :-)
I've still planned a little explaining blog. Sorry that I failed to make time so far... I've some notes ....:


http://wiki.documentfoundation.org/User:Nemeth
http://www.numbertext.org/logo
http://www.numbertext.org/logo/librelogo.pdf
http://www.numbertext.org/logo/librelogo.odp

Download the extension
Install it
Start writer document
Make sure the LibreLogo tool bar is visible
With the buttons you can move the 'pointer' on your document – it will make a drawing. Simple.

But... you can also type a simple command in de toolbar
circle 100
(and then confirm with [enter])

You can also use the command field to change style of line and color
PENCOLOR "MAROON"
And make combinations in one command
FILLCOLOR "PINK" circle 175

examples:
repeat 500 [ circle 10 + repcount/10 fd 5 + repcount/10 lt 10 ]
repeat 10 [ circle 10 + repcount/10 fd 5 + repcount/10 lt 10 ]
repeat 100 [ circle 10 + repcount/10 fd 5 + repcount/10 lt 10 FILLCOLOR [1 + repcount/10] ] repeat 200 [ circle 10 + repcount/10 fd 5 + repcount/10 lt 10 FILLCOLOR any ]



It becomes even more interesting when you can simply type your commands in the document To do so make two pages in the writer document (Ctrl-Enter), set the zoom so that both pages are visible, and type (paste) the commands on the second page
Then click the Start-button

repeat 36 [
        forward 5 left 90
        forward 5 right 90
        forward 5 right 90
        forward 5 left 100
]

fill



--
 - Cor
 - http://nl.libreoffice.org
 - www.librelex.org


--
Unsubscribe instructions: E-mail to [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to