ActionScript 1/2 :: Clicking Through To Next Layer?

Dec 6, 2009

I designed an all flash website and coded in AS2 and when someone clicks to play a movie in my Commercials section, I fade in a solid black background (which is a Symbol - Graphic) and the video (FLV) plays. I noticed that while the video is playing if you click on the solid black background it clicks through to the layer below and sometimes you can click on another button/video. I don't understand this because shouldn't the solid black background which covers the whole screen prevent this click through? Is there some sort of code or something I need to tell the solid black background to not click through. Here is the website, click on any of the nine videos and then click in the black area around the video to see the problem, [URL]

View 5 Replies


Similar Posts:


ActionScript 2.0 :: Background Clicking Through To A Layer Below Error?

Dec 6, 2009

I designed an all flash website and coded in AS2 and when someone clicks to play a movie in my Commercials section, I fade in a solid black background (which is a Symbol - Graphic) and the video (FLV) plays. I noticed that while the video is playing if you click on the solid black background it clicks through to the layer below and sometimes you can click on another button/video. I don't understand this because shouldn't the solid black background which covers the whole screen prevent this click through? Is there some sort of code or something I need to tell the solid black background to not click through.

View 2 Replies

How Does The Flash Layer Interact With The Flex Layer In A Multiple Layer Design

Aug 26, 2011

Don't know if the flash layer on the view stack contain only the compiled flash swf file

View 1 Replies

Actionscript 3 :: Change The Color Of One Shape By Clicking On Clicking Another Object Of Sprite?

Aug 30, 2011

I have drawn intersecting lines. The user can click on a region inside the angle formed by the two lines.When the user clicks inside the area, the small region formed by the arc between the two lines showing the angle should change. How can I do that.the region between the intersecting lines is sprite object to dispatch event listener, but the arc is shape object.

View 1 Replies

ActionScript 3.0 :: Putting An Action Layer Over A Layer With A ClickTag Element

Nov 19, 2009

I am doing some research on creating clcikTags. I read a few places that the clcikTag should be on the top layer. That has been fine, but now I want to loop it and I usually put my actions in the top layer. Will this cause a problem? Am I better off just putting my loop  action on the last key frame of the clcikTag layer?

View 3 Replies

ActionScript 3.0 :: Convert Layer To Movie Clip Or Print Layer?

Aug 9, 2010

Im creating a program that is designed to allow the used to select  3 pictures (movie clips) and print them off on a single peace of paper.

The program works by allowing the user to select 3 graphics (the graphics are actually instructions for various exercises) and then moving the desired movieclips onto the stage. This all happens on a layer named "Content"

So far the program will allow the user to select the movieclips and will move them into place on the Content layer as well as move smaller versions of the pictures into a preview box the only thing it does not do is print. (the most important bit)

View 5 Replies

Actionscript 3 :: Create Multiple Layer Masks Over A Single Layer?

Mar 22, 2012

Is it possible to create multiple layer masks over a single layer using Actionscript3?Below is the flash effect I wanted to create with masks.First it starts from A and goes to B and C simultaneously.Then from B it goes to H and D simultaneously (the same applies to C).This is how the end result will look like.ps. I need my background to be transparent. I'm embedding it into a web page later.

View 2 Replies

Professional :: Can't Seem To Go To A Master Edit File That Is Supposed To Show Both The Body (layer 1) And Wing (layer 2) Of A Flying Bird Animation?

Feb 11, 2010

I can't seem to go to a master edit file that is supposed to show both the body (layer 1) and wing (layer 2) of a flying bird animation. Is there a way to merge these two since I'm planning on shrinking it down and making a lot of birds?He merged the two layers at 14:24 of the video without even explaining how he went to this so called "Edit Master Movie Clip" that seems non-existent on Adobe Flash CS4.

View 1 Replies

Professional :: First Layer Contents Disappear When Pressing F6 On Second Layer?

Jan 11, 2010

I want to create a simple mask. A white oval on a second layer on top of a bottom layer that just has a word of type. I want the oval to travel from the upper left down to cover up the type. When I create the second layer, create the oval, and choose a distant frame for the "end" of the oval's positioning, my type in the first layer disappears as soon as I press F6 on that second layer. Why? Why is it nuking my first layer?

View 3 Replies

ActionScript 3.0 :: Draggin MovieClips In A Layer Beneath Another Layer?

Aug 17, 2010

I have a container MovieClip called Drags where I can drag stamps (other MovieClips)--they are added to the Drags container via addChild. I have a second container MovieClip above that one (display order-wise) call Paint that contains a bmp, and some sprites used for adding a layer of paint.
 
