Beispiel #1
0
 void OnMouseExit()
 {
     if ( currentURL == this )
         currentURL = null;
 }
Beispiel #2
0
 void OnMouseEnter()
 {
     currentURL = this;
 }