The Interactive Geometry Software Cinderella
Forums-> Cinderella Support (E)-> Creating Points in CindyScript
MikeW
|
Creating Points in CindyScript
|
|
Hi,
A quick question as I get myself geared up for working in this very interesting and powerful software environment...
I can create a point in CindyScript by type in, for example, A=[2,3] followed by
draw(A)
I am curious why I cannot change the appearance of A using commands like
A.size=15
or
A.color=[0.5,1,0.2]
This type of modification of geometric objects seems to be reserved to those created when the points are created directly in the Cinderella page by the user clicking in point mode to create point A.
So there seems to be a difference in a geometric point labelled A which is defined through CindyScript, and one created in the Cinderella page.
Am I overlooking something... just a bit confused here!
Cheers
Mike
|
|
|
|