Link to another _root in another scene

hi guys…

Does anyone know how to link to another _root in another scene?

you would think that this code would do, but… for some reason, it doesn’t work:

on (release) {
_root.gotoAndStop (“scene2”, 1);
}

Eirik