Hi,

please forgive me that stupid question, but i don't know how to handle it (in Tutorials i found something, but i didn't work).

I have a Flash-Movie with several Instances and one scene.

Furthermore i have a movieclip which is called "Heroes".

This Movieclip contains an Graphic Object and on the single Instance 60 Frames. In the first frame is Alpha=0, on Frame 30 the Bitmap is Alpha=100% so this is to fade the image in.
On Frame 30 is Action "Stop", because from 31-60 the image will fade away again.

In the Main-Movie on the last Frame, i inserted the Movieclip so the Image is fading in and stays visible. The Stage is complete.

Now i want the Heroes to fade away, when a Menu-Button is pressed.

So i wrote in the Action-Field from the Button

on (release) {
Heroes.gotoAndPlay(31);
}

In the hope, the Movieclip plays from 31 to 60, but nothing happens.

What am i'm doing wrong ?

Thanks in advance for your time.

Yours
Marco