var A=0;
function OnTriggerEnter (other : Collider) {
//gameObject.tag = "Player";
A = 2;
print(A);
}
