Post new block ideas or new ideas for either scratch or the website for the next version of Scratch here!
Offline
a boolean I recieve box! <if> I Receive: Hello World!
<broadcast[ Good Bye, World!
Offline
Shift, tab, /, `, delete, enter, ctrl, alt (option on a mac), F1-F12, etc. added in the
<key[ ]pressed?>[/blocks] block.
Last edited by hmnwilson (2008-09-26 18:08:49)
Offline
I think we should be able to have multiple text boxes on one costume or background.
Offline
Rurigok wrote:
I think we should be able to have multiple text boxes on one costume or background.
Agree
zawicki1fromyoutube wrote:
a boolean I recieve box! I Receive: Hello World!
Good Bye, World!
Use variables [blocks]
<if><( <{ hello world }> <=> 1 )>
<set{ Good Bye, world!}to(1)>
<end>
Last edited by yambanshee (2008-09-29 04:27:57)
Offline
Rurigok wrote:
I think we should be able to have multiple text boxes on one costume or background.
That would be a wonderful improvement!
Offline
Some suggestions:
1).I think we should be able to work with strings through
<( <=> )>
2). ScratchTeam, can you create a tool on website/scratch-program - to convert project to Java applet/code or to Flash? As on website?
3). I think we need improved sound blocks:
Play <Sound> from <Variable> positon - to start playing from the given position, not from 0 seconds.
Pause all sounds - dont stopping them, just pause.
Pause all sounds of <Sprite>
4). Cursor blocks in view section will be fine:
Hide cursor
Show cursor
Move cursor to <X> <Y>
This will allow to create own cursors without vieving standart cursor.
5). Stop all scripts of <Sprite> will be very useful! Instead of doing long variable-checking conditions.
Last edited by Nikimax (2008-09-29 05:59:49)
Offline
Nikimax wrote:
Some suggestions:
1).I think we should be able to work with strings through
<( <=> )>
2). ScratchTeam, can you create a tool on website/scratch-program - to convert project to Java applet/code or to Flash? As on website?
3). I think we need improved sound blocks:
Play <Sound> from <Variable> positon - to start playing from the given position, not from 0 seconds.
Pause all sounds - dont stopping them, just pause.
Pause all sounds of <Sprite>
4). Cursor blocks in view section will be fine:
Hide cursor
Show cursor
Move cursor to <X> <Y>
This will allow to create own cursors without vieving standart cursor.
5). Stop all scripts of <Sprite> will be very useful! Instead of doing long variable-checking conditions.
I totally agree with most of these. i'd love to make the mouse movable aswell!
Offline
cursor blocks are what i'm all about and i support that 100%. I tink there should be dynamic text boxes in scrath instead of having to show the orange box every time. it gets repetitive
Offline
See http://scratch.mit.edu/projects/Nikimax/283259. This is a project to show all i think should be added in v1.4
Offline
coolstuff wrote:
zawicki1fromyoutube wrote:
a boolean I recieve box!
<if I recieve> isn't boolean.
It is. Make it like <I recieve []?> If you check the box a variable-like thing(like all boolean) will show up and say True/false. Like the <Sensor {button pressed/A connected/B connected/C connected/D connected}?>.
Offline
Rurigok wrote:
I think we should be able to have multiple text boxes on one costume or background.
What do you mean?
Offline
ihaveamac wrote:
Rurigok wrote:
I think we should be able to have multiple text boxes on one costume or background.
What do you mean?
When you're drawing in the text editor, you can only have one text box in the drawing. Like on Paint, you can make a text box, then make another different text box
Offline