Copy Multiple Blocks

My students and I have made a game in Sprite Lab. We want to copy/paste or duplicate multiple segments of code blocks, however we cannot draw a selection box around the code. When we right click and choose either copy/paste or duplicate, it only copies the block we are directly on and not the whole stack. Is there a way to do this that I am missing?

I do not see a way to do that. I tried SHIFT-CLICK, CTRL-CLICK, and dragging over multiple blocks. None of those things worked.

John

Hello @CreatingCoders

If you have the blocks lined up on the code editor attach them together and drag it so that the progam knows thats the last block stack you touched then ctrl + c and ctrl + v should give you a copy of those blocks. Its been a while since ive done anything with spritelab so hopefully this still works