private void Awake() { buttonMove = this; begin = transform.position; }
// Use this for initialization void Start() { buttonMove = platform.GetComponent <ButtonMove>(); }