Need help with Flash (using AS3):
I have a MovieClip as part of a Button. I'm trying to use code inside the Button to control the MovieClip. Is there a way to do this?

Recommended Answers

All 4 Replies

Can you rephrase your question more clearly? You can click on the button and insert code into the Actions panel, if that's what you meant.

You need action script for hat which can easily available on internet.

Member Avatar for rajarajan2017

Your Button Instance name dot Your Movieclip instance name dot Your control.

Ex:

outsideBTN.insideMC.gotoAndPlay(10)

First step into the button by double click on it. After the movie clip is seen right click on the movie and go to action and then change as you required.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.