1

I save a given position array and handle object defined by IMFREEHAND. After loading this data back to workspace I want to set this IMFREEHAND object again to the specified position analogous to i.e. IMRECT where I can set the position via parameter. I still found nothing like this. Has anyone an idea?

Thanks!

schiba
  • 11
  • 1

1 Answers1

0

You can use patch to set the position of object again

Example:

patch(Position_X ,Position_Y,1);
Jensd
  • 7,886
  • 2
  • 28
  • 37