Hi All,
How can I add a fullscreen splash screen in my app. Currently I am doing this with the following code. But I am not sure about the way I do.
splashscreen = display.newImage( “images/default.png” );
local function removeSplash(event)
splashscreen:removeSelf()
splashscreen = nil
end
timer.performWithDelay(2000,removeSplash)
Using this code image is not cvering the whole screen. I appears only a portion of the screen only.
Is there any other way to display splash screen.
Please suggest… [import]uid: 154400 topic_id: 35185 reply_id: 335185[/import]
