I'm currently making a flappy-bird style game. For level 2 I want moving obstacles to be spawned, i.e. the obstacles (tubes) move up and down as they comes toward you. For level 3 I would like the obstacles to move in a pendulum movement towards the main character. I have succeeded in getting these movements to work, however when it comes to spawning them they will not move.
I've been looking up a lot of forums but cannot find a way around this. I did find this statement: "The actors are locked in place since they need and x or y start/reference point. So when you tell it to spawn it will only spawn in that location & the move behavior does not function". Is there any way around this that I can get moving obstacles coming towards me or should I admit defeat? Any advice is greatly appreciated!