Hi,
Why use UI ??? There is a lot easier way of having buttons with the code below. No more need to have the Ui library, no more need a writing all the code for the UI button. It is faster, it is a better button function.
PLEASE CAN SOME ONE TELL ME WHY WE USE UI?
New UI button?
[code]
– EXAMPLE
– No more need of UI, with this code…
local yourOBject = display.newImage “yourObject.png”
function yourFunction ()
physics.pause()
end
youObject:addEventListener(“tap”, yourFunction) [import]uid: 23689 topic_id: 14511 reply_id: 314511[/import]

I was just confused of the UI dilema because it took me along time to learn how to use it. [import]uid: 23689 topic_id: 14511 reply_id: 53788[/import]