How to show native Indicator while loading sprite?

I am trying to load a large sprite which leads to around 1 second lag before the sprite shows up.

Is there anyway to show a native indicator before loading the large sprite? I am currently using display.newSprite method to generate the animation.

Many Thanks [import]uid: 204352 topic_id: 34531 reply_id: 334531[/import]

Try:

native.setActivityIndicator( true )  
  
-- To hide it:  
native.setActivityIndictor( false )  

Hope that helps :slight_smile: [import]uid: 84637 topic_id: 34531 reply_id: 137340[/import]

Try:

native.setActivityIndicator( true )  
  
-- To hide it:  
native.setActivityIndictor( false )  

Hope that helps :slight_smile: [import]uid: 84637 topic_id: 34531 reply_id: 137340[/import]