So far we have this:
One day <name> was walking down the street, he ran across a <object> and started to chew on it. <name> ran down the street as fast as he could, it was like a wild <animal> . <name> started to <verb> as fast as he could to get the <object> out of his throat.
So we need to ask people for a name, object, animal, and a verb. We do this by creating prompts. Here is what I came up with, you can do your own if you want.
<script language="JavaScript"> prompt("Give me a name","") prompt("Give me an object","") prompt("Name a really cool animal","") prompt("Now give me a verb, present tense","") </script>
If you understand all that go on to the next one. If not go back to the Prompt tutorial.
|