Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Issue with APPLICATION_SUSPEND event — Gideros Forum

Issue with APPLICATION_SUSPEND event

RickyngkRickyngk Member
edited January 2012 in Bugs and issues
I use Music Player example, and add some lines at the bottom

stage:addEventListener(Event.APPLICATION_SUSPEND,
function()
print("line 1")
print("line 2")
print("line 3")
end
)

Only "line 1" was printed when I make an interrupt. Is it expected behavior? (only one instruction execute when suspend)

Regards,
Tagged:

Comments

Sign In or Register to comment.