void Start()
 {
     bar = GetComponent <GUI3dBar>();
 }
	void Start() {
		bar = GetComponent<GUI3dBar>();
		
	}