On Apr 8, 2006, at 11:53 PM, Stephen A. Cochran Lists wrote:

But if I drag 0 around, the end of the curve stays attached to pict 0 as it should, but the other end's values (X2 and Y2) are also modified by the same delta that X and Y are. I stepped through it, all four values are changing in that second for loop even through I'm not changing the values to X2 and Y2.

Seems like kind of a big bug if the wrong properties are being modified. I've stared at this for hours and I can't see an error in my code, it's a pretty simple line. Is this a known bug?

This is a known feature, I believe ;-)
If you have some random Object2D instance, it could be either a CurveShape or a RectShape. Changing (x, y) of a RectShape should *move* the shape, and to make the behavior consistent, RS elected to apply the same rule to CurveShapes. I admit that it is slightly counter-intuitive.

-- Asher

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to