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

#126 2009-08-21 09:46:26

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

Re: Scratch 1.5

Be able to see the written form of the block or script!


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

 

#127 2009-08-21 13:15:08

boy_fighter
Scratcher
Registered: 2009-07-07
Posts: 100+

Re: Scratch 1.5

You know, I have many ideas for scratch 1.5. Check my project "What would you add in scratch 1.5?".


Join the Combat Site RPG. Be a marine. Go later on to be a commander. One army against the world.

Offline

 

#128 2009-08-21 13:29:57

boy_fighter
Scratcher
Registered: 2009-07-07
Posts: 100+

Re: Scratch 1.5

I have an idea. How about these website games have an FTP for downloading their games from other websites than scratch.


<when green flag clicked>
<forever if><( <{ Scratch 1.5 }> <=> Coming soon! )>
<say[ What ideas do you have for Scratch 1.5?
<say[ Here's my idea: These websites with flash games should have FTP so that you can download these games and open them as an SB file.
<say[ What do you think?
<think[ GO FTP!!!!!!!!!!!!!!!!!!!!!!
<think[ ...
<repeat( 10
<change[ Pale ]effect by( 20
<repeat( 10
<change[ Pale ]effect by( -20
<think[ ...
<say[ Oh well.
<stop script>


Join the Combat Site RPG. Be a marine. Go later on to be a commander. One army against the world.

Offline

 

#129 2009-08-22 11:07:20

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

Re: Scratch 1.5

...ok... whats FTP?


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

 

#130 2009-08-22 12:01:24

sonicx15
Scratcher
Registered: 2009-02-25
Posts: 11

Re: Scratch 1.5

i want an action that change the look of a variable( number,bar,slider) so for example if you press a key the variable will change in a slider and you can change it! this is very useful-almost required to make good cheats for a game!

Offline

 

#131 2009-08-22 12:56:36

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

Re: Scratch 1.5

Maybe a clever AI program that can put all the scripts that could be together, together, so that the file size is reduced. For example, at first you have these two scripts:
[blocks]<when green flag clicked>
<forever if><key[ right arrow ]pressed?>
<move( 10 )steps>[/blocks]
and
[blocks]<when green flag clicked>
<forever if><key[ left arrow ]pressed?>
<move( -10 )steps>[/blocks]

Then you would click a button, and it would automatically change them into this:
[blocks]<when green flag clicked>
<forever>
<if><key[ left arrow ]pressed?>
<move( -10 )steps>
<end>
<if><key[ right arrow ]pressed?>
<move( 10 )steps>
<end>
<end>[/blocks]
Then you could also have an undo button if you didn't like the result.


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#132 2009-08-22 19:41:40

Adamman715
Scratcher
Registered: 2009-06-13
Posts: 49

Re: Scratch 1.5

henley wrote:

Here are some blocks I want, in PICTURE FORM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!






http://i30.tinypic.com/s25qva.png

Nice editing, if I was a noob to Scratch, I would have thought they were real!


http://gickr.com/results2/anim_be55add9-67f8-bed4-8ddd-85ad04acb8a5.gif ----------The many faces of Windows! -----------------
http://img215.imageshack.us/img215/5564/ubd2448.png

Offline

 

#133 2009-08-22 19:56:26

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

Re: Scratch 1.5

Adamman715 wrote:

henley wrote:

Here are some blocks I want, in PICTURE FORM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!






http://i30.tinypic.com/s25qva.png

Nice editing, if I was a noob to Scratch, I would have thought they were real!

Thank you!  wink  It was hard.


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

Offline

 

#134 2009-08-23 05:20:58

TheoMarr
Scratcher
Registered: 2009-04-13
Posts: 100+

Re: Scratch 1.5

cheddargirl wrote:

I want to see... MESH!  lol

Mesh? What is mesh? Kind of don't get that.

Offline

 

#135 2009-08-23 05:43:36

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

Re: Scratch 1.5

It's a rough networking interface. Currently it's there, but disabled. Snyff is used instead.


Converting my Scratch projects to Python!

Offline

 

#136 2009-08-23 06:05:01

TheoMarr
Scratcher
Registered: 2009-04-13
Posts: 100+

Re: Scratch 1.5

This is my current opinion of what could be in Scratch 1.5:
[blocks]<when[ any ]key pressed>[/blocks]
[blocks]<forever if> needs show and hide list blocks?[/blocks]
[blocks]<point in direction( x: 10 )y sad  10[/blocks]
[blocks]<think[ Hmmm... ]for( 2 )secs>[/blocks]
[blocks]<wait until><<<key[ any ]pressed?>  <or> I recieve [message]?  >>[/blocks]
[blocks]<set[ inflate ]effect to( 500[/blocks]
[blocks]<wait( 0.5 secs[/blocks]
[blocks]<clear graphic effects>[/blocks]
[blocks]<say[ Oh well I guess I can't do it. ]for( 2 )secs>[/blocks]
[blocks]<else>[/blocks]
[blocks]<set[ fizz ]effect to( 1[/blocks]
[blocks]<set[ pancake ]effect to( 40[/blocks]
[blocks]<set[ blur ]effect to( 1[/blocks]
[blocks]<set[ stretch  ]effect to( 0[/blocks]
[blocks]<say[ I'd also like to see boolean variables if possible? ]for( 2 )secs>[/blocks]
[blocks]<end>[/blocks]
[blocks]<stop script>[/blocks]

Last edited by TheoMarr (2009-08-23 06:09:17)

Offline

 

#137 2009-08-23 09:33:48

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

Re: Scratch 1.5

How about a 'stop all scripts for this sprite' control block?


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#138 2009-08-24 07:56:00

wiimaster
Scratcher
Registered: 2008-09-17
Posts: 1000+

Re: Scratch 1.5

id like to see this block:

http://i584.photobucket.com/albums/ss286/wiimaster1/effect.gif

its a variable for the effect number. it would be helpful.


http://i584.photobucket.com/albums/ss286/wiimaster1/Wiimaster_zps107dca4c.gif

Offline

 

#139 2009-08-24 08:01:53

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

Re: Scratch 1.5

wiimaster wrote:

id like to see this block:

http://i584.photobucket.com/albums/ss28 … effect.gif

its a variable for the effect number. it would be helpful.

You can do that yourself: [blocks]
<when green flag clicked>
<forever if><key[ space ]pressed?>
<change[ ? ]effect by( 1
<change{ effect }by( 1


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#140 2009-08-24 09:43:27

Louis2018
Scratcher
Registered: 2008-06-13
Posts: 1000+

Re: Scratch 1.5

dav09 wrote:

import MUSIC FORM ITUNES!

You can already do that. You just have to find it on your computer


http://img707.imageshack.us/img707/4547/louis2018.gif

Offline

 

#141 2009-08-24 10:20:26

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

Re: Scratch 1.5

Louis2018 wrote:

dav09 wrote:

import MUSIC FORM ITUNES!

You can already do that. You just have to find it on your computer

You can't import some iTunes music, because they have a license.


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#142 2009-08-29 08:51:05

Staraptor
Scratcher
Registered: 2008-07-29
Posts: 1000+

Re: Scratch 1.5

The ability to merge projects.


"Life is a video game. No matter how good you get, you always end up getting zapped." -Shiregu Miamoto

Offline

 

#143 2009-08-30 07:56:42

1026501
Scratcher
Registered: 2009-07-08
Posts: 3

Re: Scratch 1.5

Why not a block that singles out some letters from a string, for example
( (n) leftmost letters of (variable) )
same as above for rightmost letters.
( letters (n1) to (n2) of (variable) )

Offline

 

#144 2009-08-30 07:59:03

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Scratch 1.5

1026501 wrote:

Why not a block that singles out some letters from a string, for example
( (n) leftmost letters of (variable) )
same as above for rightmost letters.
( letters (n1) to (n2) of (variable) )

Yeah, I want those too.  big_smile


~ihaveamac - visit ihaveamac.net

Offline

 

#145 2009-09-03 15:41:44

cool_nt3
Scratcher
Registered: 2009-07-15
Posts: 100+

Re: Scratch 1.5

clone block & delete sprite block (which i cannot find in 1.4, the delete sprite routine..) and file support.


See my word assembler! | True or False?
Did You Know? I have gotten tired of the previous sig!

Offline

 

#146 2009-09-03 22:35:46

dogdog
Scratcher
Registered: 2007-10-12
Posts: 70

Re: Scratch 1.5

Maybe you could change the size, font or color of the variable display

Offline

 

#147 2009-09-07 11:59:52

Mike16112
Scratcher
Registered: 2007-06-09
Posts: 100+

Re: Scratch 1.5

How about a block that lets you move a variable to another location. Or a block that lets you broadcast something to a certain sprite.

http://img802.mytextgraphics.com/flamewordmaker/2009/09/07/987b6297cfa7e48782e620ed11185fb1.gif
http://img80.imageshack.us/img80/198/mybanner4aa508f1f12ac.png
[harmful rickroll website removed by moderator]

Last edited by cheddargirl (2009-09-07 15:12:47)


The programmer has a nap. HOLD OUT! PROGRAMMER!

Offline

 

#148 2009-09-08 20:26:31

DarthPickley
Scratcher
Registered: 2008-06-13
Posts: 100+

Re: Scratch 1.5

please have a greyness effect and pen greyness...

Offline

 

#149 2009-09-09 04:54:10

ScratchScripter
Scratcher
Registered: 2008-08-21
Posts: 73

Re: Scratch 1.5

Also set [ pen color to [ Background ] ] or [ eraser up ] and [ eraser down ] would be useful for painting programs if your stage is not single-colored.

Offline

 

#150 2009-09-09 08:28:37

06dknibbs
Scratcher
Registered: 2008-01-29
Posts: 1000+

Re: Scratch 1.5

I think I said already xD

But i'd like a feature that allows you to choose the projects uploaded image  big_smile
It gets tricky setting up a scene with sprites just to make it look nice once it's online  hmm

If you could just import an image/sprite etc: before you upload things would be easier ^^


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-3-6.jpg

Offline

 

Board footer