Press space to move gobo around the park with the arrow keys. After your'e done, press space to play back all of his movements. NOTE: gobo will no longer record pauses, due to a bug that I fixed that made him stay in one spot too long during the replay. Gobo is the best!!!! :P
How it works: since the code inside may be way too complicated for some of you,i'll go ahead and explain what is going on behind the scenes. Every time a arrow key is pressed, the program changes gobo's postisition (pardon my spelling) accordingly AND then adds his new position (yay! correct spelling!) to two lists, one for his new x position, and one for his new y position. these lists are contantly added to until the command is given to replay. then the program simply moves gobo to each position saved in the lists in order. UPDATES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2/12/16--shared 2/12/16--bug fix