in this case there is no need to use "Go To", at the end of the scene the story will automatically switch to the next scene.
Kirill Live
Creator of
Recent community posts
You can see how The main menu is made in the sources of these games:
https://tuesday-street.itch.io/nude-camera
https://tuesday-street.itch.io/rock-paper-scissors
Step 12 of the tutorial describes how to make the main menu the default
https://kirilllive.github.io/tuesday-js/doc_editor.html#quick_tutorial
Hello! The screenshots show that you are using the android version.
If you use HTML export, only an HTML file with links to resources will be created. resources will not be added to html.
If you need html with resources, then try exporting to base64 (but 300 MB is big size)
Android 10 or higher, you will not be able to run html file in the browser on Android due to file access restrictions, try running it from a PC
This feature is already available: https://kirilllive.github.io/tuesday-js/translate/en_tuesday_visual.html
Hello! Thank!
Unfortunately, at the moment there is no function to animate the transition between scenes.
in the screenshot you set the transformation time for identical objects in successive scenes. Perhaps the parameter does not work because of the "s" symbol. seconds are used by default
https://kirilllive.github.io/tuesday-js/doc_editor.html#dialog_art
Here is published the source code for Tuesday JS game with a lot of animations: https://tuesday-street.itch.io/rock-paper-scissors
I added an example with a demonstration of hovering over an object
https://kirilllive.github.io/tuesday-js/example/example_mouse_hover_css.json
I'm sorry! the missing code is a bug in the latest version, at the end of the week I will publish an update that fixes this bug.
or you can use the latest stable version on GitHub right now: https://kirilllive.github.io/tuesday-js/translate/en_tuesday_visual.html
For the hover function you need the :hover CSS event
Example: https://www.w3schools.com/cssref/tryit.php?filename=trycss_sel_hover
Step 1
go to the global css styles section
Strp 2
Come up with a name for the style, be sure to put a dot in front of the name to indicate that this is a style class that can be applied to multiple objects
Add curly braces and write css options inside them.
Create another class with the same name but add :hover after the name. Inside the curly braces, specify which options you want to change on hover.
Strp 3
To apply a CSS class to an object, simply specify the class name in the object's properties in the Class Name section. Multiple classes can be applied to the same object, separated by spaces.
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