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

#1 2012-03-10 08:07:39

Ritasstudent
Scratcher
Registered: 2011-12-10
Posts: 36

Help With Backgrounds? Please?

I need to get my backgrounds to fade while transitioning from one another. So basically the background fades to a much lighter color and when the color comes back it's the next background. Do you know how to do this? if so, PLEASE help!!! Thank you very much!

Last edited by Ritasstudent (2012-03-10 08:09:14)


http://i46.tinypic.com/1z2fy2g.gif

Offline

 

#2 2012-03-10 08:10:35

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Help With Backgrounds? Please?

when gf clicked
forever
repeat (10)
change [ghost v] effect by (10)
end
next background
repeat (10)
change [ghost v] effect by (-10)
end
next background
end

Last edited by funelephant (2012-03-10 08:12:17)


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#3 2012-03-10 08:15:07

Ritasstudent
Scratcher
Registered: 2011-12-10
Posts: 36

Re: Help With Backgrounds? Please?

Thank you so much!  big_smile


http://i46.tinypic.com/1z2fy2g.gif

Offline

 

#4 2012-03-10 08:23:19

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Help With Backgrounds? Please?

Ritasstudent wrote:

Thank you so much!  big_smile

No problem  big_smile


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#5 2012-03-11 08:33:30

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Help With Backgrounds? Please?

You can also use the brightness attribute rather than ghost.  wink


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#6 2012-03-11 19:34:16

JabberJay
New Scratcher
Registered: 2012-03-05
Posts: 75

Re: Help With Backgrounds? Please?

Hardmath123 wrote:

You can also use the brightness attribute rather than ghost.  wink

ya. I think it just depends on what looks better with the rest of the project.

Offline

 

#7 2012-03-11 22:33:10

PencilFactory
Scratcher
Registered: 2011-11-11
Posts: 100+

Re: Help With Backgrounds? Please?

when gf clicked
do something
repeat (100)
change [ghost/brightness v] effect by (1)
end
next background
repeat (100)
change [ghost/brightness v] effect by (-1)
end
do something


PencilFactory is http://blocks.scratchr.org/API.php?user=PencilFactory&action=onlineStatus&type=text, see my computerhttp://mag.racked.eu/cimage/i9002/Achievement+get%21/Computer+crashed/mca.png

Offline

 

#8 2012-03-12 15:33:57

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Re: Help With Backgrounds? Please?

funelephant wrote:

when gf clicked
forever
repeat (10)
change [ghost v] effect by (10)
end
next background
repeat (10)
change [ghost v] effect by (-10)
end
next background
end

Ghost is just fading, if you didn't know so that's what it is. They could have named it fade effect, but ghost is more professional.

Offline

 

#9 2012-03-24 18:46:44

imnotbob
Scratcher
Registered: 2010-12-11
Posts: 1000+

Re: Help With Backgrounds? Please?

when gf clicked 
wait [5] secs 
forever
change [ghost v] by [1] //for slow fades

Last edited by imnotbob (2012-03-24 18:47:06)


PesterChum Handle: annoyingAnchorman
durp yo terezi sup sup gotta beat john gotta beat john

Offline

 

#10 2012-03-25 12:03:42

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Help With Backgrounds? Please?

turkey3 wrote:

funelephant wrote:

when gf clicked
forever
repeat (10)
change [ghost v] effect by (10)
end
next background
repeat (10)
change [ghost v] effect by (-10)
end
next background
end

Ghost is just fading, if you didn't know so that's what it is. They could have named it fade effect, but ghost is more professional.

I think "fade" would sound more professional.  hmm

Offline

 

Board footer