Is it possible to get 'actors' to already be in a position before the game starts because on my game I have to move the 'actors' to their starting position before I can play my game. Do I need to type some co-ordinates somewhere into the code???
If you are unsure of how to do this, place the actors in your world manually and then go to the menubar and select 'Controls>Save the World'. This will create the code for you. Look in your subclass of World and inspect the code to see what it did. Start with only one or two objects so as not to complicate things too quickly. This is a good way to see your placing actors in code; but, once you learn how, move on and start coding it yourself (both, for the experience of doing it yourself and for more conciseness of code -- you will notice an abundance of excess code if you keep moving things around and then 'Save the World').