// Use this for initialization
 void Start()
 {
     TweenFacade.FlashImage(GetComponent <Image>(), 1);
 }