Collapsing XML Menu

Hey I am trying to collapse LIB and Sen’s xml menu for an external button, meaning not the buttons being generated by the xml file. I got it to work with no problem. However, I can’t get the arrow to rotate back to normal.

I have tried numerous ways, don’t see why this wouldn’t work


menu.onRelease = function(){
	mainMenu.currentSubMenu = null;
						this.arrow.setToRotateTo(0);
						mainMenu.offset = 0;
}

I guess I am just refering to “arrow” incorrectly?

Thanks for the help