Hey, how is the code for changing the Scale? Thats my source code but there are stil problems:
void OnCollisionEnter1 (Collision collisionBallRed)
{
if(collisionBallRed.gameObject.tag == “Ball Red”)
{ transform.scale = (transform.scale.x+2); }
}
Thanks Ferdi