Save options in link · HTMLify
[Jump back up]Browsers do not let websites automatically play audio until the user interacts with the website by clicking/tapping somewhere. If sound is important, then you should make the user click on the project before starting.
[Jump back up]The mouse x/y blocks will report the accumulative mouse position, which you can use to determine the change in position between frames. If you enable this, you should also disable the maximum mouse x/y limit.
[Jump back up]Some jurisdictions have laws regarding the use of cookies, which you will have to deal if you share the converted project outside of Scratch.
[Jump back up] Scratch doesn't let other websites use its cloud server, but you can host your own using programs like primitive-cloud-server.
[Jump back up]Special cloud variable behaviours are non-standard way for Scratch projects to do things that normally can't be done in Scratch. See a list of the special behaviours for different cloud variable names on the wiki. You can use E羊icques to use the special behaviours in the editor.
[Jump back up]The custom JavaScript will be included in the HTML file so that you can add custom functionality to the project. These are also compatible with E羊icques plugins.
[Jump back up]The .zip file will contain an index.html file and separate files for the project's assets, but this means opening the HTML file directly in the browser won't work. Learn more about the .zip file.