spawner question
goliath
Member Posts: 1,440
Hopefully an easy question for someone to quickly answer...
I have a spawner actor that I want to spawn random actors from all sides of the working area. for some reason, the actors are currently only spawning from the center out and mostly to the left.
I hope I am being clear on my description and if you need more info, please let me know. The premise is to dodge little actors that are floating towards you and to stay alive for as long as possible. Thanks for any help.
Currently my spawner actor is spawning actor 1 every 1 second direction is set to 0 position 0
actor 1 is "move" direction (random 160, 209) speed is random as well.
hopefully something easy and i thank you for the help.
I have a spawner actor that I want to spawn random actors from all sides of the working area. for some reason, the actors are currently only spawning from the center out and mostly to the left.
I hope I am being clear on my description and if you need more info, please let me know. The premise is to dodge little actors that are floating towards you and to stay alive for as long as possible. Thanks for any help.
Currently my spawner actor is spawning actor 1 every 1 second direction is set to 0 position 0
actor 1 is "move" direction (random 160, 209) speed is random as well.
hopefully something easy and i thank you for the help.
Comments
;-)
---------------------------------------------------------------
Spiral Gyro Games
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
Try a 'change attribute' to assign your random number to an attribute from within a timer and then use the attribute.