using UnityEngine;
using UnityEngine.UI;
using System.Collections;
public class ColorActivity : MonoBehaviour {
//Reference to button to access its components
private Button theButton;
//this get the Transitions of the Button as its pressed
private ColorBlock theColor;
// Use this for initialization
void Awake () {
theButton = GetComponent