menu1.ontouchUp -> gotoMenu(menu2)menu2.ontouchUp -> gotoMenu(menu1)
I get a constant flickering between the two menus. There doesn't seemto any extra click events firing so I'm not sure whats going on.Ideas?
-MrChaz