Discuss Scratch

8301coolguy
Scratcher
9 posts

How do you make things fade in and out


I see other people do it, it's so effective! How do you do it?!

I think it has something to do with the

change [color v] effect by (25

code but I'm not entirely sure… Can someone help me?

Last edited by 8301coolguy (Oct. 30, 2017 14:04:23)


forever
say [One day I'll be famous and it'll be a privilege to do my stuff for me.]
wait until <(8301coolguy) = [famous]>
say [See? What did I tell you?]
every [3] seconds...
change [followers v] by [1]
Despicable_Dad
Scratcher
500+ posts

How do you make things fade in and out

set [ghost v] effect to (a number)




I'm a Scratch Wiki contributor, and always keen to know which bits of the wiki are unclear. If I can, I'll try to improve things; otherwise, I'll make sure it's brought to the attention of someone who actually knows what they're talking about.
if <not <touching color [#3d4fe4] ?>> then
return true anyway cos computers are vague, innit
change [scratchFoibles v] by (1)
end
if <[a] = [A]> then
think [What???]
change [scratchFoibles v] by (1)
end



8301coolguy
Scratcher
9 posts

How do you make things fade in and out

@Despicable_Dad Thanks for replying but I still don't know what ‘kind’ of number to put in, 40 or 50? I don't know. Could you please also tell me how to use it amongst all the other code? I know I'm asking for a lot but I hope you can help me with my project.

forever
say [One day I'll be famous and it'll be a privilege to do my stuff for me.]
wait until <(8301coolguy) = [famous]>
say [See? What did I tell you?]
every [3] seconds...
change [followers v] by [1]
Rotomotor
Scratcher
100+ posts

How do you make things fade in and out

If you want to make something fade in:
set [ghost v] effect to (100)
repeat (10)
change [ghost v] effect by (-10)
end

If you want to make something fade out:
set [ghost v] effect to (0)
repeat (10)
change [ghost v] effect by (10)
end

Hope this helps


max_vandoorn2
New to Scratch
1 post

How do you make things fade in and out

if you want to make all sprites / drawings with pen fade out or in make a black sprite covering the screen and change the ghost effect

change [ Ghost v] effect by (number you like)

Last edited by max_vandoorn2 (Oct. 30, 2017 15:47:46)

8301coolguy
Scratcher
9 posts

How do you make things fade in and out

Thank you!

forever
say [One day I'll be famous and it'll be a privilege to do my stuff for me.]
wait until <(8301coolguy) = [famous]>
say [See? What did I tell you?]
every [3] seconds...
change [followers v] by [1]
ProHacker2121
Scratcher
1 post

How do you make things fade in and out

Powered by DjangoBB