i used the kirupa random move script on some quads. it works fine!
now i want to make em draggable (got that working too), but the problem is, theyre still in the move() function so the dragging doesnt work properly.
i want to be able to pick one of the moving quads and put them somewhere else on the stage, where they then wont move anymore. (excuse my bad english.) i hope my problem is clear.
u have to messure the time between
onPress and on Release and then if it is
for Exampel over 0.5 sec then move it and otherweise do not.
i hope it helps