On 10/10/11 6:04 PM, James Hurley wrote:
Ken,

Thanks for your careful test. This is driving me nuts and I can't
find a work-around.

The workaround might be LiveCode 5.0, where animation has been greatly enhanced.

That said, I have a script that moves two objects together that also misbehaves in both 4.6.4 and 5.0. What I had to do was make the second object move faster than the first. Both move commands use a time factor, so:

move btn btn1 to x,y in 500 milliseconds
move btn btn2 to x,y in 100 milliseconds

Then they both move together, only at the faster rate.

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to