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

#151 2012-11-14 13:02:07

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: .:; Idea Shop ;:.

Borrego6165 wrote:

...don't forget it doesn't have to be great, wasn't expecting anything good from you anyway!

JOKING

Yeah...that kind of joke is not really all that funny.  Please be respectful at all times.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#152 2012-11-14 15:47:05

StarscreamClone
Scratcher
Registered: 2012-05-19
Posts: 1000+

Re: .:; Idea Shop ;:.

firedrake969_test wrote:

ErnieParke wrote:

To firedrake969:
Remember the Matrix calculator you wanted? Well this weekend has been consumed with making a scratch assignment for my Biology class (which I'll release this Friday), and because of that, I wasn't able to get much done on your calculator. However, I've got addition and subtraction programed in so far, and tomorrow I should get multiplication done, so I just wanted to say that you'll get your calculator by Friday, or on Friday if I'm extremely unlucky.

To StarscreamClone:
I'm just curious, why will you be naming it CLONE?

Wish I could do Scratch projects for my biology class.  sad
I had forgotten about matrices.  I asked someone in my class about it, but he's still taking them.  And uses a calculator.

Sorry...  Yeah, Scratch is a really handy resource for these types of things.  CLONE will be a project for my own nefarious purposes, though.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i1154.photobucket.com/albums/p522/lizzyhipo/Angelica101-1-1-1.jpg&link2=http://i46.tinypic.com/2elqwdy.png&link3=http://i1273.photobucket.com/albums/y404/Hulydooly/decepticon.jpg&link4=http://i44.tinypic.com/34rvb07.png

Offline

 

#153 2012-11-14 16:45:30

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

firedrake969_test wrote:

ErnieParke wrote:

To firedrake969:
Remember the Matrix calculator you wanted? Well this weekend has been consumed with making a scratch assignment for my Biology class (which I'll release this Friday), and because of that, I wasn't able to get much done on your calculator. However, I've got addition and subtraction programed in so far, and tomorrow I should get multiplication done, so I just wanted to say that you'll get your calculator by Friday, or on Friday if I'm extremely unlucky.

To StarscreamClone:
I'm just curious, why will you be naming it CLONE?

Wish I could do Scratch projects for my biology class.  sad
I had forgotten about matrices.  I asked someone in my class about it, but he's still taking them.  And uses a calculator.

Sad. :'(

Anyway, I could give you a quick tutorial then. First if all, the length of a matrix is how many columns it has. It's width is the number of rows it has. Now, I'll give you a quick equation for you to look at:

[a b] * [e f] = [ae+bg  af+bh]
[c d]   [g h]    [ce+dg  cf+dh]

When you're multiplying matrices, the first Marix's length should be equal to the width of the second Matrix. Then, the width of the first Matrix and the length of the second one become the dimensions of the new matrix.

Niw, since if I'd tell you how to multiply matrices, I'd spit out a bunch of math which would probably be incomprehensible to you, so I'll just give some equations and hope that you'll see the pattern.

[a b] * [h i  j] =  [ah+bk ai+bl aj+bm]
[c d]   [k l m]     [ch+dk ci+dl cj+dm]
[f  g]                 [fh+gk  fi+gl  fj+gm]

[a b] * [c d] = Impossible

[o p] * [q] = [oq+pr]
          [r]

[q] * [o p] = [qo qp]
[r]               [ro rp]

[c] * [k] = Impossible
[h]   [n]
[u]

Last edited by ErnieParke (2012-11-14 17:09:21)


http://i46.tinypic.com/35ismmc.png

Offline

 

#154 2012-11-14 19:38:23

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: .:; Idea Shop ;:.

ErnieParke wrote:

firedrake969_test wrote:

ErnieParke wrote:

To firedrake969:
Remember the Matrix calculator you wanted? Well this weekend has been consumed with making a scratch assignment for my Biology class (which I'll release this Friday), and because of that, I wasn't able to get much done on your calculator. However, I've got addition and subtraction programed in so far, and tomorrow I should get multiplication done, so I just wanted to say that you'll get your calculator by Friday, or on Friday if I'm extremely unlucky.

To StarscreamClone:
I'm just curious, why will you be naming it CLONE?

Wish I could do Scratch projects for my biology class.  sad
I had forgotten about matrices.  I asked someone in my class about it, but he's still taking them.  And uses a calculator.

Sad. :'(

Anyway, I could give you a quick tutorial then. First if all, the length of a matrix is how many columns it has. It's width is the number of rows it has. Now, I'll give you a quick equation for you to look at:

[a b] * [e f] = [ae+bg  af+bh]
[c d]   [g h]    [ce+dg  cf+dh]

When you're multiplying matrices, the first Marix's length should be equal to the width of the second Matrix. Then, the width of the first Matrix and the length of the second one become the dimensions of the new matrix.

Niw, since if I'd tell you how to multiply matrices, I'd spit out a bunch of math which would probably be incomprehensible to you, so I'll just give some equations and hope that you'll see the pattern.

[a b] * [h i  j] =  [ah+bk ai+bl aj+bm]
[c d]   [k l m]     [ch+dk ci+dl cj+dm]
[f  g]                 [fh+gk  fi+gl  fj+gm]

[a b] * [c d] = Impossible

[o p] * [q] = [oq+pr]
          [r]

[q] * [o p] = [qo qp]
[r]               [ro rp]

[c] * [k] = Impossible
[h]   [n]
[u]

GAAAAAAAHHHHHHHHHH


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#155 2012-11-14 20:03:57

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

Edit: Try looking at the pattern of variables there is in the third matrices. Now is it in some way connected to the other two matrices?

To everyone:
I'm curious, did anyone not know what matrix multiplication was and finally understand it thanks to my post above ^^?

Last edited by ErnieParke (2012-11-14 20:06:52)


http://i46.tinypic.com/35ismmc.png

Offline

 

#156 2012-11-14 21:16:21

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

firedrake969_test wrote:

ErnieParke wrote:

Survey

Do you like the shop's layout? If no, why not? [yes]

Do you like the ideas? Do you think that they could be improved? [no]

How about the service? Is it friendly and nice or cruel and insulting? [mice]

Is there anything that you think could be improved or added to this idea shop? [not ATM]

Overall, how much would you rate this shop out of 10 and why? [will add later]

Thanks for filling out the survey!


http://i46.tinypic.com/35ismmc.png

Offline

 

#157 2012-11-15 16:38:35

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

To Firedrake969:
Do you know the matrix calculator I've been making for you? Well it was the hardest bit of coding I've ever made and I've finally finished it, except for finding determinants, which shouldn't be too hard to add. So, tomorrow, I should be uploading it.  smile

Edit:
I decided to upload what I have today, so here's the link. Remember, I'll be updating it tomorrow.

Last edited by ErnieParke (2012-11-15 17:07:33)


http://i46.tinypic.com/35ismmc.png

Offline

 

#158 2012-11-17 00:42:09

Ideas
Scratcher
Registered: 2012-10-07
Posts: 100+

Re: .:; Idea Shop ;:.

Hi, i'm back again and i need funny ideas on annimation
-
time, what happens, amount of characters, etc.
-
Thanx


http://img685.imageshack.us/img685/2010/screenshot20121110at132.pngI think that you must CLICK above

Offline

 

#159 2012-11-17 01:21:25

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: .:; Idea Shop ;:.

Ideas wrote:

Hi, i'm back again and i need funny ideas on annimation
-
time, what happens, amount of characters, etc.
-
Thanx

Date:Whatever time you use the toilet.
Chacters: troll face X5, Weegee
Weegee was sick of being a plumber. He decided to place a time bomb in the sewer. He make an army ofspecial needs laser shooting toilets.
The trolls fart in the toilet and posion Weegee army.
Teh endz

No just kidding. What till your true idea

Last edited by fillergames (2012-11-17 01:25:58)


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#160 2012-11-17 11:02:58

soniku3
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: .:; Idea Shop ;:.

# of ideas: 6
Ideas on: RPG,Battle game,Name for a main charatcher.
Description:RPG:About some ghost city. Battle Game:Dark Spirit VS Light Spirit Name:Your idea.
Anything else:Nope.


internet's all about cats today.

Offline

 

#161 2012-11-17 17:03:31

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

Ideas wrote:

Hi, i'm back again and i need funny ideas on annimation
-
time, what happens, amount of characters, etc.
-
Thanx

Okay, here are my ideas:

1). A monkey walks by a molecule collider and sees a sign saying "Keep out." The monkey then enters it and messes around with everything for fun. Somehow, the collider turns on, antimatter is created and the Earth is obliterated.

2). This is bulding off of Scratch Middle School: Scratch High School.

3). An animtation about some hilarious joke that you've heard before.

