Sunday, March 6th @ 2:08 pm
so I got my minesweeper working a little better, and figured I’d bring it with me to work on in the lab today (since I’m stuck here working 12-4). Turns out Flash decided that my code, which had worked fine up until the last save, suddenly has “Type mismatch” problems..
here’s fla file of the last save, and a swf of the last successful test-build (from my computer at home)
well, after having doug help me troubleshoot it, turs out I had to change my board[i][j].c = _root.attachMovie("tile", ["t"+this.board[i][j].id], this.board[i][j].id); to read
board[i][j].c = attachMovie("tile", ["t"+this.board[i][j].id], this.board[i][j].id);
go figure..




