Hi, Yes, now they are moving at same time but from the step 1 to step 4 directly... I have a group of steps that each button must go. But only I get move from step 1 to step 4.
I read 4 times the 6 buttons locations, but I don't see why not work :( set itemdel to tab repeat with x=0 to 4 aeLockMoves repeat with j=1 to 6 set itemdel to tab put item 2 of line j+(6*x) of fld "f_punts" into tObjecte put value(item 1 of line j of fld "f_punts") into tPosicio set itemdel to comma put item 1 of tPosicio into pLocationX put item 2 of tPosicio into pLocationY aeMoveTo the long id of btn tObjecte of stack "s_tactiques_futbol" , pLocationX,pLocationY, 4500,any item of "in,out,inout,bounce,overshoot" end repeat aeUnlockMoves end repeat -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Move-many-buttons-all-at-same-time-tp3229365p3230884.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode