nXIII wrote:
But BYOB 1 came out years ago!
I was joking! Didn't you see the ?
Offline
SeptimusHeap wrote:
And I was the founder...
That doesn't mean that when after the founder has resigned/retired that they can come back whenever they want, your resigned, its final, thats life...
Offline
congrats on 6000 posts, mp!
btw, you been arguing enough on seps' founder thing.
might wnna get dicsussing real panther matters
Offline
LS97 wrote:
congrats on 6000 posts, mp!
btw, you been arguing enough on seps' founder thing.
might wnna get dicsussing real panther matters
I agree. Now, I was thinking, does anyone know how to make a <touching clone of [sprite 1]> block?
Offline
I had this problem myself, SRR. I came up with a solution that just involves a few extra blocks to your cloning and creating script. If you want to identify different clones of a sprite, get the cloning script to change a global counting variable by 1 before each clone. then get the cloned sprite to have a "set name to $String$" block under the "when sprite created" hat. Then you can consecutively name the sprites clone1 clone2 etc using that global variable as a refrence. then each clone can be treated with it's own name.
Offline
sparks wrote:
I had this problem myself, SRR. I came up with a solution that just involves a few extra blocks to your cloning and creating script. If you want to identify different clones of a sprite, get the cloning script to change a global counting variable by 1 before each clone. then get the cloned sprite to have a "set name to $String$" block under the "when sprite created" hat. Then you can consecutively name the sprites clone1 clone2 etc using that global variable as a refrence. then each clone can be treated with it's own name.
Yeah, I was thinking about doing it like that, but I think a blocks would be much better.
Offline
ScratchReallyROCKS wrote:
sparks wrote:
I had this problem myself, SRR. I came up with a solution that just involves a few extra blocks to your cloning and creating script. If you want to identify different clones of a sprite, get the cloning script to change a global counting variable by 1 before each clone. then get the cloned sprite to have a "set name to $String$" block under the "when sprite created" hat. Then you can consecutively name the sprites clone1 clone2 etc using that global variable as a refrence. then each clone can be treated with it's own name.
Yeah, I was thinking about doing it like that, but I think a blocks would be much better.
Thats just lazy, if a programmer doesn't have the means to do it with a method he has to work around it, thus you have to do something like what sparks said.
Offline
markyparky56 wrote:
ScratchReallyROCKS wrote:
sparks wrote:
I had this problem myself, SRR. I came up with a solution that just involves a few extra blocks to your cloning and creating script. If you want to identify different clones of a sprite, get the cloning script to change a global counting variable by 1 before each clone. then get the cloned sprite to have a "set name to $String$" block under the "when sprite created" hat. Then you can consecutively name the sprites clone1 clone2 etc using that global variable as a refrence. then each clone can be treated with it's own name.
Yeah, I was thinking about doing it like that, but I think a blocks would be much better.
Thats just lazy, if a programmer doesn't have the means to do it with a method he has to work around it, thus you have to do something like what sparks said.
Um, don't call me lazy. I've been programming for 2 weeks straight to finish my latest project. For proof, look at it's coding.
Offline
sparks wrote:
then each clone can be treated with its own name.
I think the idea is to have one test for any clone. Depending on the application, one way might be to use a unique color for the original of the clones and then test for touching that color.
Of course the right thing is to have first class sprites and have a TOUCHERS reporter that reports a list of all the sprites this sprite is touching (maybe empty). Then you can send them all a message to which they reply with true if they're a clone of some particular sprite.
If you had a <TOUCHING any-sprite> option in the pulldown, you could also do it with a flurry of BROADCASTs back and forth.
Offline
bharvey wrote:
markyparky56 wrote:
Thats just lazy
markyparky56 wrote:
your resigned, its final, thats life...
Did you get up on the wrong side of the bed this morning?
Maybe, i'm in a better mood today though... where'd the "Thats just lazy" post come from?
Wait, found it. And I was just teling the truth... If you resign, thats it.
Last edited by markyparky56 (2010-08-14 06:46:16)
Offline
sparks wrote:
hey Mr Harvey! How was the conference? Did NXIII give you my regards?
Brian. Yes, he did.
The conference still has another 1/2 day, during which Jens and I talk about BYOB (not for the whole time!). It's been great so far, including a demo of Scratch on an Android phone (not from MIT, some university researcher elsewhere), supposed to be available soon. And a group of kids demoing low-low-budget sensing and motor output, using tricks like turning an optical mouse upside down as a motion sensor.
Offline
bharvey wrote:
sparks wrote:
hey Mr Harvey! How was the conference? Did NXIII give you my regards?
Brian. Yes, he did.
The conference still has another 1/2 day, during which Jens and I talk about BYOB (not for the whole time!). It's been great so far, including a demo of Scratch on an Android phone (not from MIT, some university researcher elsewhere), supposed to be available soon. And a group of kids demoing low-low-budget sensing and motor output, using tricks like turning an optical mouse upside down as a motion sensor.
Awesome!!!
Did you see any other scratchers that you know here in the community???? Like JSO, or any of the Scratch Team members????
I wish I could be there!!!!
Offline
markyparky56 wrote:
Maybe, i'm in a better mood today though... where'd the "Thats just lazy" post come from?\
You were telling me that I was lazy because I wanted a block instead of doing the workaround that sparks told me.
Offline
Lucario621 wrote:
Did you see any other scratchers that you know here in the community???? Like JSO, or any of the Scratch Team members????
Yes, JSO is here, and of course Mitchel and John and Evelyn and Lightnin and all the Scratch Team. And nXIII came yesterday just for one day. Jens and I have been spending the breaks between sessions pushing them all about procedures. JSO was on a panel yesterday and did a poster session about Scratch Resources.
I wish I could be there!!!!
I wish you could too. There are maybe a dozen kids here; right now I'm looking at three kids and three teachers on a keynote panel about Scratch in schools. One of them, a middle schooler, did this amazing project about turning fractals into music! But I can think of lots of ways they could make it a more kid-friendly event (including making it cheaper) next time. Although they say that Scratch Day is their event for kids, and the conference is mainly for teachers (which is why it's advertised only on ScratchEd, not on the front page).
Offline
sparks wrote:
Guys, this is so pointless to drag this out that I can't even be bothered to finish my sentence
finished it for ya!
Offline
markyparky56 wrote:
SeptimusHeap wrote:
And I was the founder...
That doesn't mean that when after the founder has resigned/retired that they can come back whenever they want, your resigned, its final, thats life...
Offline
bharvey wrote:
Lucario621 wrote:
Did you see any other scratchers that you know here in the community???? Like JSO, or any of the Scratch Team members????
Yes, JSO is here, and of course Mitchel and John and Evelyn and Lightnin and all the Scratch Team. And nXIII came yesterday just for one day. Jens and I have been spending the breaks between sessions pushing them all about procedures. JSO was on a panel yesterday and did a poster session about Scratch Resources.
I wish I could be there!!!!
I wish you could too. There are maybe a dozen kids here; right now I'm looking at three kids and three teachers on a keynote panel about Scratch in schools. One of them, a middle schooler, did this amazing project about turning fractals into music! But I can think of lots of ways they could make it a more kid-friendly event (including making it cheaper) next time. Although they say that Scratch Day is their event for kids, and the conference is mainly for teachers (which is why it's advertised only on ScratchEd, not on the front page).
I know, but why can't Scratch Day be like 2-3 days or something, just like the Scratch Conference??? It's so unfair!!!
Offline
SeptimusHeap wrote:
markyparky56 wrote:
SeptimusHeap wrote:
And I was the founder...
That doesn't mean that when after the founder has resigned/retired that they can come back whenever they want, your resigned, its final, thats life...
... ... I'm just telling the truth, you did resign.
Offline
markyparky56 wrote:
SeptimusHeap wrote:
markyparky56 wrote:
That doesn't mean that when after the founder has resigned/retired that they can come back whenever they want, your resigned, its final, thats life...
... ... I'm just telling the truth, you did resign.
Come on, what's wrong with him coming back?
Offline