Current location - Education and Training Encyclopedia - Resume - Hello, I have made a resume with flash now. I want to control the whole movie clip with one button from the beginning. How to write the code
Hello, I have made a resume with flash now. I want to control the whole movie clip with one button from the beginning. How to write the code
Not a complete movie clip, but one or more movie clips.

Or a scene

If you control multiple movie clips, you must write the functions performed by the buttons.

mc 1.y+= 10

mc2.y+=5

mc3.y+= 10

mc4.x+= 10

mc5.visible=false

mc6.play()

mc7.gotoAndPlay(2)

//and so on