Hm..
I dont know how to use the spawn code if a have a UIIMageView named enemy and want a new enemy to pop up every 4. second...
I already have a timer to call a method called spawnE, and the only thing i need is the code to pop up a new enemy...
PS: i already have a array called enemies and i have added object enemy...
So how can i do this without creating things like newEnemy and other stuff..
THings i have:
NSMutableArray *enemies;
UIImageView *enemy;
and a timer to call method:
-(void)spawnE;
so...