Page 1 of 1

move under script

Posted: Fri Jul 06, 2012 3:45 am
by Christo777
Hello,

is it possible for a script to know what happens when a field is moved by another script ?

ex.:

move fld MyField from pointa to pointb

putting a dragMove handler in the fields script doesn't seem to work

Re: move under script

Posted: Fri Jul 06, 2012 5:16 am
by dunbarx
Hi.

Not sure what you need here. Only one handler can run at a time, though one handler can call another.

So if you move an object under script control, where do you need to have this information registered elsewhere? In other words, if one handler is doing the moving, what other handler needs to know this, and to what effect? Can't a single handler do what you need?

Certainly the handler that does the moving can, at will, call another handler and pass any changes in the object's position as parameters to that handler

If I have this all wrong, write back.

Craig Newman