Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Help to create a Menu
- AnaLuS
-
3 posts
Help to create a Menu
My project is to create games and Debug It activities to teach math for kids about eight and nine years old. I intend to create a start screen, where the kids can choose the activities they want to play.
So, I'm looking for ideas and examples.
I saw a interesting project (http://scratch.mit.edu.ezproxyberklee.flo.org/projects/11162860/) that would be similar of what I want to create.
But, I don´t know how to develop the idea in my project yet…
Please, anyone help me?
So, I'm looking for ideas and examples.
I saw a interesting project (http://scratch.mit.edu.ezproxyberklee.flo.org/projects/11162860/) that would be similar of what I want to create.
But, I don´t know how to develop the idea in my project yet…
Please, anyone help me?
- drmcw
-
1000+ posts
Help to create a Menu
The link you have firstly inclludes the closing bracket/brace but even when you delete that from the url itsays that the project is not shared. Do you have another example?
I hope you realise that you can't launch other programs from within scratch so your starter screen project will also have to contain all the games and activities you want?
I hope you realise that you can't launch other programs from within scratch so your starter screen project will also have to contain all the games and activities you want?
- AnaLuS
-
3 posts
Help to create a Menu
Sorry. Correct link: http://scratch.mit.edu.ezproxyberklee.flo.org/projects/10904254/
Yes. I would like to create, for instance, three DebugIt activities and the kids could choose in the menu which they want to solve first.
Yes. I would like to create, for instance, three DebugIt activities and the kids could choose in the menu which they want to solve first.
- dracae
-
1000+ posts
Help to create a Menu
http://scratch.mit.edu.ezproxyberklee.flo.org/projects/10904254/Well, wouldn't you have to see inside anyways to do a debug it activity? Sorry. Correct link:
Yes. I would like to create, for instance, three DebugIt activities and the kids could choose in the menu which they want to solve first.
- drmcw
-
1000+ posts
Help to create a Menu
http://scratch.mit.edu.ezproxyberklee.flo.org/projects/10904254/Sorry. Correct link:
Yes. I would like to create, for instance, three DebugIt activities and the kids could choose in the menu which they want to solve first.
Just create 3 sprites for the 3 buttons. Then when green flag clicked then show.
Add a script for each button; when sprite clicked broadcast “hide buttons” then broadcast “start the activity for this button”
Each button will also need when I receive “hide buttons” then hide.
You then need to set up each of your activities to start when they receive their “start the activoty for this button” message.
- Discussion Forums
- » Help with Scripts
-
» Help to create a Menu