Hi all,
I've got a project in which I have 3 actors that need to move randomly. And in 40% of the time the Actor has to turn. The actors may only move Horizontally and Verticaly.
I made a class and three subclasses in which the actors are.
How do I do this?