4). A series of animations about a character and his/her adventures through the world and possible time as well.

I hope that you like my ideas!


http://i46.tinypic.com/35ismmc.png

Offline

 

#162 2012-11-17 20:34:44

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

soniku3 wrote:

# of ideas: 6
Ideas on: RPG,Battle game,Name for a main charatcher.
Description:RPG:About some ghost city. Battle Game:Dark Spirit VS Light Spirit Name:Your idea.
Anything else:Nope.

Here are my ideas for you:

Ghost town game ideas:

1). You happen to be a lonely stranger (unknowingly a light spirit) walking around the desert. After some time, you walk across a seemingly abandoned city. You exlore it a bit when suddenly you get ambushed by some dark spirits, but then almost immediatly rescued by a light spirit. This is the beginning of a tale in which you rise through the ranks of the light spirits in the city and eventually face the dark spirits in a final showdown to expell them from the city.

2). The Dark and Light empires have battled for ages, and mor eattrocities are being commited each day by the dark spirits. Now, the reins of command have been given to you so that you can drive the light empire to victory against its abhorable (hateable)enemies. Ther eshould be different troops to command, different traps to consruct, ect...

Light Spirit names:

1). Dormetheus (Door-me-thi-us)

2). Merick (Mare-ick)

Dark spirit names:

