search for: checkforleg

Displaying 1 result from an estimated 1 matches for "checkforleg".

Did you mean: checkforlegal
2007 Jun 10
1
variable scope
...Math.floor((borderYcurrent - 13) / CellSize - Number(borderYcurrent > borderYstart))); }; Mouse.addListener(someListener); } } on (release) { if (_root.playgame) { _root.rectangle.removeMovieClip(); Mouse.removeListener(someListener); checkForLegal(Math.floor((borderXstart - 13) / CellSize), Math.floor((borderYstart - 13) / CellSize), Math.floor((borderXcurrent - 13) / CellSize - Number(borderXcurrent > borderXstart)), Math.floor((borderYcurrent - 13) / CellSize - Number(borderYcurrent > borderYstart))); } } on (release...