Hi there, I'm Italian and to write in English is a bit hard for me, sorry for my mistakes!
I hope to manage to explain myself.
I'm new at Scratch but I would like to complete my first project...
My problem: Clicking on a sprite I'd like another sprite would appear..
[a help botton clicked shows the instructions for a game].
Someone could help me?
Thank you.
[blocks] <when[ ]clicked> [/blocks]
Offline
aliceguardaigatti wrote:
... Clicking on a sprite I'd like another sprite would appear..
[a help botton clicked shows the instructions for a game].
[blocks] <when[ ]clicked> [/blocks]
Hi aliceguardaigatti,
In your button sprint, have the "when clicked" head block execute a broadcast with some message like "help button clicked". Then your other script would have a "when I receive help button clicked" head block. Good luck with finishing your first project.
<when[ ]clicked>
<broadcast[ help button clicked ]and wait c>
Other sprite has
<when I receive[ help button clicked
<go to x 0 )y
0
<go to front>
<show>
Offline