I’ve searched the forum for answers to this particular problem and haven’t found it, so I’m posting here.
I’m creating a small game w/ Actionscript 2.0 that works sort of like Minesweeper on Windows. Basically there is a 10x10 grid of squares with an “on” and “off” state. when you turn one “on” the adjacent squares also go “on” in a + pattern; likewise when you turn “off.”
Here is an online example of the game: http://www.braingle.com/games/disco/index.php
Everything works so far but I get one “parameter name expected” error in the code. The error occurs on line 15. I’ve attached the file for you to see.
Thanks in advance to everyone who helps out!