I’m trying to make a tictactoe game as a project and figured arrays would be the best way to go. However, I can’t figure them out.
How do I define a 3x3 array than link each part of the array to a MC so I can have it work like this: if you click on this movie clip, on part of the array [1][2] it displays an “X”. And then checks the other 8 parts of the array to choose the computer movement.
Just would like some examples of using arrays like this and how to set them up. Thanks in advanced.