Ask a Question related to Adobe Flash, Flex & Director, Design and Development.
-
fmurray webforumsuser@macromedia.com #1
mc actions
I want to make it so when a button is clicked, it will tell other movie clips to go to frame 1.
This is the situation. I have 4 MC that are acting as buttons. There is an nimation for each. I need to make it so if one button is clicked it will play its animation, and it tells the other 3 MC's to go to frame 1 in their MC. The MC's are already loaded.
Thanks
fmurray webforumsuser@macromedia.com Guest
-
Actions - loading actions by opening .atn action file
WHAT YOU DO: * Double-click on, right-click/Open, or right-click/Open With (Photoshop) an .atn file RESULT: * Photoshop opens AND * The actions... -
Actions
Hi Ng, how to supress the request of JPEG-Quality when saving converted images as JPEG-images. It is hundrets of images! Kind regards Frank -
PS6 Actions
I have recorded and action to apply cropping to standard print aspect ratios as my digital camera has a different aspect ratio. How can I, within... -
using actions
I presume this has been asked and answered before, but I am new to the group so here goes. Can I use the various 'actions" that are available for... -
cd-rom actions menu
Can anyone tell me how to get the window that ask`s you what you want to do when you put a cd or dvd into the drive. I stupidly selected take no... -
elemental .std webforumsuser@macromedia.com #2
Re: mc actions
if your mcs are called like that
mc1
mc2
mc3
mc4
when u press mc1
on (release) {
//this sends mc2-3 to frame 1
_root.mc2.gotoAndStop(1);
_root.mc3.gotoAndStop(1);
_root.mc4.gotoAndStop(1);
//this makes mc1 to play
_root.mc1.play();
}
place this script to others mcs but change the instances
elemental .std webforumsuser@macromedia.com Guest



Reply With Quote

