This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-03-09 05:54:47

custardncream8
New Scratcher
Registered: 2013-03-09
Posts: 20

Instructions/How to play

hi,
I've only recently used Scratch without guidance and I have to make a game for my class work. I wanted to work on it through home but I am really having trouble from it.
I just need some help on how to make instructions. I have already written them onto a background and made little boxes with 'Start' and 'How to Play' but now I just need help with scripting them? I have got

 
when 'How to play' clicked
^^I tried my best with the orange one :L
And thats it. Anyone got any information on that? it'd really help  smile 
Thanks

Offline

 

#2 2013-03-09 06:21:01

CrystalStar-
Scratcher
Registered: 2012-11-18
Posts: 6

Re: Instructions/How to play

You could try,

In the "How to play" button:

when how to play clicked
broadcast [instructions v]
In the Stage (background):
when gf clicked
switch to background [background1 v]

when I receive [instructions v]
switch to background [instructions v]
Broadcasts are like a way of sending messages to other sprites or the stage to tell them when to start a script. c: And in that last script, the dropdown should be set to the instructions background. You could then make a back button, and do the same thing except it's telling the stage to switch back to the menu background. Hope this helps!

Offline

 

#3 2013-03-09 06:51:49

custardncream8
New Scratcher
Registered: 2013-03-09
Posts: 20

Re: Instructions/How to play

okay thanks CX helped alot!

Offline

 

Board footer