Hello all,
Trying to have an object randomly fly around in the background. My first attempt at this was to give the object the 8 directional movement behavior with a "random" variable for each direction. Every 5 seconds randomly set the variable to one of the directions.
Anyone have a better approach at this? Even just something simple as flying in a figure 8 loop.