Discuss Scratch

Kotobus1
Scratcher
25 posts

Select tool

I need to make so that in my game Buildable v0.2 the select tool (basically when you press e and put the select tool in the blocks and press j then the blocks that were in the select tool would duplicate. So basically what I want is so that the blocks not just duplicate but when you drag them they drag all together.
Theo_1er
Scratcher
500+ posts

Select tool

You mean the sprite and the clone or all the clones ?

Quand le risque est ridicule, la récompense est ridicule.
Kotobus1
Scratcher
25 posts

Select tool

Theo_1er wrote:

You mean the sprite and the clone or all the clones ?

All the clones
Kotobus1
Scratcher
25 posts

Select tool

Theo_1er wrote:

You mean the sprite and the clone or all the clones ?


I mean so that it would drag all the clones inside the selection tool
Theo_1er
Scratcher
500+ posts

Select tool

You can use your select tool. In Sprite2 :
when I start as a clone
forever
if <touching [Sprite3 v] ?> then
go to [Sprite3 v]
end
end

Quand le risque est ridicule, la récompense est ridicule.
Kotobus1
Scratcher
25 posts

Select tool

Theo_1er wrote:

You can use your select tool. In Sprite2 :
when I start as a clone
forever
if <touching [Sprite3 v] ?> then
go to [Sprite3 v]
end
end

It’s not really what I mean, I mean so that like there is two blocks. One is on bottom of another, you put the select tool so that it’s in the blocks you press j and then they duplicate, when you move one of them then the top one moves too and it stays on top
Kotobus1
Scratcher
25 posts

Select tool

when [j v] key pressed
And is in select tool
create clone of [block v]
if <moved> then
Make the top block move too
end

Last edited by Kotobus1 (April 18, 2021 14:28:01)

Powered by DjangoBB