Jump to content

Recommended Posts

Posted

I am looking to make a simple loading screen with background image for my project .

 

Would you please help me. where to start? which file needs to be modified? I couldn't find any reference...

 

Thank you...

Posted

Hello everyone...

 

No one willing to help...? Or you guys just help the people you already know. I am new here. At least say something that next time I don't post any topic. my question maybe looks stupid, but here is only place I can ask my question.

Posted

In, main.lua after the world is created and before the map is loaded draw your background image to screen.

 

-- world creation here

 

context:DrawImage(loadingImg, 0, 0)

context:Sync(false)

 

-- map loading here

 

 

I think that's the basic idea behind it.

  • Upvote 1
Posted

Thanks you very much Rick ... I did not know about Main.lua. In other topic people talked about App.lua I have never found it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...