So with the new release of Snap! came a new c-block in it called do in parallel
Anyway this could be implemented in GP?
Do in Parallel Block?
Moderator: MSandro
Re: Do in Parallel Block?
???came a new c-block in it called do in parallel
I can't see one
What does it do?
Re: Do in Parallel Block?
Technically, it's not a new block. Jens merely added the functionality of having blocks look like https://u.cubeupload.com/bharvey/4223.png (Source: https://scratch.mit.edu/discuss/topic/4 ... st-3151745, scroll down a bit). I think he means the black arrows, specifically.
As for the actual block itself, it executes multiple scripts concurrently. However, it's always been possible to make a block that does that. All you need is the "launch"-Block and a bit of fiddling around with custom blocks in Snap.
GP does not currently support C-shaped custom blocks, as far as I know. Because of this, you currently can't implement this feature in GP. As for future developments, maybe John could give some insight :)
As for the actual block itself, it executes multiple scripts concurrently. However, it's always been possible to make a block that does that. All you need is the "launch"-Block and a bit of fiddling around with custom blocks in Snap.
GP does not currently support C-shaped custom blocks, as far as I know. Because of this, you currently can't implement this feature in GP. As for future developments, maybe John could give some insight :)
Re: Do in Parallel Block?
https://gpblocks.org/forum/viewtopic.php?f=23&t=446
yes gp doesn't support custom c-block atm, but you can create them by yourself with some manual work. Under Advanced > Tips > How to create C-Blocks (build a launchFor block) you can find my tutorial. It is posible to build a launch c-block, so I think it should be posible to create a block to run scripts parallel.
yes gp doesn't support custom c-block atm, but you can create them by yourself with some manual work. Under Advanced > Tips > How to create C-Blocks (build a launchFor block) you can find my tutorial. It is posible to build a launch c-block, so I think it should be posible to create a block to run scripts parallel.