I think this must be a very simple question. However I cannot figure it out. I read the move documents:
I have a set of point list, e.g. (200, 200), (250, 300), (380, 420). How can I use the list of destination points in the move syntax?move object [from startLoc] to pointlist
The pointList is a return-separated list of destination points. The object is moved to each point in turn during the move.
P.S. I draw a graphic (e.g. rectangle, polygon). When I use "answer the points of grc 1", it return empty. Therefore the "move grc 3 to the points of grc 1" is not working. Why? The Line graphic is always working, but not the Rectangle and Polygon.
Thanks and best regards