problem with spawning an actor

I'm working on a new game, Snake style+idot style(what tsb builded) and I want one character to spawn another character from different angles how should i do this?
i tried using the spawn behavior but once i tell it to spawn a lot off times it just becomes a big mess.
i tried using the spawn behavior but once i tell it to spawn a lot off times it just becomes a big mess.
Comments
There are other ways to get around this such as having actors sitting off screen, then moving onto screen when called. But you'll need to post some more info on exactly what you want to happen, and what's happening now before anyone can really help you.