How do you make a sprite move into different poses...using two different sprites?
Offline
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
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
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)
Offline
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
Offline