Need to give the Boss random movement inside walls please! How?
Hi
So i have this boss standing still and shooting bullets at my hero.
I would like this boss to move around randomly not to fast and when it
hits walls it bounces.
I've searched around but nothing came up clearly to what i want.
Anybody can help?
Much appreciated!
Dom
Comments
Interpolate X and Y value and use actors as waypoint to trigger the Time for every movement
Use the collide behavior and adjust the bounciness on both actors. You can use the move behavior or interpolate behavior for the movement: putting in random(min, max) for the direction,