NK
Size: a a a
NK
SG
NK
NK
NK
SG
_P
_P
_P
_P
NK
NK
_P
function scene:show( event )
local sceneGroup = self.view;
local phase = event.phase;
if ( phase == "will" ) then
-- Code here runs when the scene is still off screen (but is about to come on screen)
elseif ( phase == "did" ) then
-- Code here runs when the scene is entirely on screen
end;
end;
_P
NK
NK
NK
_P