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

#1 2011-05-08 00:33:38

lom357
New Scratcher
Registered: 2011-05-08
Posts: 3

Script Needed

I need a script that allows me to; when clicked, changing the background.

     I would truely apperciate it if you did, thank you.

Offline

 

#2 2011-05-08 01:02:29

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Script Needed

lom357 wrote:

I need a script that allows me to; when clicked, changing the background.

     I would truely apperciate it if you did, thank you.

[blocks]
<when green flag clicked>
<next background>
[/blocks]


Posts: 20000 - Show all posts

Offline

 

#3 2011-05-08 01:07:08

lom357
New Scratcher
Registered: 2011-05-08
Posts: 3

Re: Script Needed

I meant for a sprite....

Offline

 

#4 2011-05-08 07:27:58

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: Script Needed

lom357 wrote:

I meant for a sprite....

SPRITE:
When sprite1 clicked, brodcast [background change]
STAGE:
When I recieve [background change], next background.
Hope I could help! :>

Offline

 

#5 2011-05-08 08:55:32

lom357
New Scratcher
Registered: 2011-05-08
Posts: 3

Re: Script Needed

Thank you!

Offline

 

#6 2011-05-10 13:09:25

Hadlab
Scratcher
Registered: 2011-03-18
Posts: 100+

Re: Script Needed

Or,
For sprite:
if <sprite1> clicked
change <backno.> by one

Stage:
forever
set background to <backno.>


Need a hand? Look no further! Just drop me a comment and I'll be delighted to help!   smile

Offline

 

Board footer