Be able to see the written form of the block or script!
Offline
You know, I have many ideas for scratch 1.5. Check my project "What would you add in scratch 1.5?".
Offline
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>
Offline
...ok... whats FTP?
Offline
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
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.
Offline
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!
Offline
Adamman715 wrote:
henley wrote:
Here are some blocks I want, in PICTURE FORM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
http://i30.tinypic.com/s25qva.pngNice editing, if I was a noob to Scratch, I would have thought they were real!
Thank you! It was hard.
Offline
cheddargirl wrote:
I want to see... MESH!
![]()
Mesh? What is mesh? Kind of don't get that.
Offline
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 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
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
Offline
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.
Offline
clone block & delete sprite block (which i cannot find in 1.4, the delete sprite routine..) and file support.
Offline
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.
[harmful rickroll website removed by moderator]
Last edited by cheddargirl (2009-09-07 15:12:47)
Offline
please have a greyness effect and pen greyness...
Offline
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
I think I said already xD
But i'd like a feature that allows you to choose the projects uploaded image
It gets tricky setting up a scene with sprites just to make it look nice once it's online
If you could just import an image/sprite etc: before you upload things would be easier ^^
Offline