Faster block interpretation. Raw Java compiler, Jit Recompiler - ANYTHING.
Offline
<clear pen>
<play sound____ backwards>
Offline
RHY3756547 wrote:
Faster block interpretation. Raw Java compiler, Jit Recompiler - ANYTHING.
We'll probably be using Flash - both to create and run Scratch projects (since that will solve the pesky problem of Scratch and the website Java player displaying a project in two different ways.)
From what I've seen so far, it's likely to be plenty fast... but of course Scratch 2.0 is still a ways off.
Offline
Redsoxfan321 wrote:
<clear pen>
<play sound____ backwards>
Backwards sound? That would be cool....
Regarding <Clear pen> - how would that be different from the clear block in the pen palette?
Offline
When proposing suggestions, keep in mind that it's useful to provide something that demonstrates how your suggestion will look and work. It could be a mockup / image of the feature, or better yet - a Scratch project that demonstrates how it might work.
Offline
DUPLICAR SPRITES!
por ejemplo:
quiero hacer un juego de zombies, tiene que haber muchos zombies, enves de hacer como 10 sprites, hago 1 y con algun comando lo duplico, entonses tengo 1 sprite y su clon y asi susesivamente.
Offline
Lightnin wrote:
Redsoxfan321 wrote:
<clear pen>
<play sound____ backwards>Backwards sound? That would be cool....
Regarding <Clear pen> - how would that be different from the clear block in the pen palette?
It wouldn't clear the stamps.
Offline
segui wrote:
DUPLICAR SPRITES!
por ejemplo:
quiero hacer un juego de zombies, tiene que haber muchos zombies, enves de hacer como 10 sprites, hago 1 y con algun comando lo duplico, entonses tengo 1 sprite y su clon y asi susesivamente.
(Gonna translate it w/o a dictionary or online translator... this should be fun )
Clone/Duplicate Sprites!
For example:
I want to do a zombie game, {it would have} many zombies, {instead of doing it} as 10 sprites, I do one and with some commands {it will } duplicate, then I have one sprite and its clones and {so on}.
Words in { } 's are phrases I'm not sure of.
So, in reply to segui, this has been suggested before, and has been accomplished in a mod of Scratch, if I can find a link, I'll give it to you.
(Google Translated below)
Así, en respuesta a Seguí, esto se ha sugerido antes, y se ha logrado en un mod de Scratch, si puedo encontrar un enlace, le daré a ti.
Last edited by gershmer (2010-02-16 15:45:14)
Offline
A way to make Scratch better is to IMPROVE it, right? But how? Here are some ideas for Scratch 1.5:
Auto-save: Scratch saves your project automatically without closing your project, like in Blogger, Wordpress, or G-Mail. It might be useful for some of you with brothers or sisters, because my little sister closes my projects without saving when I'm not looking.
New Blocks:
For Sound: Effect blocks: One type of effect is "Echo". So if you do something like this:
[blocks]<play sound[Sound Name Here[/blocks]
and then you put the echo block, the sound echos.
Or [blocks]<play note(60 )for( 0.5 )secss>[/blocks]
and then the Echo block, which makes the note echo.
Pedal effects: Good for piano projects where you use the "Play Note" blocks. On a piano you have 3 pedals, right? Here are blocks for 2 pedals on the piano (the other pedal is kind of complicated, I guess)
Damper pedal (the pedal on the right):
Damper Pedal On: Turns on the effect the damper pedal on a real piano has (sustains the notes and lets them linger around for a while)
Damper Pedal Off: Turns off the damper pedal effect.
"Change" Damper Pedal: Turns of the damper pedal effect for maybe about half a second, and then switches it back on (in case all the notes get blurry)
Una Corda (soft) Pedal Effects:
Una Corda On: Turns on the Una Corda pedal effect on (dulls the notes a bit, makes them sound a bit mellower)
Una Corda Off: Turns off the Una corda effect
Advanced Things:
Sensor Boards: I want to make a multiplayer game in Scratch, so probably a sensor board that detects other people online playing a game would be nice...
Sheet Music Reader: This is a much quicker way of using the play note blocks. You could give a built in sheet music reader on Scratch a pdf file that is sheet music, and it reads it and automatically converts it into the Scratch play note blocks! Isn't that cool?
These are my ideas for Scratch. Please tell me if anything is too advanced for Scratch to hold. (I don't mind as long as the autosave feature is simple enough!)
Offline
I don't think Scratch reading sheet music is possible, but it could read and play a MIDI file.
Offline
technoguyx wrote:
I don't think Scratch reading sheet music is possible, but it could read and play a MIDI file.
Well, if it is high tech enough, it could.
Offline
PJ9 wrote:
Here are the scripts I'll add.
<repeat until I get tired>
<set{Place}to(where mouse is)>
<change pen color by(clicking the Stage)>
<say[NOOOOOOOOOO!]for(1.68)secs>
Good Ideas?
What do you mean by you'll add? You're not in the scratch team...
Offline
How about when you import a gif into scratch, it automatically splits the frames up?
Offline
Proposal: "Favorite blocks (or Briefcase)" pallete/category -- for often used blocks.
when I code (especially when doing some conditional logic),
i have to switch between Controll, Operators, Sensing and Variables too often and it quite disturbs -- its harder to concentrate on what I want to do...
I'd like to have a Briefcase palette -- where I'd put my most often used blocks in one place, so I can take any of them quickly. With this I could more bravely promote Scratch for algorithm building in school curriculum -- as then it would be really more comfortable than typing (even quite complex expressions...)...
I could do it on program area -- but it takes up the are -- so less is left for program itself and for each sprite I'd need to repeat them (not a good way...)
or could I have at least "hotkeys" possibility like I proposed in http://scratch.mit.edu/forums/viewtopic.php?pid=130119#p130119
Last edited by dz0 (2010-02-22 11:19:47)
Offline
elbornavatar wrote:
How about when you import a gif into scratch, it automatically splits the frames up?
It already does!
Offline
PJ9 wrote:
Here are the scripts I'll add.
<repeat until I get tired>
<set{Place}to(where mouse is)>
<change pen color by(clicking the Stage)>
<say[NOOOOOOOOOO!]for(1.68)secs>
Good Ideas?
I don't get what you mean with all that...
Besides, you're not on the Scratch team at all. how can u add?
Offline
dz0 wrote:
Proposal: "Favorite blocks (or Briefcase)" pallete/category -- for often used blocks.
when I code (especially when doing some conditional logic),
i have to switch between Controll, Operators, Sensing and Variables too often and it quite disturbs -- its harder to concentrate on what I want to do...
I'd like to have a Briefcase palette -- where I'd put my most often used blocks in one place, so I can take any of them quickly. With this I could more bravely promote Scratch for algorithm building in school curriculum -- as then it would be really more comfortable than typing (even quite complex expressions...)...
I could do it on program area -- but it takes up the are -- so less is left for program itself and for each sprite I'd need to repeat them (not a good way...)
or could I have at least "hotkeys" possibility like I proposed in http://scratch.mit.edu/forums/viewtopic.php?pid=130119#p130119
Those are great ideas!!!
Offline
The-Whiz wrote:
boysrule wrote:
X position, y position, and Z position!!!!!!!
3D is not going to be implemented.
You should look in 1.2... it had been considered.
Shift click the R and click experimental blocks.
Offline
elbornavatar wrote:
How about when you import a gif into scratch, it automatically splits the frames up?
??? it already does that!
try making a multilayer gif and then importing it as a costume (or better drag it in).
Offline
instead of music reader how about in the scratch paint there is a ap that enables you to types notes then play them so a could be the key a.
Offline