1). Malthus (Maul-thus)

2). Laud (Lau-dih)

I hope that you like my ideas!


http://i46.tinypic.com/35ismmc.png

Offline

 

#163 2012-11-17 20:37:08

StarscreamClone
Scratcher
Registered: 2012-05-19
Posts: 1000+

Re: .:; Idea Shop ;:.

How're mine comin'?


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i1154.photobucket.com/albums/p522/lizzyhipo/Angelica101-1-1-1.jpg&link2=http://i46.tinypic.com/2elqwdy.png&link3=http://i1273.photobucket.com/albums/y404/Hulydooly/decepticon.jpg&link4=http://i44.tinypic.com/34rvb07.png

Offline

 

#164 2012-11-17 20:41:01

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

StarscreamClone wrote:

How're mine comin'?

You do know that they've been done for the past week or so? Here's the link to your ideas.

Last edited by ErnieParke (2012-11-17 20:41:10)


http://i46.tinypic.com/35ismmc.png

Offline

 

#165 2012-11-17 20:43:49

StarscreamClone
Scratcher
Registered: 2012-05-19
Posts: 1000+

Re: .:; Idea Shop ;:.

ErnieParke wrote:

StarscreamClone wrote:

How're mine comin'?

You do know that they've been done for the past week or so? Here's the link to your ideas.

Woah...  Did not know!  Heh heh...  Sorry!  I was expecting a new post...  Thanks!


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i1154.photobucket.com/albums/p522/lizzyhipo/Angelica101-1-1-1.jpg&link2=http://i46.tinypic.com/2elqwdy.png&link3=http://i1273.photobucket.com/albums/y404/Hulydooly/decepticon.jpg&link4=http://i44.tinypic.com/34rvb07.png

Offline

 

#166 2012-11-17 20:45:58

StarscreamClone
Scratcher
Registered: 2012-05-19
Posts: 1000+

Re: .:; Idea Shop ;:.

StarscreamClone wrote:

ErnieParke wrote:

StarscreamClone wrote:

How're mine comin'?

You do know that they've been done for the past week or so? Here's the link to your ideas.

