Has the functionality of CanvasClick been removed because it doesn’t seem to operate as explained in the docs. I would like to automate the creation of a simple sphere and cube, but just copying what I would normally do manually doesn’t seem to produce any results. Is this just not possible to do with Zscript?
Here is what I have for just the cube (which doesn’t work unless I manually create something prior to executing the script).
[IButton,“Create”,“Create Geometry”, [IPress,Tool:Sphere3D] [CanvasClick,0,0,100,100] [TransformSet,320,240,0,100,120,200,0,0,0] ]