View Single Post
Old 02-11-2009, 08:18 PM   #2 (permalink)
Razvan
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,570
Send a message via Skype™ to Razvan
Default

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);
		
	}
Razvan is offline   Reply With Quote