Javascript SWF Interfacing Example 2

BACK


An example of how you might make a naughts and crosses game using a SWF and Javascript. It consists of a MovieClip with the first frame blank, the second frame containing the O and the third frame containing the X. The 9 instances of this MovieClip have been given the references square1 to square9. View the source code of this HTML page to see how it is done.