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

#1 2009-04-26 05:02:06

Broden
Scratcher
Registered: 2009-04-26
Posts: 2

ghosting fade in?

I can use the 'change ghost effect' to get my title to fade out, but I can't seem to get it to fade in from nothing. I tried 'change ghost effect by -5' but it seems it's already completely faded in. What would I have to do to get it to be faded out, then get it to fade in?

<change[ ghost ]effect by( 2 
this gets it to fade out

<change[ ghost ]effect by( -2 
i tried to use this to fade in but it doesn't seem to want to  tongue

Thanks  smile

Last edited by Broden (2009-04-26 06:09:19)

Offline

 

#2 2009-04-26 07:21:33

Dibbo222
Scratcher
Registered: 2007-11-03
Posts: 100+

Re: ghosting fade in?

when ghost effect is at 100, it is completely faded and when it is at 0 it is completely visible and not faded. so just start at 100 and go backwards! like this:

<set[ ghost ]effect to( 100
<repeat( 50 )
<change[ ghost ]effect by(-2
<end>


The biggest tower defense game on Scratch?
http://scratch.mit.edu/projects/Dibbo222/929092

Offline

 

#3 2009-04-26 07:25:01

Broden
Scratcher
Registered: 2009-04-26
Posts: 2

Re: ghosting fade in?

Thank you dibbo! So simple..  tongue

Offline

 

Board footer