Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey there. I have a very simple script which moves an object to my mouse location.
$.pos = pickPoint()
However, when I try to make it a macro
macroScript objToMousePos
Category:"Custom"
toolTip:"Places selected object at mouse location"
buttonText:"objToMouse"
(
$.pos = pickPoint()
)
it hangs at the input section of pickPoint. Normally you just click to get the point and the object moves there. When a macro, it sits there waiting to get a point no matter how many times I click, and never actually gets the point - I have to esc out of the pickPoint mode and cannot get it to work.
Any help would be much appreciated!
Solved! Go to Solution.