is there a way to link text, not to an url, but to a frame label?

i want to attatch :

on (release) {
_parent._parent.gotoAndStop("frame_label");

}

to a word in a scrollable dynamic text field without making it a button.
Cos if i make it a button, i have to go through it a zillion times. (i want to link quite a few words)