Notifications
Clear all

[Closed] Duplicate node has no transform?

Could someone tell me why this fails (that is, why I cant get the transform of a newly cloned node)?

curCir = Circle radius:10
maxOps.cloneNodes curCir cloneType:#copy newNodes:&cirAddonX #nodialog
cirAddonX.transform

I’m missing something really basic here…

2 Replies

because ‘newnodes’ is always an array.

Thanks, that solved it.