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

#1 2009-08-22 11:45:54

logan123
Scratcher
Registered: 2009-08-10
Posts: 9

need help on fading

ok so im making a game where if a sprite gets shot to much he falla down and fades away how do i make him fade away

Last edited by logan123 (2009-08-22 11:46:33)

Offline

 

#2 2009-08-22 18:57:56

Larry828
Scratcher
Registered: 2007-05-30
Posts: 100+

Re: need help on fading

Use the "ghost" effect. When the ghost effect is 0, the sprite is visible. When the ghost effect is 100 it is invisible. Under "Looks" find "change [color] effect by [ ]". You can click the down arrow next to "color" to choose "ghost" as the effect.  In one project I wanted a slow fade so I used "Repeat (50)" then "change [ghost] effect by (2)" then "Wait (0.1) seconds".  And I put "Set [ghost] effect to (0)" at the beginning of the project to make sure the sprite would always start out fully visible.  (I tried the Scratch Blocks below for the first time, but I'll have to practice using them....) Good luck!

Offline

 

#3 2009-08-26 16:43:38

logan123
Scratcher
Registered: 2009-08-10
Posts: 9

Re: need help on fading

thx!

Offline

 

Board footer