I have a MC that I"m using as a button. (home_btn)
I need for the button to be inactive at frame 100. (Labeled “home”)
What I thought I could do was just insert a blank keyframe at 100 and put a static graphic of the button in it’s place.
The problem begins with frame 101. When the button is “re-introduced” the interactive code breaks because it only works on one instance of the movie clip.
I was wondering what the code would look like for a visible=false for the movie clip at frame 100. And if that could be tied in the label on that frame “home”.
Any help would be greatly appreciated!!!