Discuss Scratch

31cam3b
Scratcher
65 posts

Changing clones?

It would be awesome if you could change a clones costume whilst it is still down to make for cool effects in games!

when green flag clicked
forever
change [ Scratch Love] by (∞)
end


I recently got 100 follower. Click here to go to my contest!


Wolf_Link21
Scratcher
100+ posts

Changing clones?

what do you mean by that

This is dave
:D :: hat :: motion
He protects my from evil kumquats.
Please follow me if you find my response helpful and give me any ideas for my game https://scratch.mit.edu/projects/992371983/
medians
Scratcher
1000+ posts

Changing clones?

Can you elaborate? If you use the switch costume to () block under a when I start as a clone block it will change the costume of the clone.

:D: 2.0 is 11 years old https://scratch.mit.edu/projects/1018259409/
Medians bamboozled by 3.0 (version 3.0): https://scratch.mit.edu/projects/979822351/
hi875230163394: You're similar to valve in that you both hate a certain number…
Scratch 0.x, 1.x, 2.x, 3.x and LogoBlocks Archives
Bamboozlement: https://scratch.mit.edu/studios/33739789
Years on internet: 15 (soon 16)
medians: Oh god not this utc - 12 thing again..
Fun_Cupcake_i81: What, were you expecting not to see the utc - 12 thing again? THE UTC - 12 THIGN ALWAYS RETURNS. ALWAYS.
medians: I knew it would happen. I was the one who started it last year.
Fun_Cupcake_i81: Well then if you didn't want it back maybe you need to time travel to last year and fix that

Oh wait if you could time travel I think we all know exactly when you would go-
user1: That picture is from 2.0. Now he’s at my house and is my pet.
user2: But this is medians we're talking about, so “from 2.0” can mean the same thing as “from five seconds ago”.

Detect Scratch version here
My other accounts: @selfexplanatory @modesties @chaircard @fireflyhero @dividendyield @colloids @radians @skeuamorphism @dihectogon @anglebisector @aau- @EditBlockColors @AdamantOrb @MoongeistBeam @festively @Ampharos_ @straightforwardness
i trolled redcat LOL





if you see this
{what method did you use::control hat
answer on profile ::motion
} ::operators
;
31cam3b
Scratcher
65 posts

Changing clones?

medians wrote:

Can you elaborate? If you use the switch costume to () block under a when I start as a clone block it will change the costume of the clone.

i guess i mean if the clone is already placed you can change the costume for that clone so that is what i mean.

when green flag clicked
forever
change [ Scratch Love] by (∞)
end


I recently got 100 follower. Click here to go to my contest!


medians
Scratcher
1000+ posts

Changing clones?

31cam3b wrote:

medians wrote:

Can you elaborate? If you use the switch costume to () block under a when I start as a clone block it will change the costume of the clone.

i guess i mean if the clone is already placed you can change the costume for that clone so that is what i mean.
What do you mean by “already placed”? You can already change the costume of clones. If you want a specific clone, you could use some form of clone id or local variables.

:D: 2.0 is 11 years old https://scratch.mit.edu/projects/1018259409/
Medians bamboozled by 3.0 (version 3.0): https://scratch.mit.edu/projects/979822351/
hi875230163394: You're similar to valve in that you both hate a certain number…
Scratch 0.x, 1.x, 2.x, 3.x and LogoBlocks Archives
Bamboozlement: https://scratch.mit.edu/studios/33739789
Years on internet: 15 (soon 16)
medians: Oh god not this utc - 12 thing again..
Fun_Cupcake_i81: What, were you expecting not to see the utc - 12 thing again? THE UTC - 12 THIGN ALWAYS RETURNS. ALWAYS.
medians: I knew it would happen. I was the one who started it last year.
Fun_Cupcake_i81: Well then if you didn't want it back maybe you need to time travel to last year and fix that

Oh wait if you could time travel I think we all know exactly when you would go-
user1: That picture is from 2.0. Now he’s at my house and is my pet.
user2: But this is medians we're talking about, so “from 2.0” can mean the same thing as “from five seconds ago”.

Detect Scratch version here
My other accounts: @selfexplanatory @modesties @chaircard @fireflyhero @dividendyield @colloids @radians @skeuamorphism @dihectogon @anglebisector @aau- @EditBlockColors @AdamantOrb @MoongeistBeam @festively @Ampharos_ @straightforwardness
i trolled redcat LOL





if you see this
{what method did you use::control hat
answer on profile ::motion
} ::operators
;
31cam3b
Scratcher
65 posts

Changing clones?

medians wrote:

31cam3b wrote:

medians wrote:

Can you elaborate? If you use the switch costume to () block under a when I start as a clone block it will change the costume of the clone.

i guess i mean if the clone is already placed you can change the costume for that clone so that is what i mean.
What do you mean by “already placed”? You can already change the costume of clones. If you want a specific clone, you could use some form of clone id or local variables.

By already placed i mean by when there is a clone down so if you still don’t understand ill make a game telling you about what i mean.

when green flag clicked
forever
change [ Scratch Love] by (∞)
end


I recently got 100 follower. Click here to go to my contest!


p-p-p-p-p-p-p-p-p-p-
Scratcher
1000+ posts

Changing clones?

Until this suggestion is implemented (if it is), here's a workaround:

when I start as a clone
set [clone? v] to [True] //Make sure this variable is set for "this sprite only", and the normal sprite has this value set to false.


