problem with spawning an actor

arkonllfarkonllf Member Posts: 118
edited November -1 in Working with GS (Mac)
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.

Comments

  • arkonllfarkonllf Member Posts: 118
    arkonllf said:
    I'm working on a new game, Snake style+idot style(what tsb built) 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.

  • micksolomicksolo Member Posts: 264
    using spawn a lot will slow down the game and may cause crashes - I don't know exactly what the problem is, but spawn is very memory intensive, so try not to use it too much.

    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.
Sign In or Register to comment.