Hi
I'm a beginner when it comes to Greenfoot and Object Oriented programming. After playing around with the software for a while I can't seem to find out a way to add code for specific instances. For example, lets say I have an Actor called Car. I can get my two instances on the stage but when I press the Right Arrow key I want just one of the cars to move, not both. How can I do this?
Thanks