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

#1 2012-05-01 15:42:02

pippabunny
New Scratcher
Registered: 2012-05-01
Posts: 1

next background

I want it so that when my rabbit sprit touches the finish post it goes onto the next background and stays there untill you press a number then when you press the number it goes to it next spot in the next level.

If I have to use seperate spites it does not matter but please show me what to do

Offline

 

#2 2012-05-01 16:09:19

pi3
Scratcher
Registered: 2011-12-31
Posts: 500+

Re: next background

On the rabbit sprite:

when gf clicked
wait until < touching [finish post v] >
hide
broadcast [next level v]
Then on the backround:
When I receive [next level v]
next backround
wait until < [1 v] key pressed >
broadcast [sprite start v]
Then on the rabbit again:
When I receive [sprite start v]
go to x: [whereever] y: [whereever]
show

Last edited by pi3 (2012-05-01 16:12:03)


http://i44.tinypic.com/ofdhc4.jpgThanks FreshStudios!

Offline

 

#3 2012-05-01 17:12:24

AgentRoop
Scratcher
Registered: 2012-02-11
Posts: 1000+

Re: next background

pi3 wrote:

On the rabbit sprite:

when gf clicked
wait until < touching [finish post v]? >
hide
broadcast [next level v]
Then on the backround:
When I receive [next level v]
next background
wait until < [1 v] key pressed? >
broadcast [sprite start v]
Then on the rabbit again:
When I receive [sprite start v]
go to x: [whereever] y: [whereever]
show

I [fixed v] the scripts [a little bit v]


La La
I wrote an album.

Offline

 

#4 2012-05-01 18:19:04

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: next background

This (isn't) a place to (talk) in (scratchblocks)


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#5 2012-05-01 18:44:00

pi3
Scratcher
Registered: 2011-12-31
Posts: 500+

Re: next background

AgentRoop wrote:

pi3 wrote:

On the rabbit sprite:

when gf clicked
wait until < touching [finish post v]? >
hide
broadcast [next level v]
Then on the backround:
When I receive [next level v]
next background
wait until < [1 v] key pressed? >
broadcast [sprite start v]
Then on the rabbit again:
When I receive [sprite start v]
go to x: [whereever] y: [whereever]
show

I [fixed v] the scripts [a little bit v]

Thanks!

Last edited by pi3 (2012-05-01 18:45:17)


http://i44.tinypic.com/ofdhc4.jpgThanks FreshStudios!

Offline

 

#6 2012-05-02 07:41:58

zammer990
Scratcher
Registered: 2012-01-22
Posts: 500+

Re: next background

Firedrake969 wrote:

This (isn't) a place to (talk) in (scratchblocks)

I (disagree)


http://i45.tinypic.com/2ynq7nn.jpg Play now!

Offline

 

Board footer