Flash8 :: "deactivate" (?) Button On A Layer Beneath A MC?

Oct 15, 2010

using an older version of flash, but it's what i got... also, not really well-versed on flash - i've always just used enough to get by..i have an illustrated room with a few hot spots spread out in it (yes, you've seen it before a million times)... when you click a hot spot, a window pops up with media that will play in it...i have a work-in-progress here:problem is, when you click the button (in this example, it's the record player) and the window pops up, the record player button is still "hot" (?) under the box...sigh, i wish i knew more about this and could explain it better..

View 11 Replies


Similar Posts:


ActionScript 2.0 :: Button Beneath Swf - Put An Movieclip On Bottom Layer Of Floating Window

Nov 8, 2007

I have some floating window that opens above my page. The problem is that I don't want buttons above to be trigerable. I tried to put an movieclip on bottom layer of floating window and tell him not to show hand cursor, but it looks as if my floating window is transparent. I could still push buttons below and cursor would change into hand. [URL] go to button "ostalo" and click any of galleries. Then go over reed floating window and you'll notice that you can push buttons underneath.

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

ActionScript 2.0 :: Click Button In One Menu And Deactivate Same On Second

Feb 24, 2010

Is it possible to do this: Have two separate menus on web page. Want to reload or send some variable or any kind of way that if you click any button in one menu it also deactivates any pressed button in second menu...

View 1 Replies

ActionScript 3.0 :: Deactivate The Action Lapalm.play(); On The Button

Jul 12, 2011

I would like to desactivate my buttons bt01 bt02 bt03 I take an example with button bt01. When you roll over bt01 you can see lapalm but when you roll out bt01 and after you directly roll over bt01 again (without rolling over bt02 or bt03 before) I would like to desactivate the action lapalm.play();on the button bt01 (I don t want that la palm play again)

[Code]....

View 4 Replies

Flash8 : Collide With Only One Layer?

Dec 2, 2009

I'm using Flash 8, and I'm hoping to work on a platforming game. I'm pretty familiar with programming in general, but Flash is a little confusing for me.What I have at the moment kind of works for generic collisions, but my problem is that it works too well. My player symbol collides with absolutely everything, on every layer, even including text.

Right now my file only has two movie clips, Player, and Bounds, and there's an instance of Player named player_1, and an instance of Bounds named Wall.

For collision checking, I used the following if ( _root.Wall._parent.hitTest( ... ) ) { /*do stuff*/ } and this works well enough, I collide with anything, given that I check in the right place. I'm happy with the way that this works, but is there any way I can confine the collisions to the layer the symbol is currently on? I'd like to design the levels, and just draw the foreground graphics on the layer above, and the background graphics on the layer below.

Using trace, _root.Wall._parent returns level0, which I'm going to guess is maybe the scene? I'm assuming collisions aren't really meant to be handled this way, so if I have to totally redo them, I'll understand, but it would be most convenient for me if I can confine the collisions to only a single layer.

View 18 Replies

Flash8 :: Make A Layer Transparent?

May 12, 2009

Is there a way to make a layer transparent?

And is there a way to make a symbol transparent?

View 4 Replies

ActionScript 3.0 :: Set A Common Task Which Is Activate / Deactivate Interactivity (clickability) Of A Button

Oct 25, 2008

I'm trying to set a common task, wich is activate/desactivate interactivity (clickability) of a button. (sometimes clickable, sometimes not). The button is a blue bowl. I use the stopPropagation() of event metod to stop propagation, then my blue bowl is not clickable anymore. (if you erase "stopPropagation()", it becomes clickable) It works.

But I want to change this statut. I've designed a ON/OFF switcher, who set the blue bowl clickability ON/OFF. And it doesn't work. I've tried everything : removeEventListener, an "if" who write "stopPropagation()" or not, but it fails, it stay on the beggining statut. Here's the very simple .fla to show you : [URL] What should be my "ON/OFF switcher" code ?

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

When Create A Button Within Movieclip Layer / Button Is Not Working

Sep 15, 2009

