What is mean of this script

on (release)
{
if (_root.p != 2)
{
_root.b = 2;
_root.pagg.gotoAndPlay(“start”);
} // end if
}

plase tell me what is
.b=2

set the variable b (on the _root), using dot syntax, to 2