Hello! Yes!
Hello!
2. Saving to a folder is currently possible in the Desktop and Android versions, but not in the browser version.
1. There is a DE language, but it is named as "German". I was also confused by this name, but it is present in many lists of languages that I have seen. "Dutch" is listed as "NL Nederlands"
I don't know why this classification, if there is a mistake then I need help understanding this problem in order to fix it.
"Create APK file on an android device, without using PC"
There are online services for converting a zip archive html to apk, but I can’t recommend a specific service. there are difficulties with the publication of such games in GooglePlay
"how to make smooth transitions of character sprites?"
Yes, in the sprite settings there is an "animation" section, in which you can set the "time transform" and for the specified time there will be a smooth animation of changes between the same sprite objects. You can do this using "Opacity" option and two sprites.
"only one folder is needed, in which all the resources are located? Can't split into folders?"
There can be any hierarchy of files in the working folder, but the editor will display all files without folders, I understand that this creates difficulties, but this problem will be fixed in the future.
I checked it is opening, You will also need the "pode_html_img.zip" file,
I've added it here: https://www.patreon.com/posts/42550486
I posted the plugins in a post with code "plugins_HTML.zip" and "plugins_Paster.zip"
https://www.patreon.com/posts/42550486
you need to unpack the archive, and move the folders with plugins to the directory: Construct 2/exporters/html5/plugins
then start the editor and open the project
Yes!
the source code for Construct 2 is on my Patreon page
https://www.patreon.com/posts/42550813
Thanks!
There are some interesting things on lvlllvl.com that I didn't think of. i also wanted to add animation capabilities.
Choosing and adding a font, I want to add in the next update,
but with geometric shapes, I still don’t know how best to do it, using different symbols, or only one selected one.
Wow! told about your games on the eastern european Game Developers portal.
https://gcup.ru/news/obnovlenie_konstruktora_igr_tuesdayjs_r4/2022-03-21-11593
I forgot to say that sprites can be used on buttons.
what you described i think it will help you
https://www.w3schools.com/cssref/pr_background-position.asp
and
https://www.w3schools.com/cssref/css3_pr_background-size.asp
Probably the best way is to manually reset all variables to their initial state (specify the value that should be initially) when clicking on the select button with the "Start block" option.
An easier way is to use a JavaScript command to reload the page. but in this option you need to disable the autosave function and it probably won't work in preview
document.location.reload();
another option will work, if you don't allow the user to save progress on their own, then you can "Save stage" at start and use the "Load stage" function at the restart location
Sorry, I made a error, forgot to add the hide map feature.
I think you need something like this?
I fixed the issue, but the updated version is only available online on github: https://kirilllive.github.io/tuesday-js/tuesday_visual.html
In a few days I will make a release for other platforms, forgive me for this inconvenience )
Hey! Thanks!
I'll try to make the screen orientation for android. but this will need to be tested.
This problem can be solved by splitting the screen if your device supports this feature.
"Also having a condition for a dialog to appear only if certain variable is toggled would be nice."
If I understand you correctly, then perhaps you need "Legacy choice" function. using it, you can set the condition for determining the next block, depending on the value in the variable
you can download the alpha version here (free) https://www.patreon.com/posts/new-app-ascii-63054394