ActionScript 2.0 :: Movieclip Containing Buttons Not Working?

May 12, 2005

i'v created two buttons, Start and Stop, that I've have put into a movieclip. I've done so beacause I only want the user so see one button at a time. (I've managed to make it work with 2 buttons, but I'd like to know why it doesn't work with a movieclip and 2 buttons)
So when the user clicks the "Start" button the sound starts playing and the movieclip is set to frame 2 where the stop button is. So far so good, but when I'm trying to click the "Stop" button nothing happens. Here's the AS:

PHP Code:

stop();
current_mp3 = "audio.mp3";
function primeSound() {
mySound = new Sound();

[code]....

View 7 Replies


Similar Posts:


AS3 - Having Buttons In A Movieclip Not Working

Oct 22, 2010

I've created a movieclip of a trashcan, which falls over and 6 items fall out of it. I want each of these items to become a button, which will jump to a different point on the timeline.

The movieclip is all working fine, and the buttons appear to be fine. The problem is when I publish the flash, the movieclip resets each time I hover over one of the buttons, so i get an endless loop of this trashcan falling over and the items falling out.

View 1 Replies

ActionScript 3.0 :: Having Buttons In A Movieclip Not Working

Oct 22, 2010

I've created a movieclip of a trashcan, which falls over and 6 items fall out of it. I want each of these items to become a button, which will jump to a different point on the timeline.

The movieclip is all working fine, and the buttons appear to be fine. The problem is when I publish the flash, the movieclip resets each time I hover over one of the buttons, so i get an endless loop of this trashcan falling over and the items falling out.

View 0 Replies

ActionScript 2.0 :: Movieclip Containing Buttons -not Working?

May 12, 2005

I'm trying to do a really simple mp3-player for a website and I've stumbled on a small problem.I'v created two buttons, Start and Stop, that I've have put into a movieclip. I've done so beacause I only want the user so see one button at a time. (I've managed to make it work with 2 buttons, but I'd like to know why it doesn't work with a movieclip and 2 buttons)So when the user clicks the "Start" button the sound starts playing and the movieclip is set to frame 2 where the stop button is. So far so good, but when I'm trying to click the "Stop" button nothing happens. Here's the AS:

PHP Code:
stop();
current_mp3 "audio.mp3";

[code].....

View 7 Replies

IDE :: Buttons In Movieclip Not Working In Main Movie?

Apr 23, 2010

I have a website where I have designed a scrolling thumbnail panel with nested buttons that are coded to load external swfs into a holder on the page.I am guessing that the problem must stem from the original file with the panel being 3 swfs deep in the final site. The panel and the buttons work fine when they are 1 or 2 swfs deep but I can't get them to work from the main navigation page. I have played with the _parent function and I can't seem to get it to work. I have also put the buttons on the main nav pages library as I read that that was necessary but again it didn't get it to work. Here is my code below.

