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

#1 2013-01-18 11:36:30

netherdragon1
New Scratcher
Registered: 2013-01-17
Posts: 5

ideas anyone?

Im out of ideas Im taking any suggestions

Offline

 

#2 2013-01-18 12:41:48

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: ideas anyone?

that depends on your skill level really. Obviously, the more skill you have the more options you will have.

So assuming you have just started here's an idea: make a game that involves a mouse or something running away from a cat or something. You will decide how that mouse moves and how the cat follows the mouse (you should probably just make the cat point at the mouse and move forward). If the cat touches the mouse you lose.

If you manage to avoid the cat for a set period of time you move onto the next level. The higher the level the faster the mouse goes but will also increase the number of cats.

You may also want to include score.


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#3 2013-01-18 13:32:12

netherdragon1
New Scratcher
Registered: 2013-01-17
Posts: 5

Re: ideas anyone?

I have a lot of experience Ive made a gave about ancient civilizations

Offline

 

#4 2013-01-20 07:41:46

Sholvanic1058
Scratcher
Registered: 2012-04-21
Posts: 100+

Re: ideas anyone?

What about a Themed Game or Animation Perhaps?


http://i44.tinypic.com/2lj6o94.png

Offline

 

#5 2013-01-27 11:32:31

luckystar777
New Scratcher
Registered: 2012-07-05
Posts: 43

Re: ideas anyone?

You could try something new. Or maybe if you haven't done an animation or something in a while, you can do that.

Just do something you enjoy  smile

Offline

 

#6 2013-01-28 16:00:55

eveadelekitty
Scratcher
Registered: 2012-12-05
Posts: 100+

Re: ideas anyone?

As you're a New Scratcher, I'll give you simple ideas.
Now,
take this cat. http://wiki.scratch.mit.edu/images/ScratchCat-Small.png
Now, take this mouse and save the image as "mouse" without the quotes. http://i50.tinypic.com/35d9ht4.png
Open Scratch and you will have the cat. Add the mouse as a character, now add this script to the mouse.

when gf clicked
say [Move me with the arrow keys, P1.] for (2) secs
broadcast [cat_message v]
Now give the Scratch Cat this script:
when I receive [cat_message v]
say [Control me with WASD, P2.] for (2) secs
Now, do this script on the mouse:
when key [up arrow v] pressed
change y by (10)
when key [down arrow v] pressed
change y by (-10)
Do the same with left and right arrow, except with the steps button. Add the - on the left arrow trigger.
Do the same with the cat but choose the letter w for up, s for down, a for left and d for right.
Now, make a variable called P1 score (and P2 score, set it to zero too). Set it to 0 when flag clicked, then make a thing underneath the set variable P1 score to 0 that says if not touching cat and timer > 100 say P1 wins this round and reset timer then add 1 point with the variable tags. Do the same with cat, except say, if touching mouse, say P2 wins this round and reset timer then add 1 to P2 score. On Stage, say that when green flag clicked P1/P2 score will appear.
Save the game. Name it Partner Chase. Now share it with any description you like. -eveadelekitty

Offline

 

Board footer