That’s not entirely true. When you broadcast a message, all clones would respond to that message.
Group Details Private
Global Moderators
Forum wide moderators
Member List
-
RE: Important - code being run as if there multiple copies of the sprites
-
RE: Important - code being run as if there multiple copies of the sprites
Thanks for the link. This is a fairly large project, and it is hard to say if the issue is in the system or in your code.
As you should already know, when you make a clone, its script is copied, so that’s expected. Are you seeing more than 2 clones when it should only generate 2 clones? For example, if you add a “print” block whenever a new clone is created, do you see many such print logs or just 2?
-
RE: Important - code being run as if there multiple copies of the sprites
Can you share the project URL?
And to clarify, is this the bug: When a new clone is created, more than 1 clone is created?
-
RE: Important - code being run as if there multiple copies of the sprites
Can you please try to confirm the issue? You can add some “print to console” blocks to confirm if there are indeed many copies of the sprites that are running.
If that’s confirmed, can you share the project link and a method to reproduce the issue? We will fix that ASAP.
-
RE: are comments supposed to look like this
We made some improvements in organizing the comments and alternating background colors.
-
RE: Japanese
Thank you for the suggestion. We will be adding a few new languages over the next few months. We will consider Japanese as one of the candidates.
-
RE: Serious Duplication bug -- Feedback
The broadcast block should be working fine. You can try this simple test:
play.creaticode.com/projects/68b650671f1f6c01bf5cf461?version=1
When the green flag is clicked, it will broadcast the message. And when it is received, the variable will increase by 1. If there is an issue like what you described, you should see the variable increase by more than 1 each time, right?
To find out the real issue, I suggest you simplify your program to bear minimum, and also try to debug it using the “print” block in the “control” group. -
RE: Costume editor request -- feedback
Have you tried to hold down the SHIFT key and select multiple items?