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(){
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.