Actionscript 3.0 :: When Click Button1 And Play Video1 All The Buttons Should Be Hidden?

May 11, 2010

" I have 3 different video in (layer "content) each video in different frame(Video1 in frame 1),(video2 in frame10),(video 3 in frame 20) ..Also, i have 3 different buttons in "buttons layer" ( button1, when click, it play video1) (button2, when click, it play video2), (button3, when click, it play video3)...what i need when i click button1 and play video1 all the buttons should be hidden... when the video finish playing it should be appear again... same thing for button2 when i click it and play video2 all the buttons will be hidden until the video finish playing .this is my code

Code: Select allvideo_button1.addEventListener(MouseEvent.CLICK,clickListener1);
function clickListener1(event:MouseEvent):void {
[code].............

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Movieclips (Button1 & Button2) To Act As Buttons

Mar 5, 2011

All I want to do is.. the 2 movieclips (Button1 & Button2) to act as buttons.. when you click Button1 MC, it fades out & Button2 MC fades in. I could have keyframed it, but there will be around 10 buttons, so, when u click on one button it fades out & shows you the other button.. like that..

View 3 Replies

ActionScript 3.0 :: Click On Button1 To Replay Animation / Animation Does Not Show

Oct 19, 2009

I have created two buttons (Button1 and Button2). When you click Button1, an animation pops up. You click on the animation to close it - that works fine. If I then click on Button1 again to replay the animation, the animation does not show. If I click on Button2 THEN go back to click on Button1, the animation plays. Why can I not click that same button twice in a row? What am I doing wrong?

View 2 Replies

ActionScript 3.0 :: Click Buttons To Play Movie?

May 10, 2011

I am trying to make buttons that play a movie then go to the page.

I want you to be able to click on the button (bottle) and then the motion tween play out and then when its finished direct you to the desired page.

I posted the code above that I used to get the button to play out on click, but I cannot get the code right to get it to redirect to a different page or url right after the movie plays?

View 9 Replies

ActionScript 2.0 :: Importing Swf's - Get The Swf's To Play When I Click On The Different Buttons?

Sep 3, 2008

I just finished with the "Transitions between external SWF's" tutorial" with Actionscript 2.0. I am working within a flash template and I'm using the premade flash buttons to call the swf's.When I click on a button, any button, the repesctive swf plays just fine, however, when I click on a different button it does not load the different swf and the previous swf keeps playing. The swf's are XML driven for the content.
I made sure that each button script has the correct swf as well.Also, I have only one movie clip created for the container with an instance of "container".get the swf's to play when I click on the different buttons.

View 12 Replies

Item Receives Click Even When Hidden?

May 4, 2009

I'm having a problem where buttons and MCs are receiving clicks even when they are either hidden (opacity=0) or below another layer.

View 5 Replies

ActionScript 3.0 :: Disable Click Event When Object Is Hidden?

Nov 8, 2011

I have a game where "targets" hide behind trees and when they pop out from behind, you click them and they are destroyed. For some reason though, when you click the tree they are hiding behind, they still get destroyed. I want them to be safe from the user clicks when hiding. Here is a sample of the code I am using:

Code:

stage.addEventListener(MouseEvent.CLICK, onClickHandler, false, 0, true);
function onClickHandler(event:MouseEvent):void
{

[code]....

I tried adding an else if statement like so:

Code:

else if(bullet.hitTestObject(backtrees)) {
poof.x = bullet.x;
poof.y = bullet.y;

[code]....

but that did nothing as well. As you can see, it is not the click of the user that causes the target to disappear, but the hittestobject that causes it to disappear.

View 2 Replies

Way To Show Hidden Buttons?

Jan 8, 2010

I'm working on a project for a presentation that has hidden buttons. I want a way that the hidden buttons can be located, if someone else has to give the presentation. I've seen an example where if the user hits the tab key it would cycle through all buttons and outline them in red. I am new to flash and action script and have no idea how to do this.

View 4 Replies

IDE :: Import A Swf - Hidden Buttons Still Active

May 14, 2009

I have a timeline with several buttons on it - some if these are created at runtime, and some by putting buttons on the page on frame 1 I then have an emptyMC into which I import a swf that COVERS the whole stage. This all works fine - you can't see anything of the underlying material. However, as you "mouse around" it seems that the buttons that are covered are still active - pointer becomes a hand etc. I can disable the buttons using enabled=false. This is quite invloved, and I would have thought that these buttons wouldn't be active - surely they are covered! How is the possible, and is there a neater way to stop these buttons being active.

View 4 Replies

ActionScript 2.0 :: Assing Var To Buttons Hidden Inside A MovieClip?

Dec 13, 2010

As I was creating a cheap Flyout Menu I ended up being unable to assing a "global" variable to different buttons.I have a "main button bar" with 5 different buttons wich as you RollOver one brings up another bar with multiple buttons attach to it.

Now these "2nd level" buttons are set in a Movie Clip as this one starts invisible and I don't want people to see the hand cursor over them. I know how to make this happen to each button individually but since I have 8 "2nd level" btns I don't want my ActionScript to be 100 lines long So to put this easier to read and write, to minimize the chances of making mistake I am asking you this: Is there a way to assign a single variable to refer to these 8 different "2nd level" buttons?

View 3 Replies

ActionScript 3.0 :: Buttons Are Betting Hidden By A Load In Image

Jan 21, 2011

Im trying to build a site where the images are load in via AS. The problem I'm running into is that the image that is loading from outside of the swf file is now covering my hot spot( buttons). How do I make it so that the load in image will always show up under the hot spots ( buttons)?

View 3 Replies

ActionScript 2.0 :: CS3 Movieclip Button - Click To Play, Click To Stop?

Jun 21, 2010

I am building a flash interface and I would like a menu where it is hidden to begin with (just a tab). You click the tab to expand it, and click again to collapse it. I've made a movieclip with animation of the menu opening up and closing, but I can't seem to work out how I'd go about making the movieclip open and close properly.

View 4 Replies

ActionScript 1/2 :: Click Button To Play And Click To Reverse?

Nov 12, 2009

I have a test button i would like to have play a movie where a graphic expands. Once stopped, I would like to be able to click that same button and have the graphic go backwards. I would prefer to have timeline reverse, rather than lengthen the timeline of the mc because then i have to line up the start and end, and if one changes, i have to remember to change the other.

btn_test.onRelease = function(){  if (_root.adinstance._currentframe != 1) {  while(_root.adinstance._currentframe != 1) {  _root.adinstance.prevFrame();  else {    _root.adinstance.play();  }}

[code].....

View 3 Replies

ActionScript 2.0 :: Movie Starts Playing And The Button "play" Is On The Stage (it Should Be Hidden, Not Visible)?

Sep 15, 2009

well, I got this for my Play/Pause button (on stage):

Code:
import mx.transitions.Tween;
btn_play.onPress = function(){

[code].....

View 3 Replies

IDE :: When Button1 Is Selected GotoAndPlay(58) For Frame 58?

Apr 16, 2009

Now what im trying to do is add a gotoAndPlay(); to a button.

Now the old way of selecting the button then actions doesnt work.

How would i when button1 is selected gotoAndPlay(58) for frame 58?

View 2 Replies

ActionScript 2.0 :: Click To Play Then Click To Rewind?

Apr 14, 2011

I'm having some problems with the code below. It may be something small that I am just not seeing. I basically have a drop down window and a button named btn1. The first click makes it pull down on the main stage, the second returns it to frame #1 by rewinding the movie. Well... It only works once, I need it to work multiple times, so I am missing something.

ActionScript Code:
on (release){
if (this._currentframe == 1) {
this.play();

[Code]...

View 1 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

ActionScript 3.0 :: SwapChildren - Swap The Buttons When CLICK Or ROLL_OVER Buttons

Mar 8, 2010

I have 4 buttons , one container and one background movieClip as the attached file shows. Well.. at the Gallery movieclip displayList I add the other three BLACK buttons like this:

[Code]...

Everything I need consist on swap the buttons when i CLICK or ROLL_OVER those buttons, how do I do on thats circunstance? With a container and a background at the same displaylist.

View 2 Replies

ActionScript 3.0 :: 1120: Access Of Undefined Property Button1

Oct 21, 2009

im migrating my project from having timeline actionscript all over the place to putting it all in a document class... i've set the package up correctly (i think) and have gotten rid of alot of errors, but I'm still getting several:

1120: Access of undefined property button1.

for tons of my symbols on the stage. their instance names are names correctly and 'automatically declare stage instances' is checked in the properties... i've even placed these symbols into the first frame just in case, but am still getting the error... w

View 2 Replies

ActionScript 3.0 :: Localconnection Class Is Usable - Connect Button1 On Swf1 To Frame1 On Swf2

Nov 8, 2010

I am gonna connect two swf file on the same domain. I actually want to connect button1 on swf1 to frame1 on swf2 and then the same like that button2 to frame2... I think localconnection class is usable for that I am open to other ideas, it's very simple I guess but I am novice at this and this is my first job.

View 1 Replies

ActionScript 2.0 :: Movie Clip With The Instance Mov1 And A Button On A Different Layer Called Button1?

Oct 29, 2007

if i have a movie clip with the instance mov1 and a button on a different layer called button1.. how can i make mov1 blur using action script?

View 5 Replies

IDE :: Play Music File Once Only On Click Of Play Button Until Music Stops

May 1, 2009

Using Macromedia Flash Professional 8.

I have a website banner made in Flash. I have added a music file to it and Play and Stop buttons. I also have a Replay button to replay the banner animation once it stops.

I have put the music on a separate frame so that it will not play automatically when the banner loads. I have made the Play button direct to the frame the music is located at so that when clicked, it will go to that frame and play the music file.

The problem I am currently having is that if I click the Play button more than once, it will play the music file again on top of the current play-through.

So if I click Play, the music will play. Then if I click it again, the music will play again, but on top of the first instance of the music, so two instances of it will now be playing and it sounds horrible.

I would like to make it so that if you click Play when the music is playing, it will not play the music again until the music has stopped.

View 6 Replies

ActionScript 2.0 :: How To Play On Click

Sep 27, 2010

So I got my animation ready, now I just want to export it as Flash movie, and make it play on click. How do I do this

View 7 Replies

ActionScript 3.0 :: Getting Some Nav Bar Buttons Click-able?

Apr 28, 2010

having trouble getting some nav bar buttons click-able. two of the nav buttons have submenues that hold two buttons each. these are the one that won't click.

my code checks out but for some reason i can't get those buttons to work.

[Code]...

View 2 Replies

ActionScript 2.0 :: One Click - Two Buttons?

Mar 13, 2012

I have a movie clip on the stage which contains buttons and actions for various things. This works fine on its own...I have another button on the top level that does other things... This works fine on its own...What I need to do though is have a button over a button eg. When I press the button on the stage the single click actions both the button on the stage and the buttons in the movie clip.I know you can�t have two buttons on top of each other on the stage, so how can I achieve this through AS2.I click on one button and a click is replicated on the other button.

View 0 Replies

Play And Stop Movie On A Key Click?

Apr 7, 2009

I just want to play and stop my movie on a key click.I don't want to have the drop menu open and have the user click 'play'. Isn't there some way they can just press any key and the animation will progress forward?

View 4 Replies

ActionScript 2.0 :: F8 : How To Disable Right Click-play

Oct 12, 2010

I have included the following code to disable the "right click-play" by the players to jump the scenes.

Code:
MENU = new ContextMenu();
MENU.hideBuiltInItems();

However, this code is not functioning.

View 4 Replies

ActionScript 3.0 :: Play An MP3 When You Click A Button?

Nov 25, 2010

I want to be able to play a mp3 when the user clicks the button.

I am a true newbie, and I saw another post explaining it, but I didn't get it. I tried but it went to a error 1046! [code]...

View 2 Replies

ActionScript 2.0 :: How To Play Animation On Click

Aug 22, 2006

I got my animation ready, now I just want to export it as Flash movie, and make it play on click. How do I do this?

View 2 Replies

ActionScript 3.0 :: Play Moviclip On Click?

Feb 18, 2011

i am trying to develop a small interactive game using as3.i need to play a movieclip when i 'll click on button. Anybody knows simple way for that.I'm trying this way: i have created a class for that movieclip, then i have created a object of that and then i m tring to call that object in this way.

var geese:geese01=new geese01();
trace("object created");
geese1.addEventListener(MouseEvent.CLICK, onPlayClick);

[code]....

View 1 Replies







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