Re: Class Line

jon klein <[email protected]> Thu, 21 Apr 2005 15:51:12 -0400
Newsgroups gmane.comp.breve
Message-ID <[email protected]>
On Apr 21, 2005, at 12:39 PM, Willian Filus wrote:

>
> Hello,
>  
> Please i would like to know how use the method connect from class 
> Line, I have the following code but it not functions

>                         connect from ball2 to ball3 with-color (0,0,1) 
> with-style "------ -----".

Before using the "connect" method, you need to create an instance of 
class Line, and use the method call on that object:

	line = new Line.
	line connect from ball2 to ball3 with-color (0,0,1) with-style "------ 
-----".

- jon klein


_______________________________________________
breve mailing list
[email protected]
http://lists.spiderland.org/mailman/listinfo/breve