Howdy Scratchers,
I'm a new teacher who needs a couple of templates to use as examples while I get used to scratch.
Mainly I'm looking for a Trivia Game template, and a Side Scroller template (like Mario, but jumping is optional).
Any help would be much appreciated.
Offline
Offline
By template do you mean a really basic skeleton of a scroller with comments explaining the scripts and how to add to it? I'd be happy to make one of those if you would like.
Offline
All the projects you should need are included with scratch. Go to file->open->examples
Last edited by archmage (2011-03-01 22:27:05)
Offline
I guess I should clarify.
For the scroller, I was hoping for students to make a "walk through time" type project.
My thinking is a basic one would have students control a sprite and walk through different backgrounds, stopping to talk to other sprites who relate information as they go.
I figure it shouldn't be too difficult, but I'm having to learn Scratch and figure out how to stage lessons in a rush. Plus I only have 5 weeks to work with the students (research included) so I figured just choosing two projects like a trivia game and walk through history could be doable as long as I had some decent templates to give to the students.
Then can plug in different sprite looks, backgrounds, dialogue, and questions, and if there is time left over pimp them out with new features.
Offline
Try asking on the site for educators http://scratched.media.mit.edu/
That site has a few lesson plans you can use.
Here is a pretty decent lesson plan you can use http://scratch.redware.com/lessonplan
If you have no experience in programming then I recommend using one of these lesson plans. Even modifying the projects you described could be too difficult for students with zero programming experience.
Offline
Ok after working at it further I agree that a scroller would be waaay to hard.
I'd still like to do a trivia game, but I've looked at about a dozen and can't find one that was simple enough where I could just change questions, sprites, and backgrounds.
Anyone know of such a project?
And thanks again for the suggestions. I plan to teach some of the lessons you suggested.
Great community.
Offline
Hi, if you mean a trivia game with the 'ask' block, it can be quite complex, especially if you want more than one answer to be recognised as correct.
Here's a basic template...
Make a variable called 'points'.
<when green flag clicked>
<ask [ What is this program called? ] >
<if><( answer <=> Scratch )>
<change{ Answer (variable) }by( 1
Then you can make another question, and another!
Last edited by The_Dancing_Donut (2011-03-02 12:28:30)
Offline
http://scratch.mit.edu/projects/antimonyarsenide/1247178
This is a pretty good scroller base
Offline
spender13 wrote:
Ok after working at it further I agree that a scroller would be waaay to hard.
So I shouldn't make one? Am I off the hook? :p
Last edited by MoreGamesNow (2011-03-02 18:37:59)
Offline
here is my scroller. Best I could churn out in 3 school days. Open up the scripts in the Background to see the instructions of how to add more time periods.
Offline
It's a he. He said so.
Trivia is SIMPLE though, just use the ask block, then the if answer = blablabla, say correct! else, say incorrect! Try again! stop all. Or something like that.
Offline
You could probably make a "Guess My Number" game as a quick example as well. It should be easier to make than a Scroller. Just throwing out ideas.
Offline