Nothing important, but replies appreciated

:wink:

By ā€˜label nameā€™, do you mean the instance name, or the movie clipā€™s name within the library?

No you can label your frame.

yourClip is the instance name.

Frame label is a frame label. Click on your keyframe, then open the properties paneL (CTRL+F3) and you will see an text box where you can type in the frame label. Type it in there, then click on the stage for it to take effect. You should see a red flag on the frame you labeled (if it is more than one or 2 frames you can see part of all of your label text on there too).

Then with a gotoAndPlay you can target it asā€¦

_root.yourClip.gotoAndPlay(ā€œyourLableā€)

(and yes the quotes are supposed to be there)