Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Pen Color Effect and Sprite Color Effect
- Algid-Games
-
Scratcher
11 posts
Pen Color Effect and Sprite Color Effect
Hello all!
In my project, I have a sprite that needs to match a pen backdrop behind it. To do this, I attempted to set a variable called color, and have a red sprite set it's color effect to the color variable. Similarly, I had the pen set its color to the variable. However, the pen color effect does not always match the sprite. Is there a fix to this problem?
Thanks!
In my project, I have a sprite that needs to match a pen backdrop behind it. To do this, I attempted to set a variable called color, and have a red sprite set it's color effect to the color variable. Similarly, I had the pen set its color to the variable. However, the pen color effect does not always match the sprite. Is there a fix to this problem?
Thanks!
- bcs320jn
-
Scratcher
100+ posts
Pen Color Effect and Sprite Color Effect
Could you post a turbowarp link?
- helloworldbyeworld
-
Scratcher
1000+ posts
Pen Color Effect and Sprite Color Effect
This is because the sprite has color itself. You will need to make an offset that compensates for the extra color added by the color in the sprite's costume.
- Algid-Games
-
Scratcher
11 posts
Pen Color Effect and Sprite Color Effect
bcs320jn:
Heres a link: https://scratch.mit.edu/projects/627897583/editor/
hellowworldbyeworld:
What should I add to compensate for the sprite color, the color currently 0 with 80 saturation and 95 brightness
Thank you both!
Heres a link: https://scratch.mit.edu/projects/627897583/editor/
hellowworldbyeworld:
What should I add to compensate for the sprite color, the color currently 0 with 80 saturation and 95 brightness
Thank you both!
- Discussion Forums
- » Help with Scripts
-
» Pen Color Effect and Sprite Color Effect