// Use this for initialization
 void Start()
 {
     current = this.gameObject;
     snap    = current.GetComponent <ObjectSnapScript> ();
 }
 // Use this for initialization
 void Start()
 {
     current = this.gameObject;
     snap = current.GetComponent<ObjectSnapScript> ();
 }