Variable newY is defined as follow:
var newY: int;
mc.row is defined as property of mc object as follow:
mc.row = row;
where row is defined as follow:
var row:int;
while (row < 9)
{
...
mc.row = row;
mc.col = col;
...
}
Variable newY is defined as follow:
var newY: int;
mc.row is defined as property of mc object as follow:
mc.row = row;
where row is defined as follow:
var row:int;
while (row < 9)
{
...
mc.row = row;
mc.col = col;
...
}