Construct will become even more powerful!
Start page: update social media links
Is it possible to remove the black background of the X icon, its color is a bit too eye-catching
Signals will allow you to make your own event triggers. You can simply understand it as: let someone do something when they receive a message. It provides you with another way to organize your code. When receiving a signal, you don't need to pick them first. You just tell them to run action when they get a message.
For example, when the enemy's health is less than or equal to 0, let the enemy send a "dead" signal.Then write in another place that when the enemy receives the "dead" signal, run the action, function or object action.
Moreover, the signal is composed of strings, which is very flexible. You can do more with it
Welcome back! Thanks for the update!
In the error message, can you add a hyperlink to help users jump to the last older version that can be open project?
Thank you, Construct!
Thank you so much for your work! I've found that currently can only lock/visible the entire layer, but not for individual instances. I think supporting this will help better use it: github.com/Scirra/Construct-feature-requests/issues/226
Does Autocomplete work for project files as well? I'm not sure if this is an oversight or if it's not supported yet. I imported the Fonts file and then set the font face in the Text object. Currently, it does not trigger the Autocomplete.
Does Autocomplete work for project files as well? I'm not sure if this is an oversight or if it's not supported yet.
For example, I imported the Fonts file and then set the font face in the Text object. Currently, it does not trigger the Autocomplete.
You can post to github.com/Scirra/Construct-feature-requests/issues
Thank you very much for adding the group event variable dropdown by scope! Could you also differentiate the parameters of the function from the sub-event block? Currently, they are merged together, which I think could be very helpful to distinguish, especially when there are more local variables and parameters.
I make example in Construct 3
cdn.discordapp.com/attachments/225550155531812865/1229335084407066654/load-csv-from-googlesheet.c3p
[img=https://construct-static.com/images/v1215/uploads/articleuploadobject/0/images/114951/snipaste2024-04-1515-36-53.png]
I'm expecting that Text objects can be turned directly into SVG text without having to manually convert them using AsHTML expression to HTML <span> elements. Currently, if there are multiple Text objects, converting them will be very painful.That way we'll have all the Tetx advanced Typography, svg animations, css style we want.
lots of surprises! Great update!
StringSub is an absolute game-changing update! No more using & to concatenate strings!
Before:
"Bye string" & var1 & "string" & var2 & "something" & var3 & "string"
After:
StringSub("string {0} and {1} and {2} string", var1, var2, var3)
:
StringSub("Hello, {0}! Welcome to {1}", Variable1, Variable2)
Will the Exported .hex file be provided next?
makecode.microbit.org/device/usb
Member since 26 Mar, 2016