Exemplo n.º 1
0
	void Awake () {
		stopit=GameObject.Find("StopIT");
		script=stopit.GetComponent<STOPIT> ();

		skipObj=GameObject.Find("1SecVideo");
		skip=skipObj.GetComponent<Play1Second>();

	}
Exemplo n.º 2
0
	void Awake () {
		stopit=GameObject.Find("StopIT");
		script=stopit.GetComponent<STOPIT> ();
		place=transform.position;
		init=place;
	}
Exemplo n.º 3
0
	void Awake(){

		stopit=GameObject.Find("StopIT");
		script=stopit.GetComponent<STOPIT> ();
	}