LS97 wrote:
me450 wrote:
LS97 wrote:
just use the write to file and join list blocks in bingo 1.3 and combine them!ok
ill try that
EDIT:
i need a password to open bingo's imageyou dont need a password to combine blocks... Squeak isnt always the simplest answer to everything!
what a nice 1000th post
oh
do you mean make my game in bingo
Offline
<change{Please help a person make some to be approved by admin!meter }by( 999999999
If the meter is big, please search qwertyuiop1234567890,ok?
Offline
samthescratch wrote:
<change{Please help a person make some to be approved by admin!meter }by( 999999999
If the meter is big, please search qwertyuiop1234567890,ok?
SPAM.
Offline
samthescratch wrote:
<change{Please help a person make some to be approved by admin!meter }by( 999999999
If the meter is big, please search qwertyuiop1234567890,ok?
[blocks][/blocks]You got me a little tangled. And remember to use [blocks].
Offline
me450 wrote:
LS97 wrote:
me450 wrote:
ok
ill try that
EDIT:
i need a password to open bingo's imageyou dont need a password to combine blocks... Squeak isnt always the simplest answer to everything!
what a nice 1000th postoh
do you mean make my game in bingo
if it's a proper game you're trying to make, definitely!
if it's a mod, then you could just find the blocks for file i/o somewhere and combine it with the join list block somewhere back in this thread. (oh, no. i made it myself...)
Offline
Just to say thanks for a brilliant tutorial!
I get how it works and have created 4 new blocks!
Offline
LS97 wrote:
me450 wrote:
LS97 wrote:
you dont need a password to combine blocks... Squeak isnt always the simplest answer to everything!
what a nice 1000th postoh
do you mean make my game in bingoif it's a proper game you're trying to make, definitely!
if it's a mod, then you could just find the blocks for file i/o somewhere and combine it with the join list block somewhere back in this thread. (oh, no. i made it myself...)
so could you tell me how to make file IO blocks
i copied the ones from bingo and the write one only clears the file
not write to it
Thanks
Offline
me450 wrote:
LS97 wrote:
me450 wrote:
oh
do you mean make my game in bingoif it's a proper game you're trying to make, definitely!
if it's a mod, then you could just find the blocks for file i/o somewhere and combine it with the join list block somewhere back in this thread. (oh, no. i made it myself...)so could you tell me how to make file IO blocks
i copied the ones from bingo and the write one only clears the file
not write to it
Thanks
I am aware of this kind of glitch and I didnt really investigate yet. The Bingo 1.2.0 blocks work fne though, access those with the 'blubber' password and copy their code.
Offline
I can't get the date and time working on my computer! When in the part where you replace the broadcast: code, I delete the code that was there and paste yours in. Am I doing something wrong? A window keeps popping up saying, "Unknown variable" or something. What's going on?
Offline
I need help with the link script. It won't work!
Offline
gnk2200 wrote:
I can't get the date and time working on my computer! When in the part where you replace the broadcast: code, I delete the code that was there and paste yours in. Am I doing something wrong? A window keeps popping up saying, "Unknown variable" or something. What's going on?
it works fine for everyone else, including me.
are you sure you did it correctly?
delete every single letter of the code!
Offline
Okay, date and time are now working. What about the links?
Offline
Can somebody please give me a detailed walk-through for the link block? It's just not working for me, and I want to try it again. It would make my projects so much better.
Offline
The people who created scratch were very clever were'nt they.
I mean, if you think about it, because of this method to create new blocks, it means you learn how to program in a different language.
Then, rather than creating projects, you create blocks: "for the future"
Then you move to more advanced languages!!!
Offline
Hey, I have a question, whenever I save my "hacked" scripts, after I close the browser, I try to close the window, or save, and I get a red browser full of error messages, then the screen goes black, and Scratch freezes. Why does it do that?
Last edited by Superspeed76 (2010-11-15 22:10:58)
Offline
LS97 wrote:
gnk2200 wrote:
I can't get the date and time working on my computer! When in the part where you replace the broadcast: code, I delete the code that was there and paste yours in. Am I doing something wrong? A window keeps popping up saying, "Unknown variable" or something. What's going on?
it works fine for everyone else, including me.
are you sure you did it correctly?
delete every single letter of the code!
gnk2200 is right. I get the same thing. Why?
Offline
Hi -- I'm so excited to learn how to work in Squeak!!
I do need some help though. Could LS97 post a tutorial to make a block for recording a sound. Also, turing on the webcam and saving the resultant movie.
Some of the kids I work with want to record some of their own puppet shows and program additional stuff to go along with it in Scratch.
Thanks!!!!!!
smartears
Offline
smartears wrote:
Hi -- I'm so excited to learn how to work in Squeak!!
I do need some help though. Could LS97 post a tutorial to make a block for recording a sound. Also, turing on the webcam and saving the resultant movie.
Some of the kids I work with want to record some of their own puppet shows and program additional stuff to go along with it in Scratch.
Thanks!!!!!!
smartears
Well, it depends what you mean, If you want to design a program that they will record, edit and playback then I don't know.
However you could video them, import it as pictures at say, 5-20 frames per second(fps) and then record the sound using a microfone(I take it you know how to do that)
Also what blocks would you them want it to be,eg: record, stop recording, record for: ( ) seconds, record until key ( ) pressed?
One final thought, if your teaching several kids, wouldn't it take quite a while to set up the blocks or would you show them how to do it?
Offline
It won't work with me! I need more specific instructions. Please quote this and help me. I will check soon.
<when I receive[ look at forums
<repeat until><( Happy <<> <{ Happiness }> )>
<repeat until> somebody answers this
<say[ What do you mean?
<end>
<end>
<if> it works
<say[ Horay! I got it!
<set{ Happiness }to( a lot
<end>
<end>
Last edited by legomany3448 (2010-11-16 16:22:46)
Offline
When I change the language, the block in a script appears as obsolete (in red).
The block changes the translation right on the left, but in script appears as obsolete.
I've tried several blocks and all give this error (on translation).
Even in mod's like Bingo, Enchanting and Prurito.
I'm from Brazil and would like to use the custom blocks in both English and Portuguese or other languages.
Please help me.
Arais
Offline
cool! i made my own block called 'restart sound'. does anyone want to know how to make it?
Offline
Please, will someone give me a walkthrough for the link block?
Offline
me450 wrote:
[request]
write [] to line () of file []
its like the write to file blocks but it writes to a certain line
also a create file []
you should check around. I made both of these already!
Offline