Hi! Just tried the canvas object for the first time to make a screenshot of a form object but this does not work (like snapshot from the system actions).
Is it a bug/oversitght that you can use form objects like Text Input in the "Paste Object" action?
I think when an action takes an object as a parameter it's not picky what kind of object.
Form objects actually float above the game canvas so they don't draw. I think the only workaround for that is to somehow draw the form controls on the canvas. You can do that by setting css opacity to 0 and doing the drawing by other means. However, there seems to be quite a bit of nuance to draw the same.
Here's a test of hiding the inputbox form and displaying it by other means. Needs work when more text is displayed, but it may give ideas.
uc56bf30a8589bbea5cfabb4149c.dl.dropboxusercontent.com/cd/0/get/Ch9HU1S60hEZp2kLdWZlRqp1qUDwNwtmpfg6RPLHpkN7keiHzNpYaqi5QS-mddMNP3rmcuvr7dPCeGhimzQaDS924mxcCAF3L85L3OYz5NwBp5FESaL4zAVvOHKl4qeKZrqeSF_vPo46Zd0ql1GmIwwu/file
A simple solution would be to limit the number of characters?
Develop games in your browser. Powerful, performant & highly capable.
Thanks!
I found another workaround and instead of an image I just share text now. But I may need it in the future and will take a look at it. :)