Pages: 1
Several blocks, etc. which I think Scratch lacks the ability to do, but it would be good if it could:
- 'While' block, there is no 'While' block, ie. While [A Pressed] .....
- Dragging, there is no way to 'Drag' an object or sprite with the mouse, you can move sprites in design view, but not in preview!
- Exporter, to different formats, such as Java
- A more advanced sprite editor/designer
I think that the 'While' block is the most important missing feature!
<when[ ]key pressed>
Changing the WHEN for a WHILE
Offline
scratchboard wrote:
- 'While' block, there is no 'While' block, ie. While [A Pressed] .....
Just use "forever, if [event]".
scratchboard wrote:
- Dragging, there is no way to 'Drag' an object or sprite with the mouse, you can move sprites in design view, but not in preview!
You can make a sprite draggable by clicking the little lock by the sprite's name.
scratchboard wrote:
- Exporter, to different formats, such as Java
That would take a lot of work to build, but people have done it. See Jens' Scratch2EXE for an example.
scratchboard wrote:
- A more advanced sprite editor/designer
That would be nice. I hear they're completely remaking it in scratch 2.0.
Last edited by hmnwilson (2010-03-03 13:52:18)
Offline
Thankyou! That is extremely useful!
Offline
scratchboard wrote:
Several blocks, etc. which I think Scratch lacks the ability to do, but it would be good if it could:
- 'While' block, there is no 'While' block, ie. While [A Pressed] .....
- Dragging, there is no way to 'Drag' an object or sprite with the mouse, you can move sprites in design view, but not in preview!
- Exporter, to different formats, such as Java
- A more advanced sprite editor/designer
I think that the 'While' block is the most important missing feature!
<when[ ]key pressed>
Changing the WHEN for a WHILE
1. While and when are going to be the same things.
2. Dragging, click on the lock.
3. An exporter will not happen because scratch is only to TEACH programming.
4. I'm wondering, what kind of things do you want?
I know some of these have been answered, but the exporter will not happen.
Offline
Pages: 1