I am having a problem where my buttons on main timeline are working fine. When I create a button within a movieclip layer (a page importeded from  Photoshop as a movieclip) the button is not working once I leave. It doesn't show as a working button when I select Enable simple buttons, when I preview or publish as HTML. The thing is, it is a button, it has an instance name, is that weird blue color... and it works fine when I am double clicked into that movieclip layer. I also tried common library buttons and they work fine until I leave that layer as well, also tried it within other layers and creating a new file and doing it... all no success!

View 5 Replies

Get SWF To Align On The TOP Of A Page, But Beneath A Header?

Jan 8, 2012

I want to make my SWF be on the very top of the page, but beneath the header. The SWF automatically adjusts its size based on the browser's; I want it to take up as much room as possible at all times while still being able to see everything, which I have.

The problem is 2 things: one, I have something flying in and out (from the top) and you can see it in the white-space around the SWF when it is not in on the stage. Two, the whole vertical alignment thing. I want it to be DIRECTLY under the header, not centered.

I'm using Dreamweaver to make this webpage by the way.... I'm not really sure which end this is- Dreamweaver or Flash...

View 9 Replies

IDE :: Actions Window Goes Beneath Screen?

Sep 2, 2009

When I open my actions window, it is automatically sized too far lengthwise. With this being said, I cannot read the last 10-15 lines of my coding. I cannot reach the corner resizing tab since it is at the bottom of the window (window resizing does not work on the top corners) which extends past the bottom of my screen. Does anybody know how I can fix it so that I can resize this window to fit on my screen properly?

View 1 Replies

Professional :: Disable Buttons Beneath LoadMovie?

Apr 11, 2007

Is it possible to disable buttons in a movie clip that is on the root level so that a movie loaded on top of it into level1 doesn't have any hot spots? My file is a map that starts as a movieclip with buttons in level0. There is another movieclip/button that when clicked loads a detail map on top into level1. I would like to have some new buttons in the level1 movie clip but the buttons in level0 are still active and it's confusing to the user. As a workaround, I've created an invisible button covering the entire detail map that doesn't do anything other than change the cursor to the pointing finger.

View 5 Replies

ActionScript 3.0 :: Get The Letter Beneath The Mouse Cursor?

Jan 7, 2009

I have some text in textbox and i want to get the letter beneath the mouse cursor while the user move it over the text. how can i do that ?

View 2 Replies

Professional :: Mouse Over Or Roll Over Be Received By MCs Beneath Another MC?

Dec 30, 2010

I'm guessing the answer to my question is no, and the solution lies in the hitTest method.  But just to be sure . . . if I create a new movie clip and then drag that movie clip over other movie clips that have MOUSE_OVER listeners is there anyway that those clips will get the mouse over?

View 3 Replies

ActionScript 3.0 :: Identifying Objects Beneath A Given Point?

Feb 4, 2009

How do I determine what objects are underneath a given x or y coordinate on the stage or within a sprite? Preferably, I'd like to be able to do this so that a class that extends Sprite and is a child of the Stage can determine what's underneath a given x coordinate of itself, regardless of position on the stage. This has to be done without user input.

I'm not clear on what methods might make sense for this. The hitTest stuff requires more info than I'm likely to have. Maybe localToGlobal, but to use that, I need to know what the objects are already. There are a finite number of them, so I could have them testing for this all the time, but that doesn't seem right and may not even get me what I'm looking for.

View 3 Replies

ActionScript 2.0 :: LoadMovie. Buttons Beneath Still Active?

Feb 19, 2003

When I load a movie, the buttons that are beneath (on my main movie) are still active... Is there a way that these buttons can't be active.

View 2 Replies

ActionScript 1/2 :: Deactivate The Enter Key?

Aug 29, 2010

I'm making a game and each photogram is a level, and when I press the enter key it plays all photograms.Is there a way to deactivate this?

View 7 Replies

Button Play A Mc On A Different Layer?

Jun 4, 2010

I don't know if this is possible, but can you have a button on one layer play a mc on another layer? I am trying to build a file where when my button is clicked, it will move the x and y axis of a movie clip on the layer below. I'm working in CS4 action script 3.0 (no drop down menu option?)

View 4 Replies

ActionScript 3.0 :: Add Button To Inner Layer

Jun 22, 2009

I am trying to add these two layers (in moogaloop_success.zip) to this template (flashmo_140_business), and I have been struggling to add it for more than week. Trying innumerable google searches to no avail. Layers:[URL]My goal is to add this new Button in say "Our Services" layer as movie_btn and open a new window to vimeo website when that button is pressed (as shown in moogaloop_success.zip).

