hi im new to using scrach and im having some trouple with the costume changing thing. im trying to make my sprite change costumes when it touches an object and stay that way but im yousing to costumes becouse the sprite is flying and its wings are animated. so basicly what im asking is how do i make it change costumes when it touches a color and keep changing (the new) costume back and forth(since its animated)
what happened when i tryed it was that when this color_ touched this color_ the first costume stoped changing back and forth (its supposto do that) and the new costumes started changing back and forth (also supposto to that) but when the colors stoped touching the secound costumes stoped repeating so if enyone understood enything i just said could u please awnser me
Offline
I couldn't understand you that clearly because it's a big blob of bad english (no offense, nothing wrong with that) it's just that I can't concentrate clearly.
Try posting the project so we'll know what it looks like.
Offline
kayybee wrote:
I couldn't understand you that clearly because it's a big blob of bad english (no offense, nothing wrong with that) it's just that I can't concentrate clearly.
Try posting the project so we'll know what it looks like.
nah its ok becouse the funny thing is that right after i posted it i found out what was rong but ty enyway
Offline
Do you mean that the costumes should change back and forth even after the colors stop touching? Then do this:
[blocks]
<wait until><color[ something ]is over[ something]
[/blocks]
Then make a forever block, and put the script that changes the costumes inside of it.
Offline