I put correctly from behavior panel in to key frame the action script :
//Movieclip GotoAndPlay Behavior
this.sfondoanimato.gotoAndPlay("anima immagine");
//End Behavior
but it doesn't work!!! Wy?
I appreciate any solution possible
thanks
clbeech - 30 May 2008 14:47 GMT
with this script you are telling the MovieClip with the instance name of
'sfondoanimato' to gotoAndPlay at the frame labeled 'anima immagine'.
are these things true?
does the MC have the correct 'instance name'?
does the MC contain a frame with the correct 'label'?
are the spellings (including the 'space') correct in both of the above?