How to keep a certain distance between actors
Faaris
Member, PRO Posts: 66
So in my game, there are three lanes and blocks move up them, and there is a ball that has to avoid all of the blocks, but if there are 3 blocks in a horizontal row, it is impossible for the ball to get through, is there a way to maintain a certain distance between two of the blocks so that it is always possible for the ball to get through?
Thanks
Answers
@Faaris I think all you have to do is spawn an actor in 2 out of 3 random lanes. Ex.:
Try it out!