-
Spawning random actors with same spawner tutorial – Please help
by Socks ·Then into the 'Drag your behaviours here' section drag a Spawn Actor behaviour. -
Spawning random actors with same spawner tutorial – Please help
by jamie_c ·Yeah it makes sense, the sample file was to show you how to spawn different random actors from one spawner. I spawn them in random spots for the sake of the demo, you can change where they are spawned -
Spawning random actors with same spawner tutorial – Please help
by Village Idiot ·Thanks but I was trying to make the one spawner spawn different actors from the same position. Basically, I'm trying to have the random actors slide from right to left as if a canon were firing differ -
Spawning random actors with same spawner tutorial – Please help
by jamie_c ·Create a spawner actor and in that actor add a behavior that will choose a random number between 1 and 10. This would be able to spawn up to 10 actors, if you want to spawn only 2 actor you would make -
Spawning random actors with same spawner tutorial – Please help
by Village Idiot ·Spawn Actor 1 -
How to create something like this??
by benjaminmage ·Now here is the question: How do i create a rule which allows me to spawn holes while ensuring that there is a platform on the other side for the actor to jump to safety? -
Tiled actor problem in spawn
by yuri.xeque@gmail.com ·Can anyone help me with the spawn of tiled actors, like floor into endless scenes. -
Anyway to spawn different actors randomly in the same spawner?
by Everwild ·Basically what you are doing is giving your actor a rule to roll a random number, like a dice roll, then depending on what it rolls, you tell it what to spawn. -
My spawner is driving me crazy
by jigglybean ·Hi all, Ive posted about this before but it died a death and I still am stuck getting my spawner to work correctly. -
Some problems I have encountered for endless runner
by FastlaneSuccess ·(Quote) -
Some problems I have encountered for endless runner
by mhedges ·Here's a very simple tree spawner. -
Some problems I have encountered for endless runner
by FastlaneSuccess ·I already made the Boolean Spawned. -
How do I randomly spawn an actor in between a certain area?
by RabidParrot ·Spawn Actor -
Morph Spawn
by floatingwoo ·Fun with spawning..sorry you can't hear the audio there's a note of a song played each time the screen is touched. Just a share. -
Spawning problem?
by http_gamesalad ·@Lovejoy that didn't solve the issue. The yellow lines interfere with the white path regardless if I tell them to spawn all the way at the back. I want the yellow lines to be like a wall that sits rig -
How do I randomly spawn an actor in between a certain area?
by mhedges ·What happened? Spawn at the wrong place or no spawn? If wrong place, then recheck your x and y ranges. If no spawn, do you have an actor invoking the spawn actor behavior? -
How do I randomly spawn an actor in between a certain area?
by mhedges ·At its simplest, your Spawn behaviour should spawn the actor at x=value between 400 and 460, y = value between 0 and highest value of y (depending on game size). -
Some problems I have encountered for endless runner
by mhedges ·Why don't you try something like this for spawning the trees separately. If your trees are, say, 40 pixels wide, then spawn them at x = (random(0,4)*40)+400, y = whatever the floor is. Increase the -
How do I randomly spawn an actor in between a certain area?
by jacob717 ·How would I spawn an actor into a random area such as in between the white space? (just make up dimensions for the area, just need an example) Thanks! (Image) -
Spawn Object Facing Object's Center
by RThurman ·@KillerPenguinStudios -- use vectorToAngle in the spawn actor's direction field: