on (rollOver) {
gotoandStop (1) ;
}
It should look like this:
on (rollOver) {
this.gotoandStop (2) ;
}
Set the Frame Number field to 2, then switch to Expert Mode to type in the this. before the gotoandStop. When youre done, switch back to Normal Mode. (If youll remember, the this parameter, placed before the command, and separated by a period, is a pointer reminding Flash that it needs to act on the symbol that the script is currently attached to.)
This causes the second frame of the movie clip, with the tooltip visible, to display and hold as long as the mouse cursor is in place over the active area.


