How to post your game with iframe.
here ;;
I'm not exactly sure what you mean? If you want to post it in an iframe on another website, like below (gonna use marble quest for an example)
:embed https://microstudio.io/HomineLudens/marblequest/
It's pretty simple, just have the html code
<iframe src = "https://microstudio.io/HomineLudens/marblequest/">
and there are some more parameters you can tweak, but that should work for most cases
However, I'm pretty sure you're talking about embedding an iframe inside a microstudio applet...
I'm not completely sure about that (getting positions right and all that), but
system.javascript("""
...
""")
will definitely be useful. I also recommend looking up "javascript DOM".
Here on the forum? It is explained here:
https://microstudio.dev/community/tips/embed-a-microstudio-app-in-your-forum-post-or-reply/71/
The Syntax is :embed gameURL
ohh that's what they meant that makes so much more sense xD
No idea. Looks like we posted at the same time trying to guess what the question is without knowing the details 😅