Hello everyone,
I'd like to taking screenshots in-game and save them into game main folder (as .jpg files for example). Then I'd like to load them from files to Sprite. Is there any option to do this?
I would be very grateful!
Yes, there is! Check the "Taking screenshots" demo:
editor.construct.net
Develop games in your browser. Powerful, performant & highly capable.
Then to load the image to your Sprite, use the Load image from URL event from your Sprite Object and pass CanvasSnapshot in the URI field.
Thank you soooo much! ^^