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

#1 2010-05-04 06:07:23

14God
Scratcher
Registered: 2008-11-14
Posts: 100+

These would be some good improvements to scratch.

1rst: Improved speed
2nd: The ability to create functions(build a block)
3rd: The ability to spawn pre defined sprites
4rth: The ability to have WAN(internet) based variables and arrays(lists)
5th: User name block(especially important for online projects as suggested in point 4)

Please consider these points for later versions of scratch. Thank you.
(PS Scratch Rules!!!)

Last edited by 14God (2010-05-04 06:08:24)


http://cs.berkeley.edu/~bh/sig4.png
Logic and reason have led me to atheism... but I'm stuck with the name  tongue

Offline

 

#2 2010-05-04 09:45:12

electrified123
Scratcher
Registered: 2009-11-22
Posts: 100+

Re: These would be some good improvements to scratch.

14God wrote:

1rst: Improved speed
2nd: The ability to create functions(build a block)
3rd: The ability to spawn pre defined sprites
4rth: The ability to have WAN(internet) based variables and arrays(lists)
5th: User name block(especially important for online projects as suggested in point 4)

Please consider these points for later versions of scratch. Thank you.
(PS Scratch Rules!!!)

i agree BRING BACK NETSCRATCH IT WAS AWSOME!!! 14God were you around when scratch was starting up or at least back when netscratch was here just search it in the forums and download it look at the sensing blocks, internet connection punchlines of the day definition of the day temperature in city and more shariables my mood this persons mood , set my shariable mood,feeling to_______  fun very fun NETSCRATCH ROCKS I STILL REMEMBER THE OLE' DAYS OF SCRATCH NETSCRATCH, SO EVERYONE THATS WITH ME COME ON NETSCRATCH NETSCRATCH NETSCRATCH


http://i47.tinypic.com/5nrzmp.jpg check out my stuff ~ If You Really Thought i would think what you thought, than you must think i think what you thought i would think at the time you thought i was thinking what you thought

Offline

 

#3 2010-05-04 10:53:07

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: These would be some good improvements to scratch.

electrified123 wrote:

14God wrote:

1rst: Improved speed
2nd: The ability to create functions(build a block)
3rd: The ability to spawn pre defined sprites
4rth: The ability to have WAN(internet) based variables and arrays(lists)
5th: User name block(especially important for online projects as suggested in point 4)

Please consider these points for later versions of scratch. Thank you.
(PS Scratch Rules!!!)

i agree BRING BACK NETSCRATCH IT WAS AWSOME!!! 14God were you around when scratch was starting up or at least back when netscratch was here just search it in the forums and download it look at the sensing blocks, internet connection punchlines of the day definition of the day temperature in city and more shariables my mood this persons mood , set my shariable mood,feeling to_______  fun very fun NETSCRATCH ROCKS I STILL REMEMBER THE OLE' DAYS OF SCRATCH NETSCRATCH, SO EVERYONE THATS WITH ME COME ON NETSCRATCH NETSCRATCH NETSCRATCH

The old netscratch failed.


I like the spawning thing, functions are basically broadcasts IF speed is improved.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#4 2010-05-04 17:17:23

1stCorinthians
Scratcher
Registered: 2009-06-14
Posts: 52

Re: These would be some good improvements to scratch.

Hey, the 4th idea was my idea!  sad  Nice other ideas though

Offline

 

#5 2010-06-19 22:27:18

wmays
Scratcher
Registered: 2008-05-10
Posts: 500+

Re: These would be some good improvements to scratch.

Might the objects be able to spawn other objects? Like this:
http://i48.tinypic.com/j788ps.jpg
That would make it easier to fire paintballs from guns.


http://i42.tinypic.com/2z5vcz9.gif
http://phpscripthost.comoj.com/imagescripts/ipimg.php

Offline

 

#6 2010-09-30 04:20:41

14God
Scratcher
Registered: 2008-11-14
Posts: 100+

Re: These would be some good improvements to scratch.

juststickman wrote:

I like the spawning thing, functions are basically broadcasts IF speed is improved.

Broadcasts are a very awkward way of calling more sections of code.