I changed the wlink symbol in moogaloop_success.zip to movie_btn, but I keep getting errors like, Error 1119: Access of possibly undefined property movie_btn through a reference with static type class. or Error 1009: cannot access a property or method of a null object reference.

View 2 Replies

Web Development :: Saving Image Out From Beneath Mask From Within Sprite

May 31, 2011

I've got a sprite object that gets a custom shape loaded into it, that gets used as a mask so as to cut out a custom shape from an image that is loaded in with a loader object - The loader(loada) and shape(lines) objects are both children of the sprite object - I've added code to save out the image from beneath the mask but when the save function is called nothing is saved out, and no errors are thrown.[code]

View 1 Replies

ActionScript 3.0 :: Hover Only Works When Mouse/cursor Is Beneath It?

May 16, 2011

I have a flash file that uses Mouse.hide() and sartDrag() to show a custom cursor. The problem is that when the cursor is above a button or movie clip (via level or layer), it doesn't work... sometimes it flickers a bit, but that's it.

This is the weird part:

When I move the custom curser beneath the button or mc, (via level or layer), it works perfectly.

View 3 Replies

ActionScript 3.0 :: Carousel Showing Up Beneath Background Elements

Nov 12, 2009

I'm creating a carousel using AS3 based on the following code: [URL]. I've got several elements on the stage that I'd like to be behind the carousel but instead I can see that the carousel is showing up behind all the elements on the stage.

View 3 Replies

Professional :: Deactivate Flash CS3 On Laptop?

Jan 26, 2008

I am trying to deactivate Flash CS3 on my laptop so that I can install and use it it on my desktop machine. All I can find on this subject is the instruction to select "deactivate" from the "help" menu - but the help menu in my version of Flash CS3 doesn'tcontain this option. Is there another way to deactivate Flash?

The options in my menu are as follows:

- Flash Help
- Help Resources Online
- Whats new in Flash CS3
- Flash exchange
- Manage Extensions...

[code]....

View 2 Replies

Flash :: Deactivate License Option Not Available In CS3

Sep 22, 2009

I have a copy of Adobe Flash CS3 Professional installed on my work desktop. I'm soon going offsite for a couple of months during which period I'd be using my work laptop instead. My laptop does not have Flash CS3 on it, so I was hoping of transferring the license to the laptop. I read somewhere that I need to deactivate the license on my desktop (using Help >> Deactivate license) before uninstalling it. Unfortunately, I don't see that option in the Help menu at all.

View 3 Replies

ActionScript 3.0 :: Event.DEACTIVATE Not Triggered?

Jul 13, 2011

I'm looking for an event that tells me when the browser is refreshed, or better to say, when my flash app exits. So I tried
 
stage.addEventListener(Event.DEACTIVATE, onDeactivate);
 
but its only triggered when closing the debug window and not on refreshing or closing the browser.

View 1 Replies

Actionscript 3 :: Deactivate Some Movieclips That Are Used As Buttons?

Feb 28, 2012

I want to temporarily deactivate some movieclips that are used as buttons. Currently I don't keep track of the EventListeners that got added to these buttons. I want to be able to deactivate and reactivate them later.

myMc.mouseEnabled=false;

works, but then they are still select- and clickable using the TAB key on the keyboard.

View 3 Replies

ActionScript 3.0 :: Deactivate The Scene Perspective?

May 10, 2010

When I put some clips on different part of the scene, and modfify their rotationY I would like see them with the local global point of view. Unfortunately, if one clip on the left of scene and another on the right, the 2 clips won't have the same view. How to do to see them similar?

View 7 Replies

ActionScript 2.0 :: Reformat For AS Layer (instead Of On Button)?

Mar 4, 2009

This code was on a button and I'm trying to move the code to an actionscript layer. Can anyone help me with the format (AS 2). The button will be named learn_btn

[Code]...

View 6 Replies

F8 :: When Press On Button / Will Go To Another Frame Of Layer?

Apr 28, 2010

How can i do that when you press on a button you will go to another frame of the layer?I am using Macrome6dia Flash Professional 8!

View 1 Replies







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