Alternative to root

This is my code to make a rollover button (movie clip) go to my portfolio page. I’ve been told to not use root. In addition, when I use this code, it kills my rollover effect. How can I rewrite this?

on (release) {
_root.link = 4;
_root.play();
}