Hi thanks for reply
1) Declare variables xPoint,yPoint
Ive created these global variable
2) Pick object that has the imagepoint 4 you want to use (otherwise you can't access that info)
Cant find the pick object event ?
3) xPoint = PickedObject.ImagePointX(4)+50
yPoint = PickedObject.ImagePointY(4)
4) Spawn object at xPoint,yPoint