error code 1009 can't see my buttons

TypeError: Error #1009: cannot access a property or method of a null object reference.

at ife3m_fla::MainTimeline/frame41() [ife3m_fla. MainTimeline::frame41:9]

Frame code 41

line 9 boton2_btn.addEventListener (MouseEvent.MOUSE_DOWN, playSplitDuct);

function playSplitDuct(event:MouseEvent):void {}

}

On the time line that I alone on her bed, I have the place where boton2_btn I need. It appears first on frame 15 with the brightness to maximum, then I make a classic to finish with Tween button as I want on 19 chassis. I have several buttons with this same arrangment that none of them can be recognized by the code.

How can I make sure that the buttons are instantiated properly?

Interpolation would have something to do with the problem?

Or is there a problem if I mc inside my button?

Thank you f

the best way is to avoid using the interpolation of the timeline.

but once you're in the middle of a project that can have a lot of timeline tweening, you can work around the problem by deleting this instance name (boton2_btn) of any existing instances, and then create a new layer above your button and, in the context where your button is first of all, add a keyframe (if it's not setting 1).  Drag a copy of your button on the stage, place it on your existing button and assign its name to boton2_btn and its alpha to 0.

If there are some frameworks (including possibly the first) where you do not want boton2_btn to be clickable, use actionscript to assign its property visible (or mouseEnabled) false.  in settings where you want to be clickable assign the folded down property (or mouseEnabled) to be true.

Tags: Adobe Animate

