an import song from itunes button!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
PLEASE!
Offline
fg123 wrote:
i dont think the broadcast[] for ()seconds is necessary.
well what you want something to happen only when a certain thing happens! HUH? HUH? WHAT ABOUT THAT!
jk
i still like that feature.
Offline
samurai768 wrote:
fg123 wrote:
i dont think the broadcast[] for ()seconds is necessary.
well what you want something to happen only when a certain thing happens! HUH? HUH? WHAT ABOUT THAT!
jk![]()
i still like that feature.
I still dont get it.
what about:
if (hi) = 1
{
broadcast{...}
}
and set hi to 1 when you need it, 0 when you dont.
Offline
Maybe building blocks with scratch like byob, and saving them?
Offline
i know this has probly been said loads of times.
<recive[ ]>
Offline
These are my suggestions:
1. Hide/show list blocks
2. Variable co-ordinates blocks
3. 'Stop all scripts for this sprite' block
4. Blocks to allow you to access system files (for example, to make a sprite a picture from someone' computer, like if you wanted the main character of the game to be choses by the player.
5. Save and load game blocks (I'm not quite sure how that would be done)
6. 'Previous costume' block
7. 'If touching {insert object here}, bounce' block
8. Make it so that you can switch variables from global to local and vice-versa.
9. 'Point away from {insert object here}' block.
10. 'Forever broadcast' block
11. 'Receive' block (so that it could revive a message at any time)
I'd say the only one that the scratch team might not do is number 5.
Offline
Xkhaoz wrote:
Well, now that Scratch 1.4 is out, what do you want to see in Scratch 1.5? Yes I know this is early, but ah well.
typing to code to make new blocks to make scratch easier?WITH THE OLD BLOCKS SO YOU HAVE THOSE
Offline
Well, there is already a "STOP ALL SOUNDS" block. I think there should be a "STOP ALL SOUNDS FOR 1 SECS" block. I mean, not all the time 1 second of course, you can change it, like the other blocks. If this block already exists, I'm sorry, I still have 1.3.1 XD!
Offline
[blocks]<when green flag clicked>[/blocks]
<new variable [name]>
<delete variable [name]>
<tell sprite {sprite} to do>
Code here
<bottom>
<give sprite {sprite} script:>
Code here
<bottom>
<stop {script, all} script(s) on sprite {sprite}>
<reload> (Hit Green Flag)
<stop all scripts but {script or block}>
< () and () >
< {} and {} >
< [] and [] >
< () or () >
< {} or {} >
< [] or [] >
[blocks]<stop all>[/blocks]
Offline
why don't you make a little screen in scratch 1.5 where you can see yourself
and for example you want to make face recognition software with scratch or you just want to have fun and take pictures with picture block or something like that
if you understand what i am talking about
do you?
Offline
Maroon wrote:
Suggestion for Scratch 1.5
Add simple movement boxes like:
When Flag Clicked
*Forever*
If right arrow key pressed
move right
*Forever*
You can just do that by changing x, and it doesn't specify how far you want to move right.
Offline
Well, I guess I'll do it again!
WeirdF wrote:
These are my suggestions:
1. Hide/show list blocks Well, this is a brilliant idea! I want them too!
2. Variable co-ordinates blocks Not sure we really need it...
3. 'Stop all scripts for this sprite' block Yes, that's good.
4. Blocks to allow you to access system files (for example, to make a sprite a picture from someone' computer, like if you wanted the main character of the game to be choses by the player. That is an idea, but read-only for security reasons
5. Save and load game blocks (I'm not quite sure how that would be done) You can make it yourself by some scripts.
6. 'Previous costume' block NOT needed.
switch to costume [ ( (costume #) - (1) ) ]
7. 'If touching {insert object here}, bounce' block NOT needed. You can make it yourself.
8. Make it so that you can switch variables from global to local and vice-versa. Aggree
9. 'Point away from {insert object here}' block. NOT needed. You can make it yourself.
10. 'Forever broadcast' block NOT needed. You can make it yourself.
11. 'Receive' block (so that it could revive a message at any time) You mean the diamond-shaped block?
I'd say the only one that the scratch team might not do is number 5.
And maybe sprite classes/types. (What, Scratch was object oriented in 0.1, right?)
Offline
For the variables co-ordinates, I was thinking of this:
{variable name} go to x ( ? ) y ( ? )
For the save/load blocks, I meant that you can save the game, like you can save most computer games, so that when you go back onto the game, you start where you left off.
I know you can make lots of those yourself, as I have done it countless times, but it would just make things easier.
I mean a command block, that just said receive, so you could receive something at any time.
Last edited by WeirdF (2009-08-19 10:18:46)
Offline