Woah...  Did not know!  Heh heh...  Sorry!  I was expecting a new post...  Thanks!

I like 'em, thanks! (sorry again...  Did not know...  I'll pay better attention next time!  smile )


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i1154.photobucket.com/albums/p522/lizzyhipo/Angelica101-1-1-1.jpg&link2=http://i46.tinypic.com/2elqwdy.png&link3=http://i1273.photobucket.com/albums/y404/Hulydooly/decepticon.jpg&link4=http://i44.tinypic.com/34rvb07.png

Offline

 

#167 2012-11-17 20:53:17

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

StarscreamClone wrote:

StarscreamClone wrote:

ErnieParke wrote:

You do know that they've been done for the past week or so? Here's the link to your ideas.

Woah...  Did not know!  Heh heh...  Sorry!  I was expecting a new post...  Thanks!

I like 'em, thanks! (sorry again...  Did not know...  I'll pay better attention next time!  smile )

It's okay, this is a mistake that any scratcher could have made. In fact, if I'm correct, I almost made a mistake similar to this once. A good thing to do is to check the list of completed orders, which I keep up to date. Anyway, your welcome!

Last edited by ErnieParke (2012-11-20 16:45:15)


http://i46.tinypic.com/35ismmc.png

Offline

 

#168 2012-11-19 08:19:25

Ideas
Scratcher
Registered: 2012-10-07
Posts: 100+

Re: .:; Idea Shop ;:.

ErnieParke wrote:

Ideas wrote:

Hi, i'm back again and i need funny ideas on annimation
-
time, what happens, amount of characters, etc.
-
Thanx

Okay, here are my ideas:

1). A monkey walks by a molecule collider and sees a sign saying "Keep out." The monkey then enters it and messes around with everything for fun. Somehow, the collider turns on, antimatter is created and the Earth is obliterated.

2). This is bulding off of Scratch Middle School: Scratch High School.

3). An animtation about some hilarious joke that you've heard before.

4). A series of animations about a character and his/her adventures through the world and possible time as well.

I hope that you like my ideas!

Thanx Much


http://img685.imageshack.us/img685/2010/screenshot20121110at132.pngI think that you must CLICK above

Offline

 

#169 2012-11-20 11:54:31

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: .:; Idea Shop ;:.

ErnieParke wrote:

Survey

Do you like the shop's layout? If no, why not? Yes

Do you like the ideas? YYYYEEESSS Do you think that they could be improved?  No.

How about the service? Is it friendly and nice or cruel and insulting? Definitely friendly and nice.

Is there anything that you think could be improved or added to this idea shop? Hmmm... Not at the moment, but if I think of something, I'll change this.

Overall, how much would you rate this shop out of 10 and why? 10 because it's so amazing!!!!!!!! big_smile


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&action=projects&type=newest&return=image&num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&action=onlineStatus&type=text

Offline

 

#170 2012-11-20 12:09:48

GenChico
Scratcher
Registered: 2012-11-08
Posts: 100+

Re: .:; Idea Shop ;:.

Hi Ernie, i have seen you around quite a bit.


I was wondering if you could give me some ideas for a Mad-Lib Story. It doesn't have to be super long. I honestly don't care what the story is about. Possibly Thanksgiving related to go with my animation.

Thanks in advance, GenChico


http://i.imgur.com/Cb8HC.png

Offline

 

#171 2012-11-20 15:32:16

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: .:; Idea Shop ;:.

Ideas wrote:

ErnieParke wrote:

Ideas wrote:

Hi, i'm back again and i need funny ideas on annimation
-
time, what happens, amount of characters, etc.
-
Thanx

Okay, here are my ideas:

1). A monkey walks by a molecule collider and sees a sign saying "Keep out." The monkey then enters it and messes around with everything for fun. Somehow, the collider turns on, antimatter is created and the Earth is obliterated.

2). This is bulding off of Scratch Middle School: Scratch High School.

3). An animtation about some hilarious joke that you've heard before.

4). A series of animations about a character and his/her adventures through the world and possible time as well.

I hope that you like my ideas!

Thanx Much

