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

#1 2008-02-25 12:08:02

ClubPenguinRocks
Scratcher
Registered: 2008-02-10
Posts: 42

How?

Help, I'm sorta new and I haven't figured out how to change backgrounds and use sensors. How do you?


My cat, Chelsea ( Ch-ill-c) is being put down Monday, Apirl 29  sad

Offline

 

#2 2008-02-25 13:08:09

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: How?

Changing backgrounds is easy:  next background is a "looks" block for the stage.

Which sensors do you mean?  There are couple of blocks in scratch that apply only if you have the Scratchboard.  Unfortunately, they are not separated from the rest of the blocks in a clear way---I was confused about them when I started Scratch also.

Offline

 

#3 2008-02-25 20:30:29

ClubPenguinRocks
Scratcher
Registered: 2008-02-10
Posts: 42

Re: How?

Thanks for the help. I don't need help with th sensors now.


My cat, Chelsea ( Ch-ill-c) is being put down Monday, Apirl 29  sad

Offline

 

#4 2008-02-28 20:12:51

mariluz324
Scratcher
Registered: 2008-01-01
Posts: 2

Re: How?

Could you explain sensors to me please?

Offline

 

#5 2008-02-28 20:22:40

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: How?

okay, well if you look in controls, there are blocks that have hexagonal edges.
these fit the sensor blocks w/ hex edges. those report boolean values, or, true or false. you can have it go:
when green flag clicked:
forever if: touching:bad guy
broadcast:died
--------------------------

the others report things with multiple numerical values, such as distance to:???
those fit in the rounded slots.


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#6 2008-02-28 20:46:27

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: How?

Can you better explain what you mean by sensor? It's hard to anwser you when you are so vague.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#7 2008-02-28 20:48:48

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: How?

i think mariluz means anything in the sensor category.
when i started, they were the most confusing.


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#8 2008-02-28 20:53:26

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: How?

FPSFelix wrote:

i think mariluz means anything in the sensor category.
when i started, they were the most confusing.

I don't know about that. She may have downloaded my project "Perfect Sprite Movement" and saw that I used "sensor sprites".

I think it would be best to let mariluz explains what she means by sensor.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#9 2008-03-08 14:27:16

ClubPenguinRocks
Scratcher
Registered: 2008-02-10
Posts: 42

Re: How?

Oh i didn't I looked at someones elses projects.


My cat, Chelsea ( Ch-ill-c) is being put down Monday, Apirl 29  sad

Offline

 

#10 2008-04-22 18:18:38

ClubPenguinRocks
Scratcher
Registered: 2008-02-10
Posts: 42

Re: How?

i forget..... how do you post things on here?


My cat, Chelsea ( Ch-ill-c) is being put down Monday, Apirl 29  sad

Offline

 

#11 2008-04-23 14:41:02

Jacobo
Scratcher
Registered: 2007-06-15
Posts: 100+

Re: How?

Sensors are used to let a sprite interact with it's surroundings. For example: the touching__? block let's a sprite respond to the edge of the stage, the mouse pointer, or another sprite.


"It's like deja vu all over again"
-Yogi Berra

Offline

 

Board footer