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

#1 2011-08-07 12:51:12

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

I need ideas

I NEED ideas!
I need two different ideas:
#1 something to do with lists (preferably not a game)
#2 a fun game (scrolling x and y or just x)

Thank you!


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#2 2011-08-07 15:06:49

Legolas_Greenleaf
Scratcher
Registered: 2011-06-16
Posts: 86

Re: I need ideas

Ideas for #1: Why not try to make an interactive robot?  E.g. maybe a cleverbot sim.  You could make a list of sentences and make it say them either randomly or when someone says a certain thing.  Note this isn't a game, this is an interactive activity.

Ideas for #2: Maybe a game involving your slinger stick figures or your representation of yourself?  Possibly a game about Scratch (you know, using Scratchers as characters?)?  If you want to make perfect sensing you might have to search something like "perfect movement templates".  x scrolling is easy to make, but I'm not sure about y scrolling...  HTH!

Legolas


http://25.media.tumblr.com/tumblr_m8s5zeoqje1qky8rdo1_250.gif  OPPAN GANGNAM STYLE~

Offline

 

#3 2011-08-08 08:31:26

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: I need ideas

Thanks Legolas_Greenleaf!  big_smile


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#4 2011-08-08 11:26:39

Legolas_Greenleaf
Scratcher
Registered: 2011-06-16
Posts: 86

Re: I need ideas

It's nothing!   wink


http://25.media.tumblr.com/tumblr_m8s5zeoqje1qky8rdo1_250.gif  OPPAN GANGNAM STYLE~

Offline

 

#5 2011-08-10 08:45:16

artentnu2009
Scratcher
Registered: 2009-09-25
Posts: 8

Re: I need ideas

Hi Slinger,
I found your post while looking for how to implement lists. So I have an idea for you we can cooperate around if you like. I want to simulate a location based game in Scratch. So I have to find a way to keep track of the locations (x,y) of all my sprites. As a first functionality I would like to implement a function nearest that find the two sprites that are nearest. I would like to use the stage as a kind of server that implement these functionalities. I want to do something like
vectorX contains all x's
vectorY contains all y's
position 1 is initialized to MAX
position 2 is initialized to MAX
distance is iniziatized to MAX
for i = 1 to lengthOfList
for j= 2 to lengthOfList
{
a= vectorX(i)-vectorX(j)
b=vectorY(i)-vectorY(j)
if sqrt(a*a+b*b)<distance
{
position1 = i
position 2 = j
distance= sqrt(a*a+b*b)
}
}
}

But how to implement in Scratch something like
vectorX(i)?

Offline

 

#6 2011-09-01 23:22:16

MaxTill
Scratcher
Registered: 2011-08-08
Posts: 64

Re: I need ideas

how about a mouth that moves as you speak


Failure is simply the opportunity to begin again, this time more intelligently - Ford

Offline

 

#7 2011-09-02 14:14:56

videogame9
Scratcher
Registered: 2008-05-12
Posts: 1000+

Re: I need ideas

Make a hunting game where you shoot ducks in a grassy field, with the help of your dog.

No, wait.


http://img641.imageshack.us/img641/4118/newvg9logo.png
QUOTE OF THE RIGHT NOW: why are we arguing about dead babies? -videogame9

Offline

 

#8 2011-09-07 10:27:58

bioa10
Scratcher
Registered: 2011-04-23
Posts: 100+

Re: I need ideas

#2 you want too help me with a game i was creating with my friend, but he quit. it has scrollx and scrolly

Last edited by bioa10 (2011-09-07 10:29:32)


http://i44.tinypic.com/8vuotf.png

Offline

 

#9 2011-09-07 16:19:38

ScareCrowCritic
Scratcher
Registered: 2011-07-09
Posts: 100+

Re: I need ideas

Maybe some mathematical generator (A complex one)
http://scratch.mit.edu/forums/viewtopic.php?id=71073#req_message


http://i.imgur.com/Sy57w.gif

Offline

 

#10 2011-09-08 14:19:27

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: I need ideas

Thanks for the ideas guys! I think i will take SCCs idea and make a mathematical generator.


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#11 2011-09-15 23:11:17

umeraziz
New Scratcher
Registered: 2011-09-15
Posts: 2

Re: I need ideas

ideas are hard to come by, bit sometimes you get a idea worth 100 million while sitting in washroom. so spend more time in washrooms.  big_smile .

Offline

 

Board footer