For the on (rollOver) section, we had previously added a gotoAndStop(2) ; command so that the movie clip would jump to frame two to display the static tooltip and hold there until the mouse moved out. Now, however, we want the movie clip to keep playing beyond frame two to display the tooltip animation, before stopping and holding at the stop that we inserted.
To do that, just edit the gotoandStop so that it reads gotoandPlay(2) ;. Because of the extra parameter that we added (the this. to point to the current object), you may need to switch to Expert Mode to do the editing.
That should do it for adding animation to the tool-tip. Click here to take a look at the .swf file.


