i want to init my scene with mixed tiles... the first try was to create a 0 second action in the init function... but i see the original screen for a moment.. :-(
id shuffle = [ShuffleTiles actionWithSeed:25 grid:ccg(16,12) duration:0];
[self runAction:shuffle];
is there no better way?