This is because of how picking/events work : construct.net/en/make-games/manuals/construct-3/project-primitives/events/how-events-work
You do not have a single instance of "Text" picked, so, the action applies to all existing "Text" instances.
To do what you want to achieve, you need to add a condition to your "Mouse, On left button clicked on Sprite" event and pick the associated "Text" instance.
This can be done using containers, or adding a instance variable to the "Text" object type, holding the UID for its associated Sprite for example.
Saving : construct.net/en/make-games/manuals/construct-3/overview/saving-projects
Sharing : construct.net/en/make-games/manuals/construct-3/overview/sharing-projects
You are likely using the free edition and did go beyond one of its limitations.
The number of events is one, having three layers in a layout is another, and so on.
You can find the complete list of limitations in this chart : construct.net/en/make-games/buy-construct-3/personal-plans
Construct 3 is fine, it is just behaving as it is supposed to.
Also, comments of a release are not the best place where to post such a message.
If you run in to a bug or issue in Construct 3, please post it to the GitHub issue tracker here:
https://github.com/Scirra/Construct-3-bugs
You must follow the bug report guidelines or your issue will be closed without investigation.
In the Construct 3 Start page when you execute R262.
If you have suggestions for new features or improvements in Construct 3, we have a feature suggestion platform here which lets everyone vote on their favourite ideas. You can find out more in this forum thread about posting suggestions.
Your must follow the suggestion guidelines or your suggestion may be declined.
github.com/Scirra/Construct-3-bugs
As indicated :
Following the retirement of Construct 2, support for the legacy C2 runtime has now been removed from Construct 3. You can still import Construct 2 projects (.capx files), providing they are compatible with the C3 runtime.
It is likely that you are using projects which are still running C2 runtime.
Are you referring to a specific template ? If you do, please mention which one it is.
Otherwise, Containers - construct.net/en/make-games/manuals/construct-3/project-primitives/objects/containers - can be an answer to your question.
Else, it might be picked, thanks to something like an instance variable.
Member since 18 Aug, 2010
The official blog for all things Construct and Scirra run by our employees!