This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Announcements
  •  » Need your feedback on experimental block search/sharing feature

#51 2010-01-08 19:14:10

kcarnold
Scratcher
Registered: 2007-09-17
Posts: 3

Re: Need your feedback on experimental block search/sharing feature

People probably missed my earlier post, so I'll post this again:

I'd really appreciate if you could try a few projects in my user study:
http://kagu.media.mit.edu:54321/

Thanks!
-Ken

Offline

 

#52 2010-01-08 21:44:21

Chatter
Scratcher
Registered: 2009-11-29
Posts: 500+

Re: Need your feedback on experimental block search/sharing feature

How I use it? Well...  neutral

For following the mouse, I do this:

<when green flag clicked>
<forever>
<go to[  mouse-pointer
<end>

It's real simple.

And for the arrow key control, I do this:

<when[  up arrow ]key pressed>
<point in direction(  0
<move(  10  )steps>
<stop script>

<when[  down arrow ]key pressed>
<point in direction(  180
<move(  10  )steps>
<stop script>

<when[  right arrow ]key pressed>
<point in direction(  90
<move(  10  )steps>
<stop script>

<when[  left arrow ]key pressed>
<point in direction(  -90 or 270
<move(  10  )steps>
<stop script>


http://img19.imageshack.us/img19/2339/mcdonaldsjoke.gifAll your problems are like batter when you add a little Chatter, because when you have Chat, you're safe from bats.  big_smile
"And so?" - The little people in my brain|Status: Snow in April?

Offline

 

#53 2010-01-09 03:26:25

08jackt
Scratcher
Registered: 2007-09-12
Posts: 1000+

Re: Need your feedback on experimental block search/sharing feature

awesome idea.

it would help alot of new scratchers to understand what each script does, instead looking at it blankly and thinging "urm.....k"

maybe you could make a script library, sort of like Flash's Object library.

you could drag scripts into a little window, and re-use them as much as you like.

cant wait for the next version of scratch  big_smile


http://i39.tinypic.com/jgtswi.png

Offline

 

#54 2010-01-09 09:49:51

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Need your feedback on experimental block search/sharing feature

I think it's a great idea! I don't hthink I'd seen this topic before.

Offline

 

#55 2010-02-27 20:12:10

illusionist
Retired Community Moderator
Registered: 2008-07-02
Posts: 1000+

Re: Need your feedback on experimental block search/sharing feature

illusionist wrote:

Tell me what you think about this!

http://img97.imageshack.us/img97/5660/63747686.png


http://i.imgur.com/8LX1NrV.png

Offline

 

#56 2010-02-27 20:20:15

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Need your feedback on experimental block search/sharing feature

illusionist wrote:

illusionist wrote:

Tell me what you think about this!

http://img97.imageshack.us/img97/5660/63747686.png

Or maybe, resources instead  smile


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

Offline

 

#57 2010-02-28 13:15:08

captinskele
Scratcher
Registered: 2010-02-05
Posts: 3

Re: Need your feedback on experimental block search/sharing feature

Wow, I will try those comment thingys!


No, it is NOT PRONOUNCED LIKE THIS: Cap - Tin - Skeel
Its pronounced like this: Cap - Tin - Skelly

Offline

 

#58 2010-03-01 14:58:04

masterhand7
Scratcher
Registered: 2009-10-05
Posts: 100+

Re: Need your feedback on experimental block search/sharing feature

Cool. Hope this feature makes it to Scratch 2.0!


Click here to see the first iPhone virus!
http://www.danasoft.com/sig/MASTERHAND7PWNZ.jpg

Offline

 

#59 2010-10-22 07:56:30

mopper2
Scratcher
Registered: 2010-05-31
Posts: 33

Re: Need your feedback on experimental block search/sharing feature

I like it. my friend left scratch because they never had anuff time to make the projects.

(to much homework)

(\_/)
( ' .' )
(_  _)


MOPPER2

Offline

 

#60 2010-10-22 09:39:24

jacool
Scratcher
Registered: 2008-01-25
Posts: 1000+

Re: Need your feedback on experimental block search/sharing feature

mopper2 wrote:

I like it. my friend left scratch because they never had anuff time to make the projects.

(to much homework)

(\_/)
( ' .' )
(_  _)

I recognize that  smile
My last three weeks were very busy, very many tests  smile
Next week I only have one test then it's one week holidays.


http://i571.photobucket.com/albums/ss159/JacobKar/svensktiger-1.png

Offline

 

#61 2010-10-28 17:09:10

aweman
Scratcher
Registered: 2008-06-22
Posts: 100+

Re: Need your feedback on experimental block search/sharing feature

Chrischb wrote:

How do you publish your scripting? Because some false scripts could be sent in, and that would mean trouble.

Maybe it could be like a project thing, only with scripts? That way, people could flag the bad ones and give loveits to the good ones!

Offline

 

#62 2010-10-29 09:20:09

axorion
Scratcher
Registered: 2010-01-05
Posts: 28

Re: Need your feedback on experimental block search/sharing feature

I agree with DarthPickley. Useful code will often reference variables, lists, sprites, costumes, broadcasts and sounds. Unless some method is used to recreate these links I fear this feature will fail to be useful.

An alternative to the BYOB/function would be a macro/script with definable sockets. Once the user has dropped all the required data types into the sockets it pastes the adjusted code segment. Ether way the code will need to be created for the purpose of sharing. If it is not then it may as well be a picture in the forums or a tutorial.

P.S. I don’t like that you are referring to code segments as stacks. Stacks are a very important part of programming. I is bad enough that Scratch does not support them. Please do not teach budding new programmers false meanings.

Offline

 

#63 2010-10-30 20:37:05

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Need your feedback on experimental block search/sharing feature

This is a really cool idea!

I'm not sure if anyone has mentioned this yet, but what if it grabbed the scripts directly off Scratch Resources?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#64 2010-10-31 07:15:25

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Need your feedback on experimental block search/sharing feature

great idea! So would there be like an upload feature for blocks? Maybe another file type like .sprite but maybe .block?  big_smile
Sounds cool. Would be great for scrolling games that require a lot of maths and numbers!  smile


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#65 2011-01-24 22:42:29

tripleduece
Scratcher
Registered: 2010-07-12
Posts: 6

Re: Need your feedback on experimental block search/sharing feature

dav09 wrote:

well im not sure if this will happen! Is it already made?Is scratch 1.5 coming out in November?

its called scratch 2.0

Offline

 

#66 2011-01-27 11:50:51

jman13
Scratcher
Registered: 2009-12-09
Posts: 65

Re: Need your feedback on experimental block search/sharing feature

Chrischb wrote:

How do you publish your scripting? Because some false scripts could be sent in, and that would mean trouble.

It could be like at the scratch resourses: the scratch team or whoever, goes through it, and some fool-proof ones could be published.

Offline

 

#67 2011-01-27 17:22:37

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Need your feedback on experimental block search/sharing feature

How would you stop people from putting tags on random scripts? Like someone could have a script for a sprite to move 5 steps, then change costume, and they set that script as gravity.

Offline

 

#68 2011-08-19 14:21:17

liol
Scratcher
Registered: 2007-06-30
Posts: 8

Re: Need your feedback on experimental block search/sharing feature

jumping (moves sprite up then down with jumping script)

walk left (moves Sprite left)

walk right (moves Sprite right) - maybe add on weather to change costume by adding the word costume on the end or adding press on the end will make it so you have to press it right or left)

Offline

 

#69 2011-08-19 19:09:08

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: Need your feedback on experimental block search/sharing feature

This is a really old topic. Is the idea still open?  hmm
I generally don't use small chunks of scripts from other projects, mostly because if they were general enough to fit my project, and yet specific enough to not be easier to make than to find, they would probably be a huge engine like a scrolling engine or 3D engine, or almost the entire scripting from a project I'm remixing.

So I don't know how helpful this idea would be. Because basically:
If it's a short script that's easy to make, it'd be easier to make it than to search for it.
If it's a long script that's easy to make (most of the time this means a bunch of text, variable use, or tons of if-then statements), it's probably going to be too general to fit any particular project well besides those made specifically with that script in mind.
If it's a long script that's hard to make, and yet fits your project, it's probably one of those things you'd base your project on like a scrolling engine, so it'd be more efficient to have a copy of a sprite containing it saved in a core folder on your computer used for saving Scratch stuff, for easy importing (and even then you'd need to tweak it, for example to add torchlight or water, etc.).

So that leaves short scripts that are hard or annoying to make (for example, repeated use of the Law of Cosines or finding the coordinates of the circumcenter of a given triangle, which need a ton of annoying operations and variables), and easy lookup-imports would be good for those. Also, when I was talking about long scripts, I overlooked the fact that there could perhaps be a few people who have made a project very similar to yours, so in that case you can find something specific to use in your project (but then again you would probably remix.)

Overall evaluation: neat idea, and in some cases would be good to use, but may not be worth the effort it takes to implement.


http://myfastcounter.com/count.php?c_style=75&amp;id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 
  • Index
  •  » Announcements
  •  » Need your feedback on experimental block search/sharing feature

Board footer