Help !! random movement

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
i used a move atrribute and clicked random(min, max) but it says there is an error with that attribute
Comments
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