Hi folks,
I've got two worlds. One should be a introduction to explain the controls of my game and the second one is the actual game. Now I want my introduction to use a method in my world.
I tried it with world1.method but it says non-static method cannot be referenced from a static context.
Could somebody help me please?
Also interesting to know:
How can I tell my worlds which one has to be displayed first?

