I am making a game in which I want the computer to choose a random symbol out of three.
So how do i do that?
Develop games in your browser. Powerful, performant & highly capable.
Add each image to a different animation in your Symbol sprite object, e.g. "a", "b" and "c".
Use the action: Symbol set animation to choose("a", "b", "c")