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!
Develop games in your browser. Powerful, performant & highly capable.
Yes, there is! Check the "Taking screenshots" demo:
editor.construct.net
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! ^^