Sliding Menus - Step Two: Creating the Movie\'s Content
Posted by : PhilS on Jul 29, 2008
- Go to Insert - New Symbol (Ctrl F8)
- For Name type: Movie Clip Slider
- For Type select: Movie Clip
Click: OK
Create your Movie Clip's: Content or Menu
Draw or type or place other symbols such as buttons into the Movie Clip. You could place photos, animations, text or any other type of content. I paced some triangular buttons, text and some miscellaneous dotted lines: ![][1] *My Movie Clip's Content.* 6. When you have finished go back to the: **Main Stage** **Note**: To return to the Main Stage click on the Scene 1 Tab in the Edit Bar: ![][2]. If the Edit Bar is not open, open it: **Window - Tool Bars - Edit Bar**

1 comment
Add comment
Saulgarber
It's wanderful, I made it with pictures and it work nice.
But I'm trying to make the image zoom and move in different places with two buttons and it goes to the same place (X & Y)... I tried with this:
Button 1
on (rollOver) { yTargetMC = 80; xTargetMC = 80; _xscaleMC = 400; }
Button 2
on (rollOver) { yTargetMC = 60; xTargetMC = 60; }
Movie Clip
*onClipEvent (enterFrame) { yMC = getProperty(_root.MC, _y); moveMC = _root.yTargetMC - yMC; setProperty(_root.MC, _y, yMC + (moveMC/10)); }
onClipEvent (enterFrame) { xMC = getProperty(_root.MC, _x); moveMC = _root.xTargetMC - xMC; setProperty(_root.MC, _x, xMC + (moveMC/10)); }
onClipEvent (enterFrame) { xMC = getProperty(_root.MC, _xscale); scaleMC = _root.xTargetMC - xMC; setProperty(_root.MC, _xscale, xMC + (scaleMC/40)); }
onClipEvent (enterFrame) { yMC = getProperty(_root.MC, _yscale); scaleMC = _root.yTargetMC - yMC; setProperty(_root.MC, _yscale, yMC + (scaleMC/40)); }*
It didn't work fine... Could you help me?
Tx Saul
#  /  PM  /  posted on Apr 15, 2011