Please help me in the following problem: I want to create objects that appear one after another, while running the game, for a given number.
I tried the code:
getWorld().addObject(new Mar(),80,10);
this.addObject(nw Mar(), 160, 10);