This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-03-16 14:07:15

legolover
Scratcher
Registered: 2008-03-11
Posts: 23

Color Effects

Hello! I'm trying to make something that changes colors as the variable slider is slid. But it won't change colors! This is my current program:
[blocks]<when green flag clicked>
<set[ color ]effect to( 0 )>
<forever>
<set[ color ]effect to( <{ Color }> )>
<end>[/blocks]
But it doesn't work! Suggestions?


Escape the Room 1! http://scratch.mit.edu/projects/legolover/291256

Offline

 

#2 2008-03-16 14:30:56

Zelda123
Scratcher
Registered: 2007-11-21
Posts: 1000+

Re: Color Effects

Look at this.

http://scratch.mit.edu/projects/Link_Master/121385

Offline

 

#3 2008-03-16 15:35:02

legolover
Scratcher
Registered: 2008-03-11
Posts: 23

Re: Color Effects

Thank you, Zelda123. I realized that the problem is that my sprite is jet black. So it barely changed colors. To solve this, I changed the sprite's color to green. Thank you for showing me that there was not an error in the programming.


Escape the Room 1! http://scratch.mit.edu/projects/legolover/291256

Offline

 

Board footer