Is it possible to have one shape or just a point to attract or repel spacemanager shapes? If so how do you do it in a clean way?
ie. If you press the screen all shapes in the world will be attracted to that point or repelled if needed. (and ofc attracted/repelled with a greater force if closer to the point and with a slower force if far away from the point)
I think thats about all i want it to do ;)
I have tried this with forces (apply it to all shapes to a cgpoint wich is the touch) and world gravity. Neither of this is working and especially the the first since im creating my shapes in a loop wich doesnt give me any oppurtunity to declare an ivar and then apply a force to all shapes.
Thanks in advance!