Masking Buttons problem...

Hello All...
I am trying to create a website using Flash CS3. I want to
have my navigation appear with a mask when seen on the site. I
created the buttons in a movie clip and each button is an actual
button. When I place a mask over the buttons and then preview it in
the SWF the mask works but my action 3.0 code does not work with
the mask.
This is the code I have used for each of the buttons in the
movie clip:
nav_mc.home_btn.addEventListener(MouseEvent.CLICK, gotoHome);
function gotoHome(event:MouseEvent):void {
this.gotoAndStop("Home");
Any suggestions out there?
Thanks in advance!
~Stephen

sorry friends for bottering u but i am still not getting it
.I think i understood the basic as but when i try myself it doesn't
come out.i am sending this .fla file .Please go through it and tell
where i am getting wrong.
http://www.hostmyfile.co.uk/?code=bda86442c819993c1cfc3afbac96bd3f

Similar Messages

  • Problem with Masked Buttons

    As it stands i have a button called Start, when this button is hovered over, three more buttons appear at its side (all masked)
    I'm having trouble actionscripting the buttons, ive tried putting the AS on the button
    on(release){
    gotoAndStop(2);
    seen as everything so far is done on the first frame on various layers i just need it to go to frame 2. but this doesn't work.
    the code that's on the start button is
    on(rollOver){
    Startmenu.play();
    Start menu is the invisible movieclip which has the masks and rollout buttons in.
    anyone got any ideas?

    start button does overlay the other buttons and it is on the main timeline. as is the movieclip which activated the 3 buttons when the start button is rolled over with the mouse.
    Date: Fri, 26 Mar 2010 08:39:42 -0600
    From: [email protected]
    To: [email protected]
    Subject: Problem with Masked Buttons
    does your start button overlay the other buttons?
    is your start button on the main timeline?
    is the movieclip with the 3 buttons on your main timeline?
    does that movieclip respond to the mouse (and thereby intercept mouse events intended for the buttons it contains)?
    >

  • Caller screen Buttons problem Z10STL100-1

    I have Z10STL100-1 after official update Z10STL100-1/10.3.1.1565 having caller screen Buttons problem these are little above not like it's on 10.2 very below position. I security wipe and restart many times still same position of buttons? See pic attached

    Hello,
    Did you check if there are no objects on that index slide that have a fading transition? You should set the transition for every object to 'No transition'. The transition can be found in the Properties dialog, tab Options.
    Lilybiri

  • I can't find the 'mask' button

    Hey guys,
    I watched the introduction to speedgrade (found here http://tv.adobe.com/watch/no-stupid-questions-with-colin-smith/introduction-to-speedgrade/) and Colin Smith applies a vignette to the video by using a mask, however I can't see the mask button that should be sitting between 'look' and 'stereo 3D'. Does anybody know where I could find it?
    If it is of any use, I'm running a 27" iMac, 3.4GHz i7, 32gb RAM with a 120GB SSD on which my Adobe programs run,
    Thanks!
    Rob

    Hi Robert:
    The Colin´s video is a bit old and they was worked with SG CS6 version.
    If you have the new creative cloud version the "Mask" (Vignette option) has changed their position in the UI.
    Press "W" in the "Look" tab or click the tiny triangle on the upper right into the "Look" tab and the mask options appear (with the snapshots and notes options)
    M.

  • Apart from the lock button problem in iphone 5 the display brightness suddenly goes blank and becomes normal after locking and unlocking the iphone. The Apple service centre in India is denying to service the iphone as it was purchase in USA even thoug it

    Apart from the lock button problem in iphone 5 the display brightness suddenly goes blank and becomes normal after locking and unlocking the iphone. The Apple service centre in India is denying to service the iphone as it was purchase in USA even though the iphone is in warranty.

    iPhones do not have an international warranty.  Warranty is valid only for the country of purchase.  This is most likely because different countries require different iPhone models.  Not reasonable to expect all countries to maintain stock for all models.

  • Do we still have the mask button that was in PS 5

    In PS 5 their was a mask button but cannot find it in  PS CC is it still their.

    Do you mean CS5?  There are two mask buttons I know.  The Quick mask at the bottom of the Toolbox or the mask at the bottom of the layers panel.

  • Cannot find Layer Mask Button!!!

    I have had photoshop elements for a long time, been busy raising kids ,,they're grown and moved away so now I am dabbling in watercolor art and my photoshop .  I know how to use a few things however , I am having trouble finding layer masks button in Adobe Photoshop Elements 5.0 2006 version, I did this yesterday , I think I've hid my tools somehow on the right side of my screen,, Please Help!!!!

    Haven't used PSE5 in a very long time. I don't remember what version of Elements we added Layer Masks to, but I do remember that older versions didn't have this feature, and it is possible that 5 falls under this category. There is a bit of a hack though, as seen in this link: Faking A Photoshop Layer Mask In Photoshop Elements

  • Mask button grayed out when Pen tool's selected?

    Hello...
    I am going through a tutorial about how to use the Pen tool.
    The tut shows that I should be able to click the Mask button in order to create a trans BG. However, mine is grayed out. I cannot find a reason why that would be. I am able to use the Layer Mask under other circumstances.
    (The tut has me take an image, draw around the image to practice pulling/dragging, twisting, adding handles etc & so forth).
    I have the pen tool set to Path but the Mask doesn't become available under any of the options.
    The tut says to click Ctrl + Click on the path and then to click the Mask button.
    Any ideas why the Mask is grayed out?
    As always ~ I really appreciate your help.
    Hope you're having a great night/day

    Hello:
    I would Love to post a screenshot however my computer is "shot" all my F keys & up to the Delete are non functional. I'm going to get a new laptop asa I find out what would be best to run Adobe Master Suite.
    I have Photoshop CS6 Extended.
    Any way, yes, {blushing} the BG was selected. TY.
    I am suppose to make a selection of the path.
    I'm now completely embarrassed. Of course a trans bg can't be made when it's the bg I'm working on.
    The tutors' Layer panel shows only Layer 1 and no bg. He said to download the image he uses from Diviantart but the image would only open in a browser. So, I right clicked and saved the image. Then I opened the image which, of course, just opens on the bg layer.
    So, am I suppose to create a New file > New Layer and then open the image?
    Sorry if my questions seem obvious to you but I am just learning and still very much a newbie.
    THANK YOU!!!

  • **URGENT** Scene button problem!

    Why my 'maps' and 'video' buttons do not play the movie? I use this code:
    on(release){gotoAndPlay("play");}
    I have labelled "play" in other scene, but it does not play the movie!
    I have tried this code:
    on(release){gotoAndPlay("Scene 36", "play");}
    Still, it does not work as well! I got deadline this week, so I need your help ASAP!
    I got other button problems on every scene! It's frustrating!
    Please download my flash file to look at my flash product!
    http://www.4shared.com/file/24177440...6d/Maps_1.html

    Nope it doesn't work , I got my deadline this week and if you got a spare time, would you please download my flash and check and repair it please! Only two buttons need refitting and nothing else! I asked my teachers, they tried their best and couldn't find what the problem is. I looked through other forum website, I tried the solutions and it doesn't work! I am really behind as there are many failure in my project! This is my first flash creation.

  • Naming Buttons - Problem with using Captivate 7 Buttons to Open URL or File

    After spending too much time troubleshooting a button problem, I discovered the importance of naming each item in a Captivate project.
    For some reason I have yet to figure out, publishing to SWF from Captivate causes buttons to function arbitrarily. In my case, I had eight buttons pointing to external URLs, three that worked and five that didn't. All of the buttons pointed to the same external website, only to different PDFs hosted on that site. Each button was named with the default "Button_X" convention as set by Captivate. After trying lots of different settings adjustments, On Enter and On Exit actions, and Play/Pause timings, I did what I should've done from the beginning; changed the names of the buttons.
    Why this worked? I don't know. I've seen hints on other discussions as to SWFs not working well when there are a lot of unnamed or default-named items. If there's some logic to this I would be happy to know it, but for a default setting to cause such a bizarre problem is beyond my comprehension. I could understand if I had named the buttons incorrectly, but I didn't do anything to them; I left them with the names created by default.
    Hopefully this helps someone else resolve a similar issue and, if anything, encourages everyone to follow best practices and use a clear file naming conventions for all projects.

    Hi there
    Perhaps the link below will help?
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • K button problems

    K button problems on keyboard. Has to be pressed harder than all the other butons on the keyboard. Ive tried going on  command prompt and pressing it, and its the same. I am running windows 7 pro.

    you probably need to get a new keyboard if you have a model number i can send you a link on what you need thanks 

  • HT1688 iPhone 4 home button problem

    Good afternoon,
    I have an iPhone 4 and it still in good condition but sometimes, the Home button doesn't respond quickly or doesn't respond at all. What to do?

    I seem to have fixed my iPhone 4 home button problems.
    1. Sync phone and back up.
    2. Go back and resync phone but uncheck all the apps you have purchased/downloaded so that your iphone will have no additional apps on it.
    3. Now reset your phone as a NEW PHONE.
    4. When reset as NEW, unplug it and try home button functions. I'll bet they work just fine, like mine did.
    5. Now that you are satisfied you can resync your apps, but be choosey. Re-install only a couple at a time, and test your home button each time. You'll soon find out which of your apps is causing the problem. It's time consuming and irritating, but it certainly works.
    So far - no problems with my selected re-installed apps. My home button works fine.
    However, I recently purchased several photography apps and an emoticon app and that was when the problems appeared to have started.
    So I've been very selective in putting only the apps I want back on ... for now.
    Hope this helps.
    I will report back to tell you if this complicated but effective solution has worked for me.

  • Home button problem in iphone 3g 3.0

    After upgrading my iphone 3g to 3.0 software, the home button has become so unresponsive, i have to click it 6-10 times sometimes to awake it. I mean what is it, dont you check the update before making it available to public, i mean its annoying, my 2 other friends have same problem as mine, they are on iphone 3g too. even 3.0.1 behaves the same way. comeon folks, become professional, kindly fix this thing in next firmware release.

    I had exactly the same problem - I bought my iphone 3gs last week, upgraded it and had the 'home button' problem. I tried all the fixes - restarting, resetting to factory settings, reloading update, etc. Then, a few days later, it all sorted itself out - no idea what happened, but since then my home button has been working perfectly! I have a feeling the factory reset and reload of update might have been the one that eventually did the trick...but since then, touch wood, it has been working perfectly. I would suggest trying the factory reset and see if that helps...make sure you back up first though!

  • Mega 865 - HiFi Button problems !

    Mega 865 - HiFi Button problems.
    Hi,
    I recently had some problems with the LCD display on the 865 and after
    following the very technical (wiggle the power cable) instructions, i got
    the LCD display working again, but now my HiFi button doesn't work
    has anyone experienced this before ??
    The radio/lcd display works fine in media centre
    cheers.

    I refer to this post https://forum-en.msi.com/index.php?threadid=66148
    I did this and the LCD display came back on again but now the hifi button doen't work

  • Anti virus's and home button problem

    Hi
    1)i want to
    We Need antiviruse in My iPhone 5s ?
    2)how to understand my iPhone when produce???
    Due to home button problem .
    Thanks

    There is no home button problem, the problem is with the power button on some iPhone 5 devices: https://ssl.apple.com/support/iphone5-sleepwakebutton/

Maybe you are looking for