Code:
var mcl:MovieClipLoader = new MovieClipLoader();
var mclL:Object = new Object();
mclL.onLoadProgress = function(target,loaded,total) {

[code]....

View 2 Replies

ActionScript 3.0 :: Buttons Not Working Within MovieClip Inside Scrollpane

Jun 29, 2010

I have a couple buttons that work outside of the ScrollPane but don't work within it. This is my exact code, how do I get them to work?
scrollPane.source = myContent;
scrollPane.setSize(173,500);
K1Button.addEventListener(MouseEvent.CLICK, playVid);
function playVid(e:MouseEvent):void{
myVideoPlayer2.myFLV2.source = "video/K.mp4";
[Code] .....

View 6 Replies

AS3 :: Buttons Controlling Timeline Not Working Inside MovieClip?

Feb 25, 2011

This is my first time coding a website using ActionScript. So far everything has went very well, I designed the website in Photoshop, and imported to Flash CS5. Then I cleaned everything up, and started adding navigation to the various pages using buttons.The website is constructed in a very simple manner, there are five main pages and they are connected by buttons on a static navigation bar (the first page, home, doesn't have a corresponding button). Then there are nine sub pages, that each contain information on a character of the game, and are connected to corresponding buttons in the 'Character' layer/MovieClip. My four menu buttons (Story, The World, Characters, Extras) all navigate correctly without problems.

The problem arises because inside my Characters page (a movie clip) are nine buttons, each linking to a different page. These buttons should bring the timeline to the frame specified, but when the buttons are clicked nothing happens. I've spent hours searching for a solution to this, but with no avail, and I have a feeling the answer is prettysimple.gotoAndStop("gowang", "Scene 1");line in the Gowang character button function with:MovieClip(root).gotoAndStop("gowang");

View 3 Replies

ActionScript 3.0 :: Buttons Not Working Within Movieclip Inside Scrollpane?

Jun 29, 2010

I have a couple buttons within a movie clip of a ScrollPane that are not working. This is my exact code, how do i get them to work?

***************************
scrollPane.source = myContent;
scrollPane.setSize(173,500);
K1Button.addEventListener(MouseEvent.CLICK, playVid);

[code]....

View 1 Replies

ActionScript 3.0 :: Pan Buttons Are Not Working But Zoom And Reset Buttons Works

Aug 12, 2009

im working on a zoom/pan gallery and i have a problem that i can't solve.URL...the pan buttons are not working but the zoom and reset buttons works. im working on movie the image using the mouse now, if you will hold the image and move it it will drag it on stage.the image is a loader the loads and image and placed on screen.there is a mask on top of it and a frame that indicates the size of the gallery.when the user pan the image loader content i want it to stop as soon as it gets to the gallery frame,but i cant seem to find the best way to do it.so basicly when the image is in 100% i dont want the user to be able to drag it but after you zoom the user will be able to drag it but only to the edge of the frame so there wont be any white spaces.i tried a lot of different ways to do it but all of them are complicated and not working the way that i want them to work.

View 2 Replies

ActionScript 3.0 :: Buttons Stop Working After Pressing Other Buttons?

Sep 14, 2009

I have three buttons and when I click the second one, the first stops working (e.g. no trace event and it won't go back to the frame "tab1") but the third still works. Then when I press the third button both the first and second no longer work. If I take out the gotoAndStop lines, the buttons work fine. The subsequent frames simply have stops on them.
 
b1.addEventListener(MouseEvent.MOUSE_UP,b1Pressed);b2.addEventListener(MouseEvent.MOUSE_UP,b2Pressed);b3.addEventListener(MouseEvent.MOUSE_UP,b3Pressed);
function b1Pressed(event:MouseEvent){    trace("b1 pressed"); 

[Code]....

View 4 Replies

ActionScript 2.0 :: Creating A Menu Bar That Is A Movieclip And Inside The Movieclip Consists Of The Buttons?

Oct 21, 2005

I'm creating a menu bar that is a movieclip and inside the movieclip consists of the buttons.Now the menu bar is twice as WIDE as what is visible on the stage.The only part you can see is the text 'menu' on a bar.Then when the mouse hits the bar, it flies across the screen to the otherside of the bar where the menu buttons are.Now the menu bar does its animation over 20 frames - the last frame being the frame where the menu buttons are now visible.

On the last frame i have the 'stop;' code

On the first frame I have this code:

Code:
stop();
this.onEnterFrame = function(){
if(rewind == true){

[code]....

View 2 Replies

IDE :: Buttons In Mc Not Working?

Aug 15, 2009

K so i started this flash site and made buttons that open little sliders underneath them that load subcategory's. the problem is i cant get the buttons on the little slider to load a external swf file in a loader on my flash .

// sub bar button functions
}
recon.onRelease = function () {
main.contentPath = "Recon.swf,";
}

View 1 Replies

ActionScript 2.0 :: [CS3] - Control Hero Movieclip With Movieclip Buttons

Jan 21, 2009

Originally, the client wanted to control "hero_mc" using the keyboard but now they would like to control him with buttons only. Here is the original code on the "hero_mc" which works as expected:

[Code]...

View 2 Replies

Actionscript 3 :: Some Nav Buttons Working But Others Not

Apr 29, 2010

the buttons within my submenue movie clip don't work. the one's not within a submenu work fine. my code validates and i'm not getting any errors what else i should be checking?

[Code]...

View 2 Replies

ActionScript 3.0 :: Buttons Are Not Working

Oct 13, 2009

I am having problems with buttons stopping to work after i have added some actionscript elsewhere in my timeline. I have a buttons layer which runs across the entire timeline which consists of a Next, Back, Menu and Support button, which all work fine as long as i dont go through the following script on one of the frames.[code]The Submit button has a different instance name than all my other buttons so i am at a loss as to why this has any effect on them.

View 5 Replies

IDE :: Buttons Not Working On Site?

Dec 5, 2008

I have some buttons in a movie clip, and while they work when previewing flash, they don't work in the browser. I am using geturl on the buttons, and I'm thinking they are not functioning because they are within movie clips.

View 1 Replies

ActionScript 2.0 :: CS3 : Flash Buttons Are Not Working?

Aug 28, 2009

CS3 flash buttons are not working....i've tried so many times, but its not working at all, code is simple:

on (release) {
getURL("home.html", "_self");
}

i'm using Dreamviwer CS3, XP-SP3, IE7. attaching the zip file having the site, fla, HTML, swf file...

View 2 Replies

ActionScript 3.0 :: Submenu Buttons Not Working?

Sep 30, 2009

I am migrating from AS2 to AS3 and realize the button functionality is totally different. I have a website with buttons that have submenus. I have the first layer of buttons working. They have eventListeners attached that take them to a labeled frame on the timeline. When you get to that labeled frame there is a submenu of buttons there. I tried putting the code for those buttons in the same script on frame 1 but it messes up the movie.

I think it has something to do with the buttons not actually being there on frame 1 when the script is read. I cannot figure out where to put the script for the submenu buttons to make them work. I think I have to put a parent type script in there. Sorry I dont even know what to look up.

Here is the link to the site: [URL]

Here is the code on frame 1:

Code:
stop();
function goCollections(e:MouseEvent):void {
gotoAndStop("collections");

[Code]....

View 2 Replies

ActionScript 2.0 :: Labels/ Buttons Not Working

Jan 1, 2010

I've got a movieclip which contains 4 buttons and 4 labels.

The buttons work but once you've been past a label it won't go back to a previous label so it's just linear.

I'm using the following coding:

Buttons: arrow1, arrow2, arrow3, arrow4. And the labels are the same for each.

ActionScript Code:

PHP Code:

arrow1.onPress = function() {
gotoAndStop("arrow1");
};
arrow2.onPress = function() {

[Code]......

View 2 Replies

ActionScript 3.0 :: Buttons Not Working Throughout The Timeline?

May 11, 2010

I have two buttons at the bottom of my animation which should work all the way through the timeline. They work when you click on the chrome icon in the animation, but when you click on either Firefox or any of the other browser thumbnail buttons, the links stop working and nothing happens when you click them?

Here is a link to download the FLA file - [URL]

View 4 Replies

ActionScript 3.0 :: Overlapping Buttons Can't Working

May 30, 2011

This seems like such an easy thing to do but it's driving me crazy. Sorry if this is a simple question. In a site I am building it is necessary to have a large movieclip overlaid over an image gallery. This movieclip controls scrolling so has a rollover listener attached, but of course the gallery pictures also need to have button actions. I cannot get them both working at the same time. How can I make it so that rolling over a movieclip doesn't disable the rollover for any movieclips underneath it? Here is a very simple example of the problem. Where the two buttons intersect, I want for the rollover to trigger them both: [URL]

View 1 Replies

Buttons Stop Working After Another Is Pressed?

Oct 29, 2009

I have 2 main movie clips, one for the menu bar and one for the content, there is then a movie clip within each one of those, one to hold the set of buttons, and one to hold the content movie clips. The menu bar has a control to flip between 2 sets of buttons. the viva content button works fine to begin with, but after the menu bar control is clicked, the content buttons stops working. Code is as Follows: All of the code (bar a few stop() flags on cirtain frames) is located on frame 1 of the root, which is the only frame on the root.

barControl.barContent.barUp.addEventListener(Mouse  Event.CLICK, menuSwitchHandle); barControl.barContent.barDown.addEventListener(Mou  seEvent.CLICK, menuSwitchHandle); barControl.barContent.barMenu.vivaBtn.addEventList  ener(MouseEvent.CLICK, vivaHandle);

[code]........

View 3 Replies

How Are Buttons Working Underneath A Layer

Dec 3, 2009

I am really struggling, I have some buttons on layer 0 I then have a pop up box on layer 1 that covers the buttons. However the buttons are still active underneath.

View 9 Replies

Professional :: Buttons Not Working All Of A Sudden?

Jun 13, 2010

Nothing has changed, no editing was done, and all of a sudden, buttons not working.  I trued exporting from Flash again, with the same pblish settings.  Bit Action Script seems to give me a message now saying it wont export as a button.  Tried AS 2.0 and 3.0, but i made original files in 3.0

View 6 Replies

ActionScript 3.0 :: Next And Back Buttons Not Working

Nov 8, 2010

I am making a test that when you hit next it goes to a specified frame and if you hit back it goes back to the previous specified frame. The code works when I go through the code once all the way forward and back but once I try to move forward again it skips over all the inbetween pages and ends at the final page. The back button code works fine it is only the NextBt code that isn't working right.

[Code]...

View 9 Replies

Professional :: Duplicating Buttons Does Not Working?

Aug 4, 2011

ive made a simple button that sends you to the first frame. and its working good but than when i duplicate it only 1 button works i got 33 buttons and only one of them is working....

View 4 Replies

Professional :: 2 Overlapping Buttons Not Working (CS4)?

Oct 5, 2011

I've created a banner and made the whole area clickable with an invisible button. But there's one small element in that banner I'd like to give a roll over state for extra fun. This element doesn't need a link hooked to it just to change colour when moused over. When I put the invisible  button on top, it blocks the element on top the invisible button is not working either. Since it's a banner I have the document set up in as2.

View 4 Replies

ActionScript 3.0 :: Buttons Inside Of MC Not Working?

Oct 7, 2008

I want a Movie Clip to house 5 buttons that will link to frame labels on the main time line.(this will be my main menu navigation)I have created 5 separate buttons then created a Movie Clip.dragged each of the 5 buttons into the movie clip gave instance names for all of them.then I dragged the movie clip to my main timeline and gave that an instance name.I then went into the Movie clip and attempted to use AS3 to get the button instances to navigate to the frame labels.no go

when I test my movie it keeps looping through the whole main timeline no matter how many stop commands I put in the main timeline or in the Movie clip itself.if I have no AS in the Movie clip then the movie tests with the Movie clip working (no scrolling through the timeline and rollover works fine but I still can not command the CLICKs).as a post script I have tried so many AS variables I thought it best to not enter any here

View 9 Replies

ActionScript 2.0 :: Buttons Script Not Working?

Jan 7, 2009

I have created a drop down menu but the problem is that the buttons won't work i.e. olad the external swfs

The a snippet of the code i used is placed on the main timeline

ActionScript Code:
menu_mc.btn1.onRelease=function(){
loadMovie("Bee.swf",content_mc);
}

View 1 Replies

ActionScript 3.0 :: Buttons Not Working In Frames

Nov 14, 2009

I'm using the code:[code]in order to direct button named "one" to open website.html in a frame named mainFrame. However, when I then use the same code on each button, opening different URLs it no longer works; whichever button you click on first will open in mainFrame, but any button you click after this will open in a new window.

View 2 Replies







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