Hi, I am new to scratch and I am making a project at school and I am basing it on Toss the turtle another flash game, I want to make it so if script 1 touches a colour it will move script 2 PLEASE HELP ME!
Lith.
Offline
Hi Lith_decim!
It looks like what you want is the
to sense when one is touching. After that, you should use a broadcast.touching color ?
Offline
First of all, it's Sprite, not Script. Sprites are the moving images, scripts are the blocks stacked, the code.
What you want to do would be accomplished by:
whenclicked
in sprite 1forever iftouching color ?broadcastmove it! ▼when I receivemove it! ▼in sprite 2move10stepsor whatever motion you need
Offline
Whenclicked
foreveriftouching color ?broadcastmoveand wait
When I Recievemovemove10steps
Last edited by 162597 (2012-03-07 11:49:30)
Offline
162597 wrote:
Whenclicked
foreveriftouching color ?broadcastmoveand waitWhen I Recievemovemove10steps
This one is right
Offline
Thanks guys
Offline