My teacher just sent me an at risk letter, because I havn't been able to complete something, that she doesn't even know how to do!! So, my question is, how do you get your sprite to move AND talk (think) at the same time?
Please help!
Offline
Anyone know?
Offline
Hey xxmonbulkxx, please try to keep titles to your topics less insulting
and there's two ways you could do this
<when green flag clicked>
<say[ whatever you want to say
<glide( however long )secs to x x position you want )y
y position you want
[/blocks] this method says for the sprite to say something, until it's told to say something else, this method would be your best choice if you want the sprite to say the whole way through
this is another method
<when green flag clicked>
<broadcast[ move and talk
[/blocks] this sends a message, the <when I receive[ move and talk [/blocks] only activates when the <broadcast[ move and talk [/blocks]block is used
anyway, next add this to your sprite
<when I receive[ move and talk
<glide( however long )secs to x x position you want )y
y position you want
[/blocks] this just says, when it recieves move and talk, it moves
[/blocks] and then add this script
<when I receive[ move and talk
<say[ whatever you want to say ]for( however many seconds )secs>
[/blocks] this just says when it recieves move and talk, to talk for a certain amount of time
this method is better if you want the sprite to only talk part way through moving
(if this was confusing, please tell me XD)
Last edited by deatheater (2009-10-28 04:58:56)
Offline
Oh My Goodness!! Thankyou so much! and I'll keep that in mind for the topic names. I'm sorry, at the time mum was pestering me, and I was worried about school. I was in a bit of a bad mood. SOrry.
Thankyou so much for helping me with this! I'll try it at school, and see if it works. Thankyou so much! :]
Offline
deatheater wrote:
Hey xxmonbulkxx, please try to keep titles to your topics less insulting
and there's two ways you could do this
<when green flag clicked>
<say[ whatever you want to say
<glide( however long )secs to xx position you want )y
y position you want
[/blocks] this method says for the sprite to say something, until it's told to say something else, this method would be your best choice if you want the sprite to say the whole way through
this is another method
<when green flag clicked>
<broadcast[ move and talk
[/blocks] this sends a message, the <when I receive[ move and talk [/blocks] only activates when the <broadcast[ move and talk [/blocks]block is used
anyway, next add this to your sprite
<when I receive[ move and talk
<glide( however long )secs to xx position you want )y
y position you want
[/blocks] this just says, when it recieves move and talk, it moves
[/blocks] and then add this script
<when I receive[ move and talk
<say[ whatever you want to say ]for( however many seconds )secs>
[/blocks] this just says when it recieves move and talk, to talk for a certain amount of time
this method is better if you want the sprite to only talk part way through moving
(if this was confusing, please tell me XD)
I'll try and put it simpler...
When Green Flag Clicked
broadcast [move and talk]
When I Receive [move and talk]
glide (3) secs to x (58) y (63)
When I Receive [move and talk]
say [I'm talking!] for (3) secs
Offline
xxmonbulkxx wrote:
Oh My Goodness!! Thankyou so much! and I'll keep that in mind for the topic names. I'm sorry, at the time mum was pestering me, and I was worried about school. I was in a bit of a bad mood. SOrry.
Thankyou so much for helping me with this! I'll try it at school, and see if it works. Thankyou so much! :]
No problem ^^
and about the forum name, everybody makes mistakes, just try not to do it very often
Offline