ok everyone, i'm back!
this post is a general grouping up of all my replies.
--
TheSuccessor wrote:
This forum's sort of jammed now LS97's not here. Surely we can do something?
I take it as a compliment for keeping the thread up
--
Jwosty wrote:
Wait... The only problem with custom blocks is that you cannot use them in a project you plan to share.
totally true. thanks for reminding everyone.
--
bendad wrote:
I am using almost all of these blocks in my new mod, Peak. You (LS97) will be the first person on the contributers list
if you could make them yourself i would be far happier. it would also be a great chance for you to learn some squeak.
--
nXIII wrote:
If you wait a bit you can mod Blocks++
nxiii, can i have some details about that? i've been away for a while so i might not have heard of it before.
--
TheS. wrote:
If you make a mistake when coding a custom block and when try to use block it causes an error, all of your other custom blocks (but none of the normal ones) stop working and you have to restart Scratch. It's really annoying, so can anybody tell me why it does this? Also, why is it only the other custom blocks that jam up, not the normal ones?
that's something i used to get quite frequently. my solution is to save image and close bingo/scratch, and open it again then start working on it again. i think it has something to do with the error catching, and i'm sure you could change that in the 'error' method under the 'Object' class. that doesnt mean i suggest it though
--
bbbeb wrote:
LS97,
can you make this block?
<talking?>
yeah i could. you might find it in Bingo, too busy now in checking forums and emails.
Offline
LS97 wrote:
nXIII wrote:
If you wait a bit you can mod Blocks++
nxiii, can i have some details about that? i've been away for a while so i might not have heard of it before.
He's completely remaking Scratch to make his own version.
Offline
ScratchReallyROCKS wrote:
LS97 wrote:
nXIII wrote:
If you wait a bit you can mod Blocks++
nxiii, can i have some details about that? i've been away for a while so i might not have heard of it before.
He's completely remaking Scratch to make his own version.
that good old ambitious user! i knew he'd come up with it one day...
Offline
J0nas1 wrote:
could you make a 3D floor effect block?
example:
without effect:
http://img202.imageshack.us/img202/1735 … effect.png
with effect:
http://img299.imageshack.us/img299/5428 … effect.png
with effect and rotated:
http://img801.imageshack.us/img801/3801 … othera.png
absolutely not. try other programming languages for something like that!
Offline
LS97 wrote:
ScratchReallyROCKS wrote:
LS97 wrote:
nxiii, can i have some details about that? i've been away for a while so i might not have heard of it before.He's completely remaking Scratch to make his own version.
that good old ambitious user! i knew he'd come up with it one day...
Except I've switched to Flex for speed and a better language.
Offline
Harakou wrote:
Cool tutorial! Do you know where I can find commands to use in my blocks?
im not sure what you mean by that.
if you are looking for a good Squeak tutorial, maybe this one can help. otherwise, try to explain yourself better.
Offline
nXIII wrote:
LS97 wrote:
ScratchReallyROCKS wrote:
He's completely remaking Scratch to make his own version.
that good old ambitious user! i knew he'd come up with it one day...
Except I've switched to Flex for speed and a better language.
...
*facepalm* getting worse...
Offline
HEAR YE, HEAR YE!
Bingo 1.2.0 has been released now!
it includes many changes!
visit http://bingoprogramming.weebly.com for more details!
download here!
Offline
Yay new Bingo. LS97 can you look here im having some trouble.
Offline
johnnydean1 wrote:
Yay new Bingo. LS97 can you look here im having some trouble.
i'll have a look at it.
posting on that thread if i figure it out
Offline
Is there a way to make a clone block for like an RTS game like saying [clone sprite] and [delete all ____ clones]
Offline
Hey LS97! On the bingo website it said I would recieve a e-mail with a code... I GOT NO E-MAIL!!! (Better stop the capitals now... ) Could you maybe send it again?
I also have a question about making a mod. How do you upload the skin?
Offline
NOTE:
There's a second, more advanced version of the block, with a drop-down menu instead of a string inserter, but it involves extra coding. If you are willing to take the challenge, post and i'll edit this tutorial for you
can i haz?
Offline
sonicjosh wrote:
Hey LS97! On the bingo website it said I would recieve a e-mail with a code... I GOT NO E-MAIL!!! (Better stop the capitals now... ) Could you maybe send it again?
I also have a question about making a mod. How do you upload the skin?
you never sent any form to me with your username...
about the other question -
try this tutorial on squeak, it should explain it clearly enough in the red bit.
http://scratch.mit.edu/forums/viewtopic.php?id=39173
Offline
PlayWithFire wrote:
NOTE:
There's a second, more advanced version of the block, with a drop-down menu instead of a string inserter, but it involves extra coding. If you are willing to take the challenge, post and i'll edit this tutorial for youcan i haz?
ok. note that this is for the source code. if you are using normal scratch replace the 'code' with 't1'
into Scratch-Blocks > CommandBlockMorph > all > uncoloredArgMorphFor:
add a line that looks like this:
$t = code ifTrue: [^ ChoiceArgMorph new getOptionsSelector: #timeDates].
back in ScriptableScratchMorph, create a new method with this code:
timeDates
^ #('time' 'date' 'minutes' 'seconds' 'hours' 'weekday')
now replace the blockSpec you created with ('get %t' r getDate: 'time')
it should work
Offline
LS97 wrote:
sonicjosh wrote:
Hey LS97! On the bingo website it said I would recieve a e-mail with a code... I GOT NO E-MAIL!!! (Better stop the capitals now... ) Could you maybe send it again?
I also have a question about making a mod. How do you upload the skin?you never sent any form to me with your username...
about the other question -
try this tutorial on squeak, it should explain it clearly enough in the red bit.
http://scratch.mit.edu/forums/viewtopic.php?id=39173
I did send a form to make an account on your website. I know you got the e-mail because you made a user page for me (thanks! ) Though, I think I know what I'm supposed to do.
Offline
sonicjosh wrote:
LS97 wrote:
sonicjosh wrote:
Hey LS97! On the bingo website it said I would recieve a e-mail with a code... I GOT NO E-MAIL!!! (Better stop the capitals now... ) Could you maybe send it again?
I also have a question about making a mod. How do you upload the skin?you never sent any form to me with your username...
about the other question -
try this tutorial on squeak, it should explain it clearly enough in the red bit.
http://scratch.mit.edu/forums/viewtopic.php?id=39173I did send a form to make an account on your website. I know you got the e-mail because you made a user page for me (thanks! ) Though, I think I know what I'm supposed to do.
ok, you did send me an account creation, but no project upload.
Offline
LS97 wrote:
sonicjosh wrote:
LS97 wrote:
you never sent any form to me with your username...
about the other question -
try this tutorial on squeak, it should explain it clearly enough in the red bit.
http://scratch.mit.edu/forums/viewtopic.php?id=39173I did send a form to make an account on your website. I know you got the e-mail because you made a user page for me (thanks! ) Though, I think I know what I'm supposed to do.
ok, you did send me an account creation, but no project upload.
Ok! I will send you one soon.
(P.S. It says a premium member can get their project displayed online. How do you become a premium member?)
Offline
sonicjosh wrote:
LS97 wrote:
sonicjosh wrote:
I did send a form to make an account on your website. I know you got the e-mail because you made a user page for me (thanks! ) Though, I think I know what I'm supposed to do.
ok, you did send me an account creation, but no project upload.
Ok! I will send you one soon.
(P.S. It says a premium member can get their project displayed online. How do you become a premium member?)
just be active for a while
Offline
dbn300100 wrote:
can somebody tell me how to make an internet block
it depends what kind you want.
Bingo has a vast range of internet blocks, try downloading bingo 1.2.0 at http://bingoprogramming.weebly.com/download.html
Offline
sonicjosh wrote:
LS97 wrote:
sonicjosh wrote:
I did send a form to make an account on your website. I know you got the e-mail because you made a user page for me (thanks! ) Though, I think I know what I'm supposed to do.ok, you did send me an account creation, but no project upload.
Ok! I will send you one soon.
(P.S. It says a premium member can get their project displayed online. How do you become a premium member?)
sorry, i just found a bad link in the front page, that might be why you didn't get th code. fixed it now, try again.
Offline