My question is this: I need to be able to click on the Paint layer when I am above a draggable MovieClip and trigger the MouseEvent for the correct object to drag it around, but the item must always remain below the Paint layer.

View 10 Replies

How To Have Outline Sketch On Layer A And Color On Layer B

Nov 5, 2009

I'm trying to do a little comic comedy type video in Flash. I've done an outline sketch with the pen tool of my first character, now I want to color it BUT I want to keep the colors and the outline sketch separated on two different layers. Is there a way I can select the path (outline) on layer A and then colorize it with the bucket tool on layer B? The problem I'm having is that every object I select it automatically jumps to that corresponding layer.
 
One reason why I want to do it this way is I still want to continue working freely on the outline sketch since it's not fully finished, so that I just can blend the colors out and keep working on the outline, at the same time I want to color it while I go just to see where it's going and to make sure that I'm not wasting my time unnecessarily with trying to do a outline just to find out that it won't work out at the end.
 
how to do a comic type animation, how to create the characters, how to make them move and talk? It can be a free or paid resource.

View 2 Replies

ActionScript 3.0 :: Conditional Error "Scene 1, Layer 'Layer 3', Frame 1, Line 291083: Syntax Error: Else Is Unexpected?

Dec 12, 2011

Why this code doesn`t work?

tip_052.addEventListener(MouseEvent.MOUSE_OVER,ove rSub);function overSub(evtObj:MouseEvent) {
tip_052.visible = true;
else[code]....

appear this error "Scene 1, Layer 'Layer 3', Frame 1, Line 291083: Syntax error: else is unexpected.

View 5 Replies

ActionScript 2.0 :: Error - Scene=Scene 1, Layer=Layer 1, Frame=1:Line 11: ';' Expected

Jul 27, 2004

this is the END of the code:

this.createEmptyMovieClip("pos", total);
pos.moveTo(radius.b, 0);
pos.beginGradientFill("radial", [0xCCCCCC, 0x999999], [100, 100], [0, 255], {matrixType:"box", x:-radius.b-radius.b/2, y:-radius.b-radius.b/2, w:radius.b*2, h:radius.b*2, r:0});
for (var radians = 0; radians

I get a error for the last line. The error is this:

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 11: ';' expected
for (var radians = 0; radians

I cant get it working.. I have flash mx 2004 pro..

View 2 Replies

ActionScript 3.0 :: Possible To Add Layers / Re-order Layers / Move Movieclips From Layer To Layer

Oct 22, 2008

Is it possible to add layers, re-order layers, move movieclips from layer to layer or specify which layer a duplicate movieclip appears on at runtime with AS3?I am aware of the depth properties and the functions associated with that but it would be easier to have a concept of a layer because I am dealing with masks.I have a nasty feeling I'm gonna be told that layers don't really exist within an swf and that depths and setmask are all there is to work with.

View 4 Replies

How To Fire A Missile By Clicking

Mar 14, 2009

ok, now that i have the cursor and following the mouse done, i need to find out how to fire a missile by clicking.

View 3 Replies

Clicking On A Button Moves Everything

Oct 18, 2009

ive made a button and ive got it to randomly move to a different position on the screen.the probelm is when i click, everything else on the stage moves. They are all on different layers.How do i get different buttons to only move when i click on them, otherwise they stay where they are

View 1 Replies

Can't Add A Keyframe Without Clicking Timeline

Oct 13, 2010

I'm working with Flash CS5 and a Wacom Intuos3 tablet.  In my first time working with CS5, I set up my hotkeys on the tablet to what I normally have when I'm doing frame-by-frame animation in Flash. I have one button set to F6, which used to add a keyframe wherever my playhead was on the timeline. What I prefer to do is scrub to where I want the next frame using my scroll/strip and just hit the F6 button where I want a new keyframe.  But in CS5, what's happening is it's not adding any keyframes at all, but instead moving my playhead back to the last keyframe I edited.  What's going on?  I can't even scroll to where I want and add a keyframe without physically clicking the frame itself and THEN pressing F6.

View 1 Replies

Delete A Symbol Without Clicking On It?

Dec 4, 2011

I am using flash cs5, and i have 2 symbols, in the fla.. that if they are clicked (in the library menu), they make flash crash instantly.

then how i do to remove them, without clicking on them? (if i click, also with the right button of the mouse flash crash).

View 3 Replies

Stopping A .swf By Clicking Anywhere Outside Of Movie

Apr 19, 2010

So I am having a problem on my HTML page. I have a flash (.swf) video player that is controlled by AS 3 and the problem I am having is that I need the video player to stop whatever its playing when the user clicks anywhere on the screen.

View 1 Replies

Actionscript :: PNG Transparency And Clicking Through?

Apr 11, 2011

For anyway having that problem in Actionscript 3 clicking through the transparent parts of a PNG file. I finally figured it out:

var hitTestPoint1:Boolean = false;
var myHitTest1:Boolean = false;
var objects:Array;
clip.addEventListener(MouseEvent.MOUSE_DOWN, doHitTest);
clip.addEventListener(MouseEvent.MOUSE_UP, stopDragging);
clip.buttonMode = true;

[Code]...

View 1 Replies

ActionScript 3.0 :: Clicking Through A Movieclip?

Sep 23, 2009

I have a 100%, 100% movieclip over my entire flash, with a 20% alpha. But I want to be able to click on things behind this movieclip,

View 5 Replies

ActionScript 3.0 :: Clicking Through A Movieclip

Nov 12, 2010

I have a movieclip with moviclips in them. Lets class it...

mainMC = main movieclip
childMC = mcs inside the mainMC

The problem is that the mainMC is to be used as a button. If I click the part of the mainMC with a childMC, it doesn't work. I have to click a blank spot on the mainMC where no childMC exist in order for it to properly register.

View 5 Replies

ActionScript 2.0 :: Clicking FLV Seek Bar?

Oct 24, 2008

if Flash can listen for a click/drag on the seek bar playhead from the FLV player controls? I'm attempting to perform an action when a user drags the playhead through the video.

View 2 Replies

ActionScript 2.0 :: Clicking In A Text Box?

Dec 12, 2008

I would like to know which is the Actionscript command that "captures" a mouse click in a text box.Basically I have a text box, and whenever I select some text or click in the text box, I want to start/stop a movie clip on the stage which has an embedded video inside

View 1 Replies

IDE :: Make SWF Active Without Clicking On It?

Mar 5, 2009

I am embedding an swf into an html page using the same code that flash outputs when you publish your movie. I want to be able interact with the movie without clicking on it but it seems that I HAVE to click before I can interact via the keyboard.This is happening when I view the automatically generated HTML page in FireFox v. 3.0.6.

View 1 Replies

IDE :: Animate A Symbol By Clicking On It?

May 23, 2010

I am trying to create a butterfly to fly in front of an image gallery, kinda to be funny. I am new at this, so its probably easy and I just forgot, but I need some help please.

I create the butterfly on the stage, make into a movie clip symbol. Click inside the movie clip....and then what? I want to be able to click on the butterfly that is sitting on a leaf, once it is clicked on it will fly in front of the image gallery (I have already created, and seems to work) for a few seconds and then fly back to the leaf.

View 1 Replies

ActionScript 2.0 :: Get By Default From A Swf By Right Clicking?

May 16, 2004

I'm looking for the actionscript that disables all options like "play" and "rewind/forward/back" that you get by default from a swf by right clicking. I'm not really a pro with actionscripting in general, so I'm not sure where else to look for this.

View 1 Replies

Double Clicking Opens Two .swfs?

May 11, 2009

I build a .fla project, and publish a .swf.

If I double click the .swf to play, it opens two .swfs, the one I'm double clicking and one from a previous project.

If I drag the .swf directly to the stand alone Flash Player then no problem, just the one movie.

I could deal with this except now I've sent a client a .swf, and when he double clicks it opens the .swf he clicked on, and one from a previous project I sent that is on his hard drive.

View 3 Replies

ActionScript 3.0 :: Clicking Buttons And Going To That Page?

Jul 3, 2009

This is a really stupid question and I was able to get it to work in AS2.0 but now I am trying to redo it in AS3.0.What I have are 4 menu buttons and what I want to do is when a button is clicked it will take the user to that page on the timeline.On the actions layer this is what I have:

stop();
btnAbout.addEventListener (MouseEvent.MOUSE_DOWN, stopHandler);
function stopHandler(evt:MouseEvent):void {[code]....

When I add the code under stop(), and test the movie, it doesn't stop, it just keeps looping through all the pages. I am probably doing something really stupid that I can see. As I stated above, AS3.0 is VERY new to me. I have two books in front of me and neither are helping me with this issue.

NOTE: If I remove the code below the stop(), the movie stops when I test it.

View 4 Replies

ActionScript 2.0 :: Button Animate After Clicking?

Sep 15, 2009

Hi! I just figured out how to animate a button on mouse over. My question now is, how could I make a button animate after clicking it and before it goes to the link?

View 5 Replies







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