Help !! random movement

hydralisk14hydralisk14 Member Posts: 1
edited November -1 in Working with GS (Mac)
How do i set an actor to move randomly?
i used a move atrribute and clicked random(min, max) but it says there is an error with that attribute

Comments

  • JeffreyShimaneJeffreyShimane Member Posts: 372
    If you want the actor to move randomly like a bug scrambling around, you could do something like this:

    Use a timer set to every 1 second (or whatever duration you want) and then put a Change Velocity or Move with a random direction (0,359) so every second, the actor will move in a random direction.

    - Jeff
Sign In or Register to comment.