Moving objects
in
Programming Questions
•
3 years ago
Hi there,
kind of new to Processing and i've run into a slight problem:
i'd like to create objects (easy enough) which you can select and move to another point on the screen (hard part) just like in a RTS game.
So you click the object; it changes colour to acknowledge its selection; click on another point; it moves there at a speed determined by the code.
Anyone have any ideas about how i could tackle this one?
1