1 Reply Latest reply: May 6, 2012 10:31 AM by Ned Murphy RSS

    trace(buttonPath)

    Ron Colmen Community Member

      Is there a way to find the path of a button using trace (or any other way)?

       

      The below path seems correct.. but not working????

      _root.contents.PaletteHolder_mc.paletteHT.ip1.onRelease = function(){

        • 1. Re: trace(buttonPath)
          Ned Murphy CommunityMVP

          ry tracing it in stages if it isn't working for you, meaning first ttrace(_root.contents) to make sure that's what you think it is.  Then trace (_root.contents.PaletteHolder_mc), etc....

           

          If that code is being assigned in the main timeline, try getting rid of the _root reference.