So im making a traffic game and I was fixing the graphics when I realised that I could either have only one animation used for that direction, (there is only one actor that clones itself after a timer) or I make lots more actors for all directions
so is there a way to randomly chose animations with the create actor function?