A nice way of thinking of complex programs is to think of it as a tree. The trunk is the more abstract main loop that calls less abstract more specific scripts (branches) which in turn call more scripts which call more scripts and so on. Soon all the branches have reached their necessary places. For example: If I say to someone, 'go get me an apple', that person (provided that they feel like doing that) will:
-start walking to the kitchen
-enter the kitchen
-walk up to the fridge
-open the fridge
-open a drawer
-grab an apple
-close the drawer
-close the fridge
-walk away from the fridge
-leave the kitchen
-walk back to me
-hand me the apple
But I didn't have to give all these instructions to this person because he already knows what the command meant and he/she broke it into a bunch of simple parts.
I may have even taught him/her the parts of this routine, and I don't have to teach them again.
PS sorry for going on but this kind of stuff gets me excited and have you ever seen BYOB(a scratch mod)? That's what functions should really look like in scratch.

Last edited by 14God (2010-09-30 04:24:48)


http://cs.berkeley.edu/~bh/sig4.png
Logic and reason have led me to atheism... but I'm stuck with the name  tongue

Offline

 

#7 2010-09-30 04:23:51

helltank
Scratcher
Registered: 2010-05-21
Posts: 1000+

Re: These would be some good improvements to scratch.

14God wrote:

juststickman wrote:

electrified123 wrote:


i agree BRING BACK NETSCRATCH IT WAS AWSOME!!! 14God were you around when scratch was starting up or at least back when netscratch was here just search it in the forums and download it look at the sensing blocks, internet connection punchlines of the day definition of the day temperature in city and more shariables my mood this persons mood , set my shariable mood,feeling to_______  fun very fun NETSCRATCH ROCKS I STILL REMEMBER THE OLE' DAYS OF SCRATCH NETSCRATCH, SO EVERYONE THATS WITH ME COME ON NETSCRATCH NETSCRATCH NETSCRATCH

The old netscratch failed.


I like the spawning thing, functions are basically broadcasts IF speed is improved.

Broadcasts are a very awkward way of calling more sections of code.

A nice way of thinking of complex programs is to think of it as a tree. The trunk is the more abstract main loop that calls less abstract more specific scripts (branches) which in turn call more scripts which call more scripts and so on. Soon all the branches have reached their necessary places. For example: If I say to someone, 'go get me an apple', that person (provided that they feel like doing that) will:
-start walking to the kitchen
-enter the kitchen
-walk up to the fridge
-open the fridge
-open a drawer
-grab an apple
-close the drawer
-close the fridge
-walk away from the fridge
-leave the kitchen
-walk back to me
-hand me the apple
But I didn't have to give all these instructions to this person because he already knows what the command meant and he broke it into a bunch of simple parts.
I may have taught him these parts of this routine, and I don't have to teach them again.
PS sorry for going on but this kind of stuff gets me excited and have you ever seen BYOB(a scratch mod)? That's what functions should really look like in scratch.

Yea, my friend wei2912 created a <go to this link> block. THe default URL is scratch.mit.edu


Error:Signature could not load. Please wait for an indefinite amount of time, until you realize you're gullible and go off to look for another potentially interesting signature to stare at.

Offline

 

#8 2010-09-30 18:55:56

Bentheneighbor
Scratcher
Registered: 2008-12-24
Posts: 100+

Re: These would be some good improvements to scratch.

14God wrote:

juststickman wrote:

I like the spawning thing, functions are basically broadcasts IF speed is improved.

Broadcasts are a very awkward way of calling more sections of code.

A nice way of thinking of complex programs is to think of it as a tree. The trunk is the more abstract main loop that calls less abstract more specific scripts (branches) which in turn call more scripts which call more scripts and so on. Soon all the branches have reached their necessary places. For example: If I say to someone, 'go get me an apple', that person (provided that they feel like doing that) will:
-start walking to the kitchen
-enter the kitchen
-walk up to the fridge
-open the fridge
-open a drawer
-grab an apple
-close the drawer
-close the fridge
-walk away from the fridge
-leave the kitchen
-walk back to me
-hand me the apple
But I didn't have to give all these instructions to this person because he already knows what the command meant and he/she broke it into a bunch of simple parts.
I may have even taught him/her the parts of this routine, and I don't have to teach them again.
PS sorry for going on but this kind of stuff gets me excited and have you ever seen BYOB(a scratch mod)? That's what functions should really look like in scratch.

Who keeps apples in a refrigerator?


"Something most Flash developers couldn't do."/"If 50 people did this, I would be amazed."/"Truly the best game on Scratch."/"So realistic, dark, and even beautiful, this game is better than 90% of escape games!" Real comments! CLICK HERE to see for yourself!

Offline

 

Board footer