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

#1 2011-02-09 12:45:41

velazquezj123
New Scratcher
Registered: 2011-01-20
Posts: 1

Moving into different poses

How do you make a sprite move into different poses...using two different sprites?

Offline

 

#2 2011-02-09 13:04:18

Skatch
New Scratcher
Registered: 2011-01-28
Posts: 7

Re: Moving into different poses

I don't know exactly what you mean by that, but if you want a sprite to change costume then simply choose your sprite, go to the costumes tab and click paint.

Paint your new costume.
Press ok.

Then go to scripts and say if you want it to change costume continuously after one second periods you'd do:

When green flag clicked
(Start) Forever
next costume
wait 1 sec
(End) forever



Simple...

Offline

 

#3 2011-02-09 18:56:41

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Moving into different poses

No, that person wants to use two different sprites.
for the first sprite:[blocks]
<when green flag clicked>
wait until whatever you want
<broadcast[ change
<hide>
[/blocks]
for the second one:
<when I receive[ change
<go to[ sprite 1
<show>

Offline

 

#4 2011-02-09 19:19:59

Kileymeister
Scratcher
Registered: 2008-04-17
Posts: 1000+

Re: Moving into different poses

kayybee wrote:

No, that person wants to use two different sprites.
for the first sprite:[blocks]
<when green flag clicked>
wait until whatever you want
<broadcast[ change
<hide>
[/blocks]
for the second one:
<when I receive[ change
<go to[ sprite 1
<show>[/blocks]

I think they were guessing it involved two different sprites, though it doesn't have to.

Last edited by Kileymeister (2011-02-09 19:20:07)


I'm back, and showcasing two new* projects!  Click left or right on the image below to see!
http://img109.imageshack.us/img109/7905/part1l.pnghttp://img859.imageshack.us/img859/6417/part2bf.png

Offline

 

#5 2011-02-09 19:24:48

Onyxsbayne
Scratcher
Registered: 2010-11-21
Posts: 100+

Re: Moving into different poses

I think he just wants to change the costume for the sprite
<when green flag clicked>
<switch to costume[ costume 1
<wait( # )secsc>
<switch to costume[ costume 2

thats how this stuff works, u can also use stuff like
<when I receive[ dance
<switch to costume[ costume 2


~Desktop Ideas Inc: Little doodles, BIG ideas
http://scratch.mit.edu/static/icons/buddy/663911_med.png?t=2010-11-19+11%3A07%3A34http://pokefarm.org/_ext/YDZT0GZD4.png

Offline

 

#6 2011-02-09 19:31:39

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Moving into different poses

He says "i have two different sprites" or something like that.

He just probably doesn't know about costumes yet.

Offline

 

Board footer