Hello, in order to do that you must go to button.as
find this:
Code:
private function onPress()
{
if (subMenuActive == 0)
{
getURL(node.attributes.url, node.attributes.target);
}
}
and replace it with:
Code:
private function onPress()
{
getURL(node.attributes.url, node.attributes.target);
}