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

#76 2009-08-02 15:10:07

coka
Scratcher
Registered: 2007-11-03
Posts: 1000+

Re: Scratch 1.5

These are some of my ideas:

http://i26.tinypic.com/qyh98y.gif
http://i29.tinypic.com/2rdalj5.gif

http://i31.tinypic.com/2rw013n.gif
http://i26.tinypic.com/nz0sq8.gif

http://i31.tinypic.com/eg5mc5.gif
http://i30.tinypic.com/3538oxw.gif

http://i29.tinypic.com/v4v3ex.gif

Last edited by coka (2009-08-02 15:16:31)


http://i42.tinypic.com/2rot8c2.png

Offline

 

#77 2009-08-02 15:18:16

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: Scratch 1.5

Nice ideas! I'd like to see some of those...

Offline

 

#78 2009-08-02 15:25:56

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: Scratch 1.5

Yes, they're kinda helpful... Especially this pen size/shade/color reporters and boolean reporter, which is helpful (but rather useless)


Converting my Scratch projects to Python!

Offline

 

#79 2009-08-03 07:39:52

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 1.5

How did you make those???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#80 2009-08-03 20:39:52

coka
Scratcher
Registered: 2007-11-03
Posts: 1000+

Re: Scratch 1.5

henley wrote:

How did you make those???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

Oh... I copied a block already in scratch and changed the color and text to what i wanted. It is not easy!  wink


http://i42.tinypic.com/2rot8c2.png

Offline

 

#81 2009-08-04 11:39:55

mayomushey
Scratcher
Registered: 2009-05-19
Posts: 8

Re: Scratch 1.5

http://scratch.mit.edu/forums/viewtopic.php?pid=166642#req_message

if they can put new sound devices


http://i.imgur.com/KIWLr.gif
Pootis.

Offline

 

#82 2009-08-04 11:42:05

mayomushey
Scratcher
Registered: 2009-05-19
Posts: 8

Re: Scratch 1.5

<play sound[ mario theme ]and waits>

