How to pop up dialog box for clickable items on screen? (+ how to replay background music?)

Greetings :slight_smile:

 

Updated : 

 

the overlay scene is showing but I cannot hide it by the button x that appearing on screen.

 

function for closing childscene :

 

[lua]

local hideOverlay = function(event)

if (“ended” == event.phase) then

composer.hideOverlay(“fade”,100)

print (“Close overlay scene”)

end

return true

end 

[/lua]

Updated :slight_smile:

Problem solved  :slight_smile:

By refering to the business app sample in

http://coronalabs.com/blog/2013/10/09/a-look-inside-a-sample-corona-powered-business-app/

Thanks for the tutorial and codes !  :smiley:

Updated :slight_smile:

Problem solved  :slight_smile:

By refering to the business app sample in

http://coronalabs.com/blog/2013/10/09/a-look-inside-a-sample-corona-powered-business-app/

Thanks for the tutorial and codes !  :smiley: