Hi!
I've made a ninja game, but I have some problems.
Here you can see the beta (please try it in order to understand my problem!): http://scratch.mit.edu/projects/Bollivierke/319258
Well, now I want Sprite6 to show up when my penguin walks on the board in the right corner.
How do I do it?
I tried it with the broadcast thing, but that doesn't work.
Offline
First of all, there is no sprite 6 =\
Try using the following script:
Use this on the board:
<when green flag clicked>
<forever>
<if><touching[ sprite2 ]
<broadcast[ show __ ]
<end>
Use this on the ___:
<when green flag clicked>
<hide>
<when I receive[ show __ ]
<show>
Offline