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

#1 2012-02-09 21:49:41

MathMaster101
Scratcher
Registered: 2011-10-29
Posts: 100+

how do you make a sprite fade in

i was wondering how you make an sprite fade in


https://sphotos.xx.fbcdn.net/hphotos-snc6/c39.0.403.403/p403x403/196165_191956434263692_1014187386_n.jpg

Offline

 

#2 2012-02-09 21:54:34

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: how do you make a sprite fade in

when clicked
repeat
25
change
ghost
effect by
-4

Adjust the numbers for a faster or slower fade effect.


http://trinary.tk/images/signature_.php

Offline

 

#3 2012-02-09 21:57:51

Targethero
Scratcher
Registered: 2008-09-08
Posts: 1000+

Re: how do you make a sprite fade in

when clicked
set
ghost
effect to
100
repeat
50
change
ghost
effect by
-2

EDIT: oh look, my 1000th post.

Last edited by Targethero (2012-02-09 22:02:00)


http://img97.imageshack.us/img97/3981/targethero2.png http://ls.gd/bo

Offline

 

#4 2012-02-09 22:01:46

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: how do you make a sprite fade in

trinary wrote:

when clicked
repeat
25
change
ghost
effect by
-4

Adjust the numbers for a faster or slower fade effect.

Sorry, I forgot to hide it first, it should be like this:

when clicked
set
ghost
effect to
100
repeat
25
change
ghost
effect by
-4

Adjust the numbers for a faster or slower fade effect.


http://trinary.tk/images/signature_.php

Offline

 

#5 2012-04-02 21:56:35

aryabtsev
Scratcher
Registered: 2012-02-05
Posts: 81

Re: how do you make a sprite fade in

when clicked
set
ghost
effect to
100
set
speed
to
4
Change this to whatever you want
repeat
100
/
speed
change
ghost
effect by
-1
*
speed

Last edited by aryabtsev (2012-04-02 21:59:00)


http://i.imgur.com/NX7AO.jpg

Offline

 

Board footer