Please help me fix what’s going on with my project because when ever you type a key and then type the correct code, it doesn’t do anything.
Your bug is interesting, it cannot be reproduced elsewhere but can only be reproduced within the project. It looks like the script just stops.
I actually experienced something similar today, hope it will get fixed
Yeah same, this has happened for me since late august.
I figured out what is wrong. You edited the definition of the primitive if block and removed the definition. Because the definition is empty, the block will do nothing.
This is what the definition of your IF primitive is:
And this is what it should be:
You can restore the original definition by right clicking on the block in the palette and selecting “delete block definition”:
Can you share an example (or check if it is the same mistake)?
to the OP: maybe change the title - the project is not broken because of an update.
I was working with a Dog API Block i made
for each ((item))in (item (2) of ([menus V] of block (([image V] of dog [Dachshund V]::sensing)@addInput))) {
switch costume to (join input list: (list (([image V] of dog [Dachshund V]::sensing)@addInput) [image] (item) @delInput@addInput))
}:: list
And after the first costume, the loop simply stopped.
we definitely need a project link because there are custom blocks.
Oh, thanks @mark4sisb!
I thought that was the reason why, I’ll change the title and set it as solved



