Hi Michael, > I have a script with a repeat loop that causes objects to move around the > screen. Depending > on user choices, sometimes there are simultaneous moving objects ( because > "without waiting" > was used for the objects move). > > This is the problem.. I want all the objects to finish their moves before the > rest of the > script executes. I need a line after the repeat loop like "wait until the > moves are done" but > that doesn't exist. Anyone have any ideas?
check out "the movingcontrols" or movingcontrols() function. Regards Klaus Major Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
