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

#1 2013-03-12 19:12:18

fuzzymint3237
Scratcher
Registered: 2012-01-07
Posts: 2

backround change

how can i make the backround on pixelate then switch to the backround back to normal?



thx whoever answers!!!!!!!!!!!!!!!!!

Offline

 

#2 2013-03-12 22:36:38

ianthestuntman
Scratcher
Registered: 2013-01-02
Posts: 100+

Re: backround change

when gf clicked
change [pixelate] effect by (10)
wait (1) secs
change [pixelate] effect by (-10)

Offline

 

#3 2013-03-31 16:52:16

shivadas
Scratcher
Registered: 2010-02-06
Posts: 100+

Re: backround change

Like this (put script on stage):

when gf clicked
change [Pixelate v] effect by [25]  
wait [10] secs 
clear graphic effects

Last edited by shivadas (2013-03-31 16:52:28)


Please check out my latest project, Hunger Avenger!

Offline

 

#4 2013-03-31 17:51:23

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: backround change

Here:

when gf clicked
switch to background [background1 v]
repeat [10]
change [pixelate v] effect by (10)
wait [0.01] secs
end
wait [0.01] secs
switch to background [background2 v]
repeat [10]
change [pixelate v] effect by (-10)
wait [0.01] secs
end
Hope that helped!

Sincerely,

                    ~7734f


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#5 2013-04-01 07:44:32

xlk
Scratcher
Registered: 2013-03-18
Posts: 57

Re: backround change

except without the "wait 0.01 sec" blocks, they're unnecessary!
Using them shouldn't do much of a difference anyway except on turbo mode, but how many out there are making things to be played on turbo mode? People only use it for drawing scripts...
Really, by the time you reach a certain complexity, turbo just accentuates lag spikes.

Offline

 

#6 2013-04-01 08:01:27

xlk
Scratcher
Registered: 2013-03-18
Posts: 57

Re: backround change

Also, why the (pico rules!) everywhere?!?!

Offline

 

#7 2013-04-05 07:09:45

topazdragonlord
Scratcher
Registered: 2013-02-22
Posts: 500+

Re: backround change

xlk wrote:

Also, why the (pico rules!) everywhere?!?!

April Fools day: For more info on this years and the other years April Fools Day(s), Go here


http://i45.tinypic.com/idumbk.png

Offline

 

Board footer