FML2010
15 years agoVisitor
go from detail screen to category feed
what is the command to go all the way back to the category page?
i want to have a button on my detailScreen take them back all the way out to th ecategory feed
thanks i have tried
and this
and neither are working, in fact will just sit there when pushing the button
i want to have a button on my detailScreen take them back all the way out to th ecategory feed
thanks i have tried
if msg.isButtonPressed() then
showHomeScreen(screen)
end if
and this
if msg.isButtonPressed() then
showHomeScreen()
end if
and neither are working, in fact will just sit there when pushing the button