Hi everybody,
I have a button to make visible a menu
function onPlaymenu( event ) groupbtn.alpha = 1 end mybtnmenu:addEventListener( "tap", onPlaymenu )
I would like to toggle this button to make the menu “non visible”, visible and so on…
How can i achieve this?
trying to find some tutorials but i don’t really know where to search.
Thanks