Hi, I'm trying to move some buttons all at the same time but I can't...
Only I get to move one after one. on mouseUp set itemdel to tab set the lockMoves to true repeat for each line tLinea in fld "f_punts" put item 2 of tLinea into tObjecte put value(item 1 of tLinea) into tPosicio send "ElementMove" && value(tObjecte) & comma & value(tPosicio) to me in 0 ticks end repeat set the lockMoves to false end mouseUp on ElementMove pObject, pLocationX, pLocationY move button pObject of stack "s_tactiques_futbol" to pLocationX,pLocationY end ElementMove Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Move-many-buttons-all-at-same-time-tp3229365p3229365.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