when I receive [change costumes v]
if <(clone?) = [True]> then
next costume

New!
medians
Scratcher
1000+ posts

Changing clones?

31cam3b wrote:

medians wrote:

31cam3b wrote:

medians wrote:

Can you elaborate? If you use the switch costume to () block under a when I start as a clone block it will change the costume of the clone.

i guess i mean if the clone is already placed you can change the costume for that clone so that is what i mean.
What do you mean by “already placed”? You can already change the costume of clones. If you want a specific clone, you could use some form of clone id or local variables.

By already placed i mean by when there is a clone down so if you still don’t understand ill make a game telling you about what i mean.
Can you state what you are referring to if nothing above was what you wanted, or show something explaining it?

:D: 2.0 is 11 years old https://scratch.mit.edu/projects/1018259409/
Medians bamboozled by 3.0 (version 3.0): https://scratch.mit.edu/projects/979822351/
hi875230163394: You're similar to valve in that you both hate a certain number…
Scratch 0.x, 1.x, 2.x, 3.x and LogoBlocks Archives
Bamboozlement: https://scratch.mit.edu/studios/33739789
Years on internet: 15 (soon 16)
medians: Oh god not this utc - 12 thing again..
Fun_Cupcake_i81: What, were you expecting not to see the utc - 12 thing again? THE UTC - 12 THIGN ALWAYS RETURNS. ALWAYS.
medians: I knew it would happen. I was the one who started it last year.
Fun_Cupcake_i81: Well then if you didn't want it back maybe you need to time travel to last year and fix that

Oh wait if you could time travel I think we all know exactly when you would go-
user1: That picture is from 2.0. Now he’s at my house and is my pet.
user2: But this is medians we're talking about, so “from 2.0” can mean the same thing as “from five seconds ago”.

Detect Scratch version here
My other accounts: @selfexplanatory @modesties @chaircard @fireflyhero @dividendyield @colloids @radians @skeuamorphism @dihectogon @anglebisector @aau- @EditBlockColors @AdamantOrb @MoongeistBeam @festively @Ampharos_ @straightforwardness
i trolled redcat LOL





if you see this
{what method did you use::control hat
answer on profile ::motion
} ::operators
;
Elijah999999
Scratcher
1000+ posts

Changing clones?

Are you mistaking clones for the
stamp
block? Clones can still run code after they've been created. But a stamp is just graphics, and it will stay there until it's covered up or the screen refreshed.

No longer using the forums unless necessary.

Really, stop with the “support/no support” thing. I don't care if you give a reason. If you have a reason you don't need to add this to your post in the first place. Stop acting like your opinion makes a difference. It doesn't. Opinions were never the point. The point is whether or not it's a good suggestion. If you can give a good reason at why this is a good idea or point out a flaw, do it, but don't take sides.
This is not sarcasm.
31cam3b
Scratcher
65 posts

Changing clones?

p-p-p-p-p-p-p-p-p-p- wrote:

Until this suggestion is implemented (if it is), here's a workaround:

when I start as a clone
set [clone? v] to [True] //Make sure this variable is set for "this sprite only", and the normal sprite has this value set to false.


when I receive [change costumes v]
if <(clone?) = [True]> then
next costume[/quote]
[quote=p-p-p-p-p-p-p-p-p-p-]Until this suggestion is implemented (if it is), here's a workaround:

[scratchblocks]
when I start as a clone
set [clone? v] to [True] //Make sure this variable is set for "this sprite only", and the normal sprite has this value set to false.


when I receive [change costumes v]
if <(clone?) = [True]> then
next costume[/quote]

Ty for telling me this I tested it out and it works!!!

when green flag clicked
forever
change [ Scratch Love] by (∞)
end


I recently got 100 follower. Click here to go to my contest!


medians
Scratcher
1000+ posts

Changing clones?

31cam3b wrote:

Ty for telling me this I tested it out and it works!!!

I literally said “local variables”, that's what I said..

:D: 2.0 is 11 years old https://scratch.mit.edu/projects/1018259409/
Medians bamboozled by 3.0 (version 3.0): https://scratch.mit.edu/projects/979822351/
hi875230163394: You're similar to valve in that you both hate a certain number…
Scratch 0.x, 1.x, 2.x, 3.x and LogoBlocks Archives
Bamboozlement: https://scratch.mit.edu/studios/33739789
Years on internet: 15 (soon 16)
medians: Oh god not this utc - 12 thing again..
Fun_Cupcake_i81: What, were you expecting not to see the utc - 12 thing again? THE UTC - 12 THIGN ALWAYS RETURNS. ALWAYS.
medians: I knew it would happen. I was the one who started it last year.
Fun_Cupcake_i81: Well then if you didn't want it back maybe you need to time travel to last year and fix that

Oh wait if you could time travel I think we all know exactly when you would go-
user1: That picture is from 2.0. Now he’s at my house and is my pet.
user2: But this is medians we're talking about, so “from 2.0” can mean the same thing as “from five seconds ago”.

Detect Scratch version here
My other accounts: @selfexplanatory @modesties @chaircard @fireflyhero @dividendyield @colloids @radians @skeuamorphism @dihectogon @anglebisector @aau- @EditBlockColors @AdamantOrb @MoongeistBeam @festively @Ampharos_ @straightforwardness
i trolled redcat LOL





if you see this
{what method did you use::control hat
answer on profile ::motion
} ::operators
;

Powered by DjangoBB