Similar Questions

  • Error code 1009

    I get an error code 1009. It appears when I try to update or download an app on the AppStore in my IPhone. However, the AppStore can still be opened. As a result, I don't think that the problem is the connection (since safari and many other applications that need a network connection to work). In addition, I read all the other messages that others have typed and read the advanced ITunes guide troubleshooting. However, the error code always happens after completing the necessary actions.

    What country are you in, and what country is on your iTunes account (you must be in a country to use his shop)?

  • I can't sign into windows live messenger, I get the message that windows live messnger is unavailable currently try again later and also I get the error code 80048820, can someone help me solve this problem. __

    I can't sign into windows live messenger, I get the message that windows live messnger is unavailable currently try again later and also I get the error code 80048820, can someone help me solve this problem.

    Hello jabeena, welcome.

    This section would apply in fact to the Windows Live programs, but we'll see what we can do to help out you.

    I recommend to try this first:

    1. disable any antivirus software or security, you have running on your computer. Looking for software to disable that contains a firewall.

    2. click on START
    3. Type "cmd" (without the quotes). Right-click on the result at the top of the menu START and select 'run as administrator '.
    4 type the following and press enter

    Regsvr32 softpub.dll wintrust.dll initpki.dll

    5. then type the following command and press enter

    netsh winsock reset

    6. restart your computer and see what happens.

    Thank you! Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • My camera so far not this problem and all of a sudden I saw this error in various parts of the phone and ask you to consider the problem of error code 1009

    My camera so far not this problem and all of a sudden I saw this error in various parts of the phone and ask you to consider the problem of error code 1009

    Apple ID: *.

    Did you check out this article? Seems to be linked to the AppStore and the country where you're:

    Why my iphon give me error code 1009?

  • Error Code D59 can not install Microsoft SQL Server 2005 Express Edition Service Pack 4 update (KB2463332) _

    Error Code D59 can not install update of Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332)

    Try posting in the SQL Server Setup & Upgrade forum for assistance:http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads/>

  • I can't do updates on Windows 7 I get an error code 80073712, can someone me... ___Help help Please___Thanks

    I can't do updates on Windows 7 I get an error code 80073712, can someone help me...

    Help help help please

    Thank you

    .. .you you receive an error message that includes the following code when you try to use Windows Update: "0 x 80073712".
    http://support.Microsoft.com/kb/931712
    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I tried to install since 11/12/09 important update KB976098 and continue to get error code 8E5E03FB unknown error. I tried to find the error code, but can't find it. How can I download and install this update?

    I tried to install since 11/12/09 important update KB976098 and continue to get error code 8E5E03FB unknown error.  I tried to find the error code, but can't find it.  How can I download and install this update?

    Quote your full version of Windows (for example, WinXP SP3;) Vista SP1; Vista 64 - bit SP2; Win7; Win7 64 bit) when you post in a forum or a newsgroup. Please do it in your next reply.

    Short story: If you do NOT live in one of the zones listed in http://support.microsoft.com/kb/976098, you really need not to install this security update not any way so you can hide it just ("don't show me this update"). ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • For the third time, after re-installing Photoshop components 13, I tried to update, but every time I get the U44M1I200 error code that can help me?

    For the third time, after re-installing Photoshop components 13, I tried to update, but every time I get the U44M1I200 error code that can help me?

    U44... Update error http://forums.adobe.com/thread/1289956 can help

  • Im trying to download the creative cloud on my Mac but its gives me the error "Installation on case-sensitive volumes is not supported. Please choose a different volume for the installation. (Error code: 22) "can you help me with this please?

    Im trying to download the creative cloud on my Mac but its gives me the error "Installation on case-sensitive volumes is not supported. Please choose a different volume for the installation. (Error code: 22) "can you help me with this please?

    Try error "Unsupported of disks case-sensitive" or similar install error | Mac OS

  • Error code 1009 CS6

    Help!

    I'm trying to reorganize a flash for a Web site, but I'm stuck with the coding. I'm trying to link buttons to external URLS and I get the error code

    TypeError: Error #1009: cannot access a property or method of a null object reference.

    at Untitled_fla::MainTimeline/frame1()

    I have the debug code and find the line that has a problem (the line of 'function' in the code), but I still don't understand. I used the code

    news_btn.addEventListener (MouseEvent.CLICK, move1);

    function move1(event:MouseEvent):void {}

    var newsLink:URLRequest = new URLRequest ("http://www.powerquestglobal.com/news.htm");

    navigateToURL (newsLink, "_self");

    }

    for the first button and it works fine. But when I copy and paste error 1009, replacing 'move1' in "move2" and by changing the adresse_web happens. Can someone help me? Please, I beg you!

    My recommendation would be to twist your thinking/learning a whole little bit do not associate the library with the instance names names.  You may find yourself with the same object library several times in a drawing, so the name that means the most is the name of the instance.  It is the only name, that the code is going to care.  Everything that you name things in the library needs to be done to make it easier to find... other than that, the library names mean nothing.

    You should not have code on every image on the layer actions for buttons.  If done correctly they should only need code in an image.

  • I tried twice to install the KB2754670 update every time install failed with the error code 646 can help? I have Windows Vista Home Premium edition

    Update Windows cannot install KB2754670 twice showed error code 646. Can someone help? I am running Windows Vista Home Premium edition.

    Gives it a try and see if it solves the problem....

    http://support.Microsoft.com/kb/2258121>

    UTC/GMT is 01:26 Sunday, October 21, 2012

  • ISATAP adapt #2 Error Code 10 CAN t start, so no wireless internet connection

    To start my computer this morning seeing wireless not turn on, and I have no internet connectivity wireless.  When I looked at the hardware Manager, there is a yellow triangle next to ISATAP #2 card.  When I clicked on this one message gave me the error code 10 and said that he could not start.  Have reinstalled and checked the driver without result, have executed a microsoft fix it program with no joy.  I haven't changed anything except I just set up a new battery.  How can I set this yellow triangle and get my wireless to work?

    Am running Vista, on a computer HP compaq laptop.

    Hello

    Even if the router is working on her he might still have a problem with your. Remove the power
    for the modem, the router, and your computer, and then turn on then again in that order. A hard
    reset as that will help eliminate a cause, although not completely.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Parsing of wrapped data error (error Code: 101): can not decrypt request

    When my player pray http:// < Server >: 8080/flashaccessserver / < tenant > / flashaccess/license/v1 following happen:

    -HTTP 500 is returned

    -in the diary file, an ERROR is added, copied below:

    [#: 10] 2011-01-14 12:19:37, 381 DEBUG [[Partition (flashaccessserver)].com.adobe.flashaccess.server.license.engine.LicenseEngine] Started processing the request...

    [#: 10] 2011-01-14 12:19:37, ERROR 385 [. com.adobe.flashaccess.server.license.engine.LicenseEngine [Partition (flashaccessserver)]]

    Error processing request for license acquisition

    com.adobe.flashaccess.sdk.protocol.HandlerParsingException: com.adobe.flashaccess.core.pkcs7.PKCS7Exception: analysis of wrapped data error (error Code: 101):

    Cannot decrypt request

    at com.adobe.flashaccess.sdk.protocol.AbstractHandler.parseRequest(AbstractHandler.java:73)

    at com.adobe.flashaccess.server.license.engine.LicenseEngine.parseRequest (LicenseEngine.java:193)

    at com.adobe.flashaccess.server.license.engine.LicenseEngine.parseRequest (LicenseEngine.java:63)

    at com.adobe.flashaccess.server.generic.engine.AbstractEngine.processLicenseRequest (Engine.java:70 abstract)

    to com.adobe.flashaccess.server.license.servlet.LicenseEngineDelegatorServlet.doPost (license EngineDelegatorServlet.java:53)

    etc...

    The validator says that the config is ok, but I can't get this url/license/v1 to work.

    Can you help me?

    Thank you!

    Hello

    Debian is not a distribution of Linux support; only RedHat 5.7 ES.

    The native encryption library provided with the license for protected streaming server does not seem compatible with this particular distribution.  Another option, you might have would be to use the native crypto library (slower performance) to solve the "UnsatisfiedLinkError' in your newspapers.  Please take a look at this thread for how to do it: http://forums.adobe.com/thread/775306?tstart=0

    see you soon,

    / Eric.

  • Error code: How can I get an item in the Recycle Bin?

    I can't put a webarchive into the trash.  Error message says, "the operation cannot be completed because one or more required elements was not found (error code - 43) how can I get the item in the Recycle Bin?

    reset

    then try again.

  • Since then went black download firefox 4 top and bottom of my screen and I can barely see the button/arrow to the left

    Question
    Since then went black download firefox 4 top and bottom of my screen and I can barely see the back/arrow button, if I can not go back to 3.6 and you'd have to show me how, step by step without computer talk if it is not possible for you that I return to internet explore... cordially chris williams

    You are welcome. I'm glad that you were able to find a solution with the information provided by the contributors here.

    So that other users can find solutions to Firefox previously asked take charge of issues, please take a few minutes to come back on the forum, log in, then click 'resolved' next to the answer above you helped more to find a solution. Thank you.

Maybe you are looking for