Hey,
I need help in which my game is loaded through url such as index.html?id=1&img=img.png&level=easy
so, I need to load img.png from that directory into game and show in output. How can I achieve this ?
Develop games in your browser. Powerful, performant & highly capable.
Loading the image should be straightforward - using the Sprite>Load image from URL action.
Retrieving the image for output might be harder - you might want to look at the Paster plugin: