Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Change the color of a Clone
- ChrisSTP
-
4 posts
Change the color of a Clone
Hi!
How can I change the color of a clone object to RGB black (I don't like to work with “the set color effect to xxx” which works modulo based).
How can I change the color of a clone object to RGB black (I don't like to work with “the set color effect to xxx” which works modulo based).
- kritav
-
100+ posts
Change the color of a Clone
Make two costumes for the original sprite. Recolor the second one the color you want. Then run this: |When I start as a clone| {switch costume to costume two}
Scratch blocks aren't working for me.
Scratch blocks aren't working for me.

- RokCoder
-
1000+ posts
Change the color of a Clone
How can I change the color of a clone object to RGB black (I don't like to work with “the set color effect to xxx” which works modulo based).
(Unless that's what you meant by “the set color effect to xxx”).
- ChrisSTP
-
4 posts
Change the color of a Clone
Thanks kritav! Your solution does the correct thing. Thank you!
However the idea which I have in mind doesn't work so out.
I make a clone from a figure which is a red square than I create clones. The read square which moves around release clones of them and in the case there is a collision between the original red square and a blue clone a certain action should start. Thus I use a if statement with the condition "colore red is touching blue? then do the action.
But in my case the if condition works immediately.
However the idea which I have in mind doesn't work so out.
I make a clone from a figure which is a red square than I create clones. The read square which moves around release clones of them and in the case there is a collision between the original red square and a blue clone a certain action should start. Thus I use a if statement with the condition "colore red is touching blue? then do the action.
But in my case the if condition works immediately.
- kritav
-
100+ posts
Change the color of a Clone
Use the |wait 1 second block|. It waits one second, then the blue is “bad”.
- DudeMan____
-
1 post
Change the color of a Clone
This was very helpful for my game! thanks you so much!
- kiwilover2736
-
1000+ posts
Change the color of a Clone
Hello and welcome to the forums. This was very helpful for my game! thanks you so much!
Please don't necropost. Necroposting is when you make a new post on a topic that hasn't been active for over around a month.
- Discussion Forums
- » Help with Scripts
-
» Change the color of a Clone