Im just guessing its me but was my idea funnier? It was pretty stupid.


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#172 2012-11-20 16:38:32

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

GenChico wrote:

Hi Ernie, i have seen you around quite a bit.


I was wondering if you could give me some ideas for a Mad-Lib Story. It doesn't have to be super long. I honestly don't care what the story is about. Possibly Thanksgiving related to go with my animation.

Thanks in advance, GenChico

You had forgotten to fill out the form. Next time, try and fill it out.  wink

Anyway, hi and here is my idea for you:

You'll need:
Group #1
Meal #1
Place #1
Adjective #1 & #2
Food #1 & #2
People #1 & #2
Action #1 - #3
Item #1 - #5

One Thanksgiving day, __(Person #1)__ decided to have a __(Food #1)__ for __(meal #1)__. __(Person #1)__ then __(action #1) to the store, bought a(n) __(Item #1)__ and a(n) __(Item #2) for __(meal #1)__. Afterwards, __(Person #1)__ went __(place #1)__, invited __(Person #2)__ over, and prepared the __(Item #3)__. __(Person #2)__ came over, and they had a __(adjective #1)__ __(meal #1)__,
[Stop here if you want.]
but then a __(item #4)_  got __(action #2)__ over, and the __(place #1)__ caught on fire. The __(group #1)__ came over, they __(action #3)__ the fire, and donated a __(Food #2)__ to (Person #1). They all then had a __(adjective #2)__ Thanksgiving day eating __(Food #2)__.

I hope that you like my idea!

Last edited by ErnieParke (2012-11-20 16:44:00)


http://i46.tinypic.com/35ismmc.png

Offline

 

#173 2012-11-20 16:48:15

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

fillergames wrote:

Ideas wrote:

ErnieParke wrote:

Okay, here are my ideas:

1). A monkey walks by a molecule collider and sees a sign saying "Keep out." The monkey then enters it and messes around with everything for fun. Somehow, the collider turns on, antimatter is created and the Earth is obliterated.

2). This is bulding off of Scratch Middle School: Scratch High School.

3). An animtation about some hilarious joke that you've heard before.

4). A series of animations about a character and his/her adventures through the world and possible time as well.

I hope that you like my ideas!

Thanx Much

Im just guessing its me but was my idea funnier? It was pretty stupid.

It wasn't pretty stupid. In fact, I like it for its creativity, though it seems random. Also, I never have liked jokes like that so I can't say if it was funny or not.  hmm

tailskirbyyoshifan wrote:

ErnieParke wrote:

tailskirbyyoshifan wrote:

Hey, I'd like to assist you in your operation.

Hmmm... I'll have to think more about this before I can get you a defenite answer, though there already are some ideas stirring in my mind.

Ok.  tongue

I'm still in a battle with myself on what to do, so sorry for the long wait time in my response. Hopefully it should come in on or by Thanksgiving.  smile

Last edited by ErnieParke (2012-11-20 16:53:49)


http://i46.tinypic.com/35ismmc.png

Offline

 

#174 2012-11-20 16:56:53

TheSupremeOverLord
Scratcher
Registered: 2012-09-29
Posts: 100+

Re: .:; Idea Shop ;:.

Do you need any help?  I am really good at ideas.


http://i1154.photobucket.com/albums/p522/lizzyhipo/MINIPIG.jpg

Offline

 

#175 2012-11-20 17:14:36

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: .:; Idea Shop ;:.

TheSupremeOverLord wrote:

Do you need any help?  I am really good at ideas.

Well at the moment, no, I don't need help, though as I said in some earlier posts, I might be expanding my shop soon. Here's one of those posts if you're too lazy to go hunt for it:

ErnieParke wrote:

Ideas wrote:

Do you need help with this?

No, though soon I might be expanding my shop so that scratchers, other than I, could join the shop and give people ideas. Then, if that happens, you could join & help, though not now.


And to add on, I should reach a decision about this by or on Thanksgiving. I'm at an em passé at the moment.

Last edited by ErnieParke (2012-11-20 17:17:19)


http://i46.tinypic.com/35ismmc.png

Offline

 

Board footer