Professional :: Operating Buttons Within A Movie Clip?

Apr 20, 2011

I am building a website in flash for a design class (emphasis on design, nothing taught with actionscript)
 
I need help trying to figure out the actionscript for allowing buttons inside a movie clip symbol to navigate pages at the parent/root/main timeline level.
 
With this site I have the mainMenu as a Movie Clip symbol and have the menu items populate with animation inside the movie clip.  I need these buttons when pressed to navigate to different parts of the site that are controlled on the main level of the site (outside of the movie clip the buttons reside in).
 
I have given the buttons instance names, btnDining in the movie clip symbol.  The movie clip symbol is call mainMenu.  In the main level, I have labels for the different states/pages I want the website to have (dining, accommodations, etc)

[Code]...
 
I don't know if it is best to run the code from inside the movie clip symbol and call the different view on the main stage/level of the flash or if I try to run from the main stage/level and reference the buttons inside the movie clip symbol.
 
Please help me figure this out, I am trying to go a little above and beyond on this project.  I have been struggling on this for days and I have looked at tutorials, books I have on actionscript, etc. 

View 5 Replies


Similar Posts:


Professional :: Buttons In A Movie Clip Don't Go To Frame Labels?

May 9, 2010

have 1 button inbeded in a movie clip named mcintroclp that is on frame 1 of my main timeline, Frame 2 is labeled port_btn on the main timeline. In the timeline of the movie clip mcintroclp I've put the code:

stop();
function buttonClick(event:MouseEvent):void
{

[code]......

View 12 Replies

Professional :: What Is The Proper Way To Design Movie Clip Buttons

Aug 3, 2010

Is there a possible issue in the way the button is made not coded? I am using Flash CS4. My buttons seem not to work. I do not think issue is in the action script (I am scripting in 3.0). Here is the way I make the button. I add a movie clip on the stage on the over state ( so if you were to double click on that movie clip a new time line would open), at the end of that movie clip there is a simple stop(); code on its own line. I do not add extra frame on the over state. Then I assign the code to the button and of course cross reference its name in the properties and everything is matching up. Just in case here is my code:

[Code]...

View 8 Replies

Professional :: 12 Movie Clip Buttons On The Main Page?

Aug 25, 2010

I have 12 movie clip buttons on the main page (3 rows of 4 buttons).When a button is pressed,it gives the answer to a question which remains visible.On this answer screen, there is another button to click for further information. I pointed to this button to go to another frame within the same movieclip (containing the further information).However, this "further information" shows up  UNDERNEATH the 12 buttons, and you can't read it.

View 14 Replies

Professional :: Increase The Hit Area On The Movie Clip Buttons?

Dec 18, 2011

I made some custom buttons in flash cs5 and AS3. How do I increase the hit area on the buttons?

View 4 Replies

Professional :: Make Buttons Below Inactive/active When A Movie Clip Is Playing?

Dec 31, 2009

I've got an infographic I'm working on, and every time I roll over an image (a ring) the alpha goes up to 100, then I roll out and it goes back to 50. That much I'm good with.

Then, I click on each one of them, and a movie clip (built inside of each ring/button) pops up and plays. Fair enough.
 
I've got a script (ugly, but it works!) that will hide all other buttons while this movie clip is playing. But, when I click to close it, I can't figure out a way to make them reappear. I tried putting visible = true again for all of them, but no dice.

The actionscript for it is right below.

I'm not sure if there's anything I can do to make it modal in AS3 or something like that. Or should I go ahead and set it up in a parent/child kind of way (not too well-versed in that regard.
 
All the buttons to click on are in the same layer and I'm not sure if making them different layers in Flash would make any difference.

stop(); 
ring1926.movie1926.visible = false; 
// add a rollover to make the inside movieclip appear 

[Code].....

View 4 Replies

Actionscript 2.0 :: Movie Clip Buttons Inside Of Movie Clip Buttons?

Feb 13, 2009

here is my issue, so i have a main page with a slideOut movieclip which basically is a movie clip button and the "over" state sends a tray out of the movie clip with info and anothe rmovie clip button. i cant seem to get that movie clip button to root.gotoAndPlay("frameLabel");i have the actionscript on the same frame as the movie clip i need to act as a button. but it just doesnt seem to react to it.i have tried going to the main timeline and doing

blank_mc.blank2_mc.onRelease = function();
{
_root.gotoAndPlay("frameLabel");

[code]....

View 4 Replies

Buttons Inside A Movie Clip To Control Same Movie Clip?

Aug 27, 2009

I am trying to place buttons inside a movie clip to control the timeline of the same movie clip. This does not seam to work like buttons on the main timeline. When I play the movie the cursor does not turn into a hand and the rolloever affects only sort of work. I have read about controling the movie clip with buttons on the main timeline, but I need one of the buttons to change halfway through the movieclip. I want to be able to jump to interior shots while in the exterior section and vice versa. It would seem that button would work the same way inside a movie clip as they do on the main timeline, but that does not appear to be the case. I am using CS3. Action scrip 2.0 is selected, but I could change it to 3.0 if it would make a difference.

View 6 Replies

ActionScript 2.0 :: Movie Clip Buttons - Target / Make The Buttons On The Other Frames Work

Aug 7, 2009

I have a movie clip with 15 frames. Each frame has buttons on it (mc's)... I was going to put the actions on the main timeline/stage and navigate within the MC from the main timeline. Is that possible? I can get the buttons on the first frame of the MC to work, but I can't seem to figure out how to target/make the buttons on the other frames work? I was thinking I could identify the path of the MC with the frame labels, but that doesn't seem to work. like: _root.RMChanger.(frame label).buttonOnFrame = function

I have to move a text box in and out over the MC backgrounds on the main stage... which is why I was thinking to do it this way? I've been switching back and forth bwtween AS2.0 and 3.0

View 9 Replies

ActionScript 2.0 :: Buttons Within Movie Clip - Sub-menu Won't Stay Open In Order To Click On Buttons In It

Jul 25, 2007

I am creating a navigation bar in Flash (which will then be used in Dreamweaver). When you mouse over each topic in menu (ex. Products), i want it play a movie clip (so it shoots out a sub-menu underneath). so far so good, but the only thing is, the sub-menu won't stay open in order for me to click on buttons in it. For each button, I assigned it the Behavior to go to a url. Also, I tested the buttons within the mc and they don't seem to direct me to url. do you think maybe it's because it's nested within the movie clip?? Is there an easier way to go about this?

[Code]....

View 2 Replies

Professional :: Create A Smooth Transition From End Of A Movie Clip To Beginning Of A Movie Clip?

Apr 8, 2012

I created a movie clip which plays ok. But when it ends there is a slight jump, if you will, when it goes back to frame 1 to begin playing again. Does anyone know how to make the transition unnoticeable from the last frame of a movie clip to the first frame of a movie clip?

View 4 Replies

Professional :: Duplicating Movie Clip Or Inserting New Movie Clip With Effect

Jun 5, 2010

CS3 Flash - Complete newbie to Flash and I'm trying to change an existing flash piece.It consists of 4 different text statements that appear on a Black background - the first appears and stays on-screen for 10 secs, then it starts to blur and fade away in about a sec, and then the next statement appears, etc, etc., and the whole lot loops.The 4 statements appear as Video Clips (Symbols?) in the library.I need to add a new statement, which means there will be 5 statements. I duplicated one of the library items and renamed it, which seems to have worked fine... but I cannot then work out how I insert that video clip into the Timeline and still have the same visual effects and timing as the existing ones? I can insert a blank frame, but then I can only drop the new video clip text onto that one frame.I've tried copying and pasting a whole set of frames, and then go in and change the text. Which I thought had worked, but then discovered that it also changed the original frames.... now understand that's because they are just instances and any change will affect the master Video Clip!

So can anyone advise if I can insert my newly added and renamed video clip into the timeframe and create the same effect as the others?Please keep any advice as idiot-proof as possible as this is my first venture into Flash... not finding it as intuitive as I hoped, spent 6hrs to date just trying trial and error without any real success.

View 1 Replies

Professional :: Control The Movie Clip Mc_allPages From Within The Movie Clip Mc_buttonMenu?

Aug 20, 2010

I am making a web site in flash in which I have multiple movie clips.I have mc_buttonMenu on the main timeline.Inside of mc_buttonMenu, I have 3 buttons that are all button symbols.From the main timeline, I have a movie clip called mc_allPages.In this movie clip, I have a few layers.I have the content layer.This layer controls how my pages display.I have another layer called labels.I labeled frames 1 to 10 as 'home' and layers 11 to 20 as 'contactUs'.I have another layer in mc_allPages called actions.I put a stop(); on frame 10 and frame 20 on this layer.I want to be able to control the movie clip mc_allPages from within the movie clip mc_buttonMenu.I put some action script in various places, but it never worked.I tried this action script:
 
_root.btn_home.onPress()
{
Gotoandplay("home");[code]...........
 
I tried placing that code on the main timeline, inside mc_allPages, inside mc_buttonMenu and split up into both buttons appropriately for btn_home and btn_contactUs.Sometimes the animation would stop on frame 10 and sometimes it would just play through to frame 20 and ignore the stop(); I put on frame 10 inside the mc_allPages movie clip.However, whenever I pressed the button ( btn_contactUs ), it never went to the frame labeled "contactUs" in the allPages movie clip.

View 11 Replies

Professional :: Make Movie Clip Non-clickable Unless Another Movie Clip Is Visible

Mar 22, 2011

I'm making a room escape game and I've run into a problem. When an item gets added to the inventory, I'd like the user to be able to click on the item to affect another object (e.g. clicking screwdriver hides screws and displays other image) however when I add the code to the item, if the item is clicked and it's nowhere near the object it affects, the image pops up and it looks really stupid.

So what I'd like to be able to do, possibly using if and else statements or whatever's easiest, is to only have the inventory item be clickable if the movie clip of the object is affects is visible on the stage.

View 6 Replies

ActionScript 2.0 :: Movie Clip Buttons Within A Movie Clip?

Feb 19, 2008

I used the Kirupa Tutorial for Advanced Rollovers to create my navigation menu and within one of the movie clips I have additional buttons that show up on the roll over.I know that you need to place the onPress code on the frame that the buttons actually live. I have a trace("mix_btn: "+mix_btn); to find out if the button is being found.

My problem is that I dont know how to get the code below to actually dynamically load and external SWF into a container on the main timeline. A friend of mine suggested a MovieClipLoader or onLoadInit Handler but I have no idea how to use those. (I'm a noob and proud of it!). (this is my latest version of a onPress.)

Code:
mix_btn.onRelease = function() {
_root.createEmptyMovieClip("container", getNextHighestDepth())
loadMovie("musicMixes.swf", container);

[code]....

View 1 Replies

Professional :: Movie Clip Button Not Working Within An Movie Clip

Jun 30, 2010

I'm trying to create a movie clip on my my main timeline that has a movie clip button within it that pops up a box in the middle of the site that contains text and links. On Frame 1 I have the Up state, frame 2 the roll over state, and frame 3 my Down State (where Box appears).

[Code]...

The problem is that on the main time line, the button is clickable but doesnt do anything

View 7 Replies

CS3 Buttons In A Movie Clip

Oct 3, 2009

I'm trying to get buttons to redirect the user to another part of my site. However, the button is in a movieclip and won't work. URL..I've been trying to get it working for ages and it just won't work. I've even made other buttons (as you can see on the site), and they work!

View 1 Replies

IDE :: Buttons As Movie Clip?

Jan 16, 2009

I have a movie clip & inside that movie clip, some Images are moving around the stage. I want these images to act like buttons, so that when we click on them we can go to URL link. First I stopped my movie clip on mouse rollover, which is working fine & for buttons I converted these images to movie clip ( yahoo_mc) & gave action Script

on (release){
getURL("http://www.yahoo.com ", "_parent");
}

[code]...

View 1 Replies

Professional :: New Movie Clip Loads On Top Of Old Movie Clip

May 17, 2010

I am creating a Movie Clip player interface. You can click on a thumbnail and load an external SWF. At the end of that movie clip, I would like to load another SWF, it's just a logo animation filler that plays until the next thumbnail is clicked.

I am using this script:var myLoader:Loader = new Loader(); addChild(myLoader); var url:URLRequest = new URLRequest("swfs/movie00.swf"); myLoader.load(url);
 
But it loads the new movie right on top of the old one.How do I get it unload the first one?

View 8 Replies

Connect Buttons To A Movie Clip?

Nov 25, 2009

I imported the .MOV clip (a 3D rotation) into the library, and I would like to be able to control where the rotation stops, by use of a slider or clicking a button

View 4 Replies

ActionScript 3.0 :: Put Buttons On A Movie Clip

Jun 3, 2011

I'm trying to put buttons on an intro movieclip for a game and I keep getting errors saying they are undefined like this: 1120: Access of undefined property.

View 4 Replies

ActionScript 3.0 :: Buttons Behind Movie Clip?

Jul 8, 2011

I have 3 layes in my file, the first one has a movie clip, the 2nd has few buttons and the third has the background image. When i rollOver the first layer with the movie clip, it zoom the entire movie. if i rollOut then it zoom out. the problem is that the buttons behind this movie clip don't work. They are placed in the layer under the first layer with the movie clip. Is there any way to make these 2 layers work, the movie clip and the Buttons? The layer with the movie clip need to be at the top. I am working with AS3. if you have any idea please let me know.

View 2 Replies

ActionScript 2.0 :: Movie Clip Buttons?

Jan 22, 2008

using AS2, I need buttons inside a movie clip to jump to a particular frame in the scene.I've got the obvious:

on (press) {
gotoAndPlay(15);
}

I just don't know how to tell it to affect the scene and not the movie clip.

View 1 Replies

IDE :: Movie Clip Buttons That Call Each Other?

Feb 17, 2009

I have created several buttons using movie clips with animations and the 'rewind=true'method when someone mouses off. What I am wondering is, if I have 2 buttons on the stage and I want to animate both of them if one or the other is moused over at the same time, how can this be accomplished

View 1 Replies

IDE :: Using Multiple Buttons In A Movie Clip?

Mar 17, 2010

I'd like to know if it's possible to have several buttons in a single movieclip that can interact with things outside of that movieclip? An earlier test failed due their instance names not being found, I'd like to think it were possible though.

My reason for asking is that I'd like to control the visibility/position of a large group of buttons simultaneously via AS3 while keeping to a single frame.

View 1 Replies

Professional :: Buttons Will Not Control Movice Clip?

Aug 19, 2010

For some reason I can not get any Flash document to allow buttons to control movie clips. I might have a coding error or something is wrong with my system.  I've got an interactive map with the counties of a state as buttons.  The buttons control a movie clip that runs info on each county.  I have some other variables and things going on and figured that might have something to do with it. So I just created a test file with 1 movie clip and 1 button.
 
The movie clip has a stop action on frame 1 and frame 5.  It is just a box that is different colors per frame.I've tried several methods and I'm not getting a result from anything.  This is an AS 2 file.Button has an instance name of btn and the movie clip is mc.  There is only 1 frame in the main timeline.First method was adding the script to the button.  This didn't work...

on (press) {
     mc.GotoAndPlay(5);
}
 
Second Method, I placed the actions on frame one of the main timeline.

btn.OnPress = function() {
     mc.GotoAndPlay(5);
}
 
 That didn't work either.  I even made a AS 3 file and used a Mouse Event, this didn't work either.  I have older files that have the same code and do work, but no new files I create with work.  I haven't been working in flash for about 2 years, so I might be missing something due to the rust in my brain.
 
Thoughts?

View 5 Replies

CS3 AS2 : Drag Multiple Buttons And A Movie Clip?

Jul 5, 2009

script that would allow the user to clikc and drag mulitple symbols- similar to this:

on (press) { startDrag (this._parent, false);}
on (release) { stopDrag ()}Only that instead of using "this", it drags the following symbols on mouse click:
background (a movie clip)[code]..............

View 2 Replies

ActionScript 1/2 :: Disable Buttons In A Movie Clip?

Sep 4, 2009

I have a screen with transparency that pops up over a movieclip full of buttons.I need to disable the movie clip and/or buttons so they don't function when the pop up comes up.Can't get it to work with this code:

myMC._enabled=false;
or
myMC.myBTN._enabled=false;

[code].....

View 11 Replies

ActionScript 1/2 :: Buttons Inside A Movie Clip?

Mar 8, 2011

Having a bit of a problem with a project. At the moment I have a draggable map which is a movieclip, within the movieclip I have added a range of icons for hotels, restaurants, etc.I am having a problem linking these icons so that they will take you to the correct point on my main timeline. I've converted the icons to buttons and added the script below, but it doesn't seem to be picking up that the icon is a button. I think it may have something to do with it having a start/stop drag on it.

View 4 Replies

ActionScript 3.0 :: Can't Disable Movie Clip Above Buttons?

Apr 12, 2011

I have some buttons, and above them a movie clip with a 20% transparency which I use for some graphic effects in my page. But the buttons can't be accessed (they are not working) because the layer covers them.I have used the following code to disable the graphic layer:overlay_mc.buttonMode = false;overlay_mc.enabled = false;overlay_mc.mouseEnabled = false;but none of these solves the problem. The buttons are still covered and inactive.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved