Hi All,
I am just trying very hard to get through this class. I am completely absolutely new to programming, and I am trying to do the dog world scenario in Greenfoot.
One thing I have not understood throughout the class is to get one object to move when there are multiples of the same object in the world. I was able to create four dogs, and I have to make one dog move using arrow keys, greet the other dogs, and basically do everything else while the other dogs just sit there.
How do I make a player controlled Dog do everything? I don't know how to write the code for this.