Jump to content

AJAX requests before loading images


hbkmad
 Share

Recommended Posts

Hello,

 

I'm making an AJAX request to a server to know exactly which images I have to load. But the problem is I want first the response to come and then to start loading whatever I need.

 

Is there a way to make that without making the AJAX synchronous itself?

 

Maybe if I make the request and call game.state.start("myscene") when the response have arrived but how would I be able to send the variables I need to this scene without making them global?

Link to comment
Share on other sites

Or you can make the AJAX request in your loading state, put the loading of the images in the success function(which is fed with server's response, that is, the images to load), and make you loading state switch to game state only when the images are loaded.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...