my song is not like a scratch song :-(


http://i.imgur.com/KIWLr.gif
Pootis.

Offline

 

#83 2009-08-04 11:45:33

mayomushey
Scratcher
Registered: 2009-05-19
Posts: 8

Re: Scratch 1.5

<next slideshow>

am i talking too much? if so sorry


http://i.imgur.com/KIWLr.gif
Pootis.

Offline

 

#84 2009-08-04 17:20:39

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 1.5

coka wrote:

henley wrote:

How did you make those???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

Oh... I copied a block already in scratch and changed the color and text to what i wanted. It is not easy!  wink

How did you get them in the forums?


P.S.
Nice job on the block editing!!


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#85 2009-08-08 09:24:50

dusski
Scratcher
Registered: 2009-06-04
Posts: 75

Re: Scratch 1.5

maybe there can be a block that receives sound from microphone and broadcasts a some kind of message. and for those who don't have a microphone there could be a box where they could write "the word" which is the main command
but this is just an idea
i would like to see scratch evolve in big game making program whit whom you could make standalone games for mobile phones and computers

Last edited by dusski (2009-08-08 09:27:49)


dusski

Offline

 

#86 2009-08-08 14:03:28

TheCatAndTheBanana
Scratcher
Registered: 2008-03-21
Posts: 1000+

Re: Scratch 1.5

A better script clean.

so instead of:                   
<when green flag clicked>
<play sound[ ]>               
<when[  ]key pressed>
<next costume>


Its:
<when green flag clicked><when[  ]key pressed>
<next costume>               <play sound[ ]>


My Newest Project!
Ceta? wat r u doin? CETA! STAHP!

Offline

 

#87 2009-08-08 14:25:36

big-bang
Scratcher
Registered: 2008-02-21
Posts: 1000+

Re: Scratch 1.5

I would like a ([color] effect) block.


http://i47.tinypic.com/6edrbm.jpghttp://i45.tinypic.com/dw9hmw.jpghttp://i50.tinypic.com/f28tvn.jpghttp://i45.tinypic.com/ruwaop.jpg

Offline

 

#88 2009-08-08 14:38:37

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

Re: Scratch 1.5

I think it would be cool if you could switch to a "scratch text mode" which would be text based scripting and not "block based". In that way members could learn about programming that they could use in their jobs when they get older.
Please excuse my english and
Pleae tell me if you didn't understand


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

Offline

 

#89 2009-08-08 18:13:48

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 1.5

jacool wrote:

I think it would be cool if you could switch to a "scratch text mode" which would be text based scripting and not "block based". In that way members could learn about programming that they could use in their jobs when they get older.
Please excuse my english and
Pleae tell me if you didn't understand

It was great English, and I understood all of it!!  smile


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#90 2009-08-08 22:45:06

matthewbluewars
Scratcher
Registered: 2008-11-26
Posts: 29

Re: Scratch 1.5

keikij wrote:

The ability to create libraries. I made a topic on it already though. Also, allowing scratch to display HTML and PHP pages. You could create a web browser in Scratch or an HTML editor that let's you preveiw the HTML you write.

Great idea. I also think we should have something like Mesh, that lets Sprites enter shared rooms. I agree with some previous ideas:
-Add and delete sprites
-Mesh


http://img42.imageshack.us/img42/9349/reddesert.png <-- Click for demo

Offline

 

#91 2009-08-09 14:20:20

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

Re: Scratch 1.5

adriangl wrote:

Maybe a better sprite editor?

Or the ability to program your project using cake,squeak, and all of that?

Then it wouldn't be scratch  sad


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

Offline

 

#92 2009-08-09 14:53:11

matthewbluewars
Scratcher
Registered: 2008-11-26
Posts: 29

Re: Scratch 1.5

I also think we should use object classes to make templates. So there would be special "template" sprites. Every script on them would start out with <when template1 created>.  along with the <stop script>, templates would also have a <delete me> block. sprites would have a block <create sprite of [class]>. and the <touching[ ]>
would accept classes.
and scratch needs a mesh or online shared rooms


http://img42.imageshack.us/img42/9349/reddesert.png <-- Click for demo

Offline

 

#93 2009-08-09 21:10:32

butheadrecoverdwpa
Scratcher
Registered: 2009-01-25
Posts: 25

Re: Scratch 1.5

I would want all of those and (this is a list I made)
combined scratches (every version)
and chirp stuff (http://www.chirp.scratchr.org/blog/)
compile button
compile to game system button (hardware required)
comes with hardware
compatible with mindstorms
optional time thing in blocks
compatible with midi (midi keyboard not included)
open .scup (upgrades)
write |______| to |(where)|containing ( )
edit button (opens source code)
play movie
movies tab
tilt sensor (included)
tilt direction
tilt x
tilt y
calibrate

Last edited by butheadrecoverdwpa (2009-08-09 21:12:29)

Offline

 

#94 2009-08-10 06:27:41

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Scratch 1.5

i would like the <key[   ]pressed?> and <when[   ]key pressed> to be able to incorpperate the entire ketbored, E.g the F-keys, and the caps, enter, esc, insert, home, EVERYTHING!!

(p.s. the colours really need to be fixed!)


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#95 2009-08-10 07:36:37

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 1.5

butheadrecoverdwpa wrote:

I would want all of those and (this is a list I made)
combined scratches (every version)
and chirp stuff (Chirp)
compile button
compile to game system button (hardware required)
comes with hardware
compatible with mindstorms
optional time thing in blocks
compatible with midi (midi keyboard not included)
open .scup (upgrades)
write |______| to |(where)|containing ( )
edit button (opens source code)
play movie
movies tab
tilt sensor (included)
tilt direction
tilt x
tilt y
calibrate

I don't know, I think that would be too object oriented. Such as: How would a big piece of art use a tilt sensor? And Scratch is designed to be usable by 8-12 year olds, and eight year old, with no programming experience would know nothing about tilt sensors, or a lot of other stuff you listed.
Although the Edit button that opens the source code would be helpful. But that would have to have two ways to open scratch from that source code. One way that can be edited, but can not be shared with. And another way that you can share projects with, but not edit. It would be too hard for the Scratch team to make.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#96 2009-08-10 09:59:22

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Scratch 1.5

well the stop strip that part need a little improveing
eg
maybe i wanted some thing to stop but then after i shourt preriod of time i want to start agin


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

Offline

 

#97 2009-08-10 11:24:50

coka
Scratcher
Registered: 2007-11-03
Posts: 1000+

Re: Scratch 1.5

henley wrote:

coka wrote:

henley wrote:

How did you make those???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

Oh... I copied a block already in scratch and changed the color and text to what i wanted. It is not easy!  wink

How did you get them in the forums?


P.S.
Nice job on the block editing!!

Oh.... Go into the FAQ section of the forums and go to the forum topic Pictures and Screenshots.  wink

Last edited by coka (2009-08-10 11:25:23)


http://i42.tinypic.com/2rot8c2.png

Offline

 

#98 2009-08-10 12:19:32

butheadrecoverdwpa
Scratcher
Registered: 2009-01-25
Posts: 25

Re: Scratch 1.5

henley wrote:

butheadrecoverdwpa wrote:

I would want all of those and (this is a list I made)
combined scratches (every version)
and chirp stuff (Chirp)
compile button
compile to game system button (hardware required)
comes with hardware
compatible with mindstorms
optional time thing in blocks
compatible with midi (midi keyboard not included)
open .scup (upgrades)
write |______| to |(where)|containing ( )
edit button (opens source code)
play movie
movies tab
tilt sensor (included)
tilt direction
tilt x
tilt y
calibrate

I don't know, I think that would be too object oriented. Such as: How would a big piece of art use a tilt sensor? And Scratch is designed to be usable by 8-12 year olds, and eight year old, with no programming experience would know nothing about tilt sensors, or a lot of other stuff you listed.
Although the Edit button that opens the source code would be helpful. But that would have to have two ways to open scratch from that source code. One way that can be edited, but can not be shared with. And another way that you can share projects with, but not edit. It would be too hard for the Scratch team to make.

well I made that list for me to make the stuff when im older. I wanna go to MIT

Last edited by butheadrecoverdwpa (2009-08-10 12:20:37)

Offline

 

#99 2009-08-10 15:48:39

acedannyk
Scratcher
Registered: 2009-02-26
Posts: 55

Re: Scratch 1.5

It may be a small suggestion, but it would help!  In the paint editor when using the text tool.  Could we not just highlight certain letters and punctuation in the text to be a certain colour and/or font.  If we had that we wouldn't have to keep importing and exporting and all of that.

Offline

 

#100 2009-08-10 16:52:50

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 1.5

butheadrecoverdwpa wrote:

henley wrote:

butheadrecoverdwpa wrote:

I would want all of those and (this is a list I made)
combined scratches (every version)
and chirp stuff (Chirp)
compile button
compile to game system button (hardware required)
comes with hardware
compatible with mindstorms
optional time thing in blocks
compatible with midi (midi keyboard not included)
open .scup (upgrades)
write |______| to |(where)|containing ( )
edit button (opens source code)
play movie
movies tab
tilt sensor (included)
tilt direction
tilt x
tilt y
calibrate

I don't know, I think that would be too object oriented. Such as: How would a big piece of art use a tilt sensor? And Scratch is designed to be usable by 8-12 year olds, and eight year old, with no programming experience would know nothing about tilt sensors, or a lot of other stuff you listed.
Although the Edit button that opens the source code would be helpful. But that would have to have two ways to open scratch from that source code. One way that can be edited, but can not be shared with. And another way that you can share projects with, but not edit. It would be too hard for the Scratch team to make.

well I made that list for me to make the stuff when im older. I wanna go to MIT

I'll see 'ya there!


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

Board footer