I am making my own Create-your-own-block for Catch based on the Broadcast system, and how do you make your own hat block? I want to make a hat block that doesn't function if <" " = "1"> . That means it won't function, but it's going to be there for decoration. This CYOB hat block is there to add Squeak counterparts. So, how do I make a hat block?
Offline
rdococ wrote:
I am making my own Create-your-own-block for Catch based on the Broadcast system, and how do you make your own hat block? I want to make a hat block that doesn't function if <" " = "1"> . That means it won't function, but it's going to be there for decoration. This CYOB hat block is there to add Squeak counterparts. So, how do I make a hat block?
I am wondering the same thing.
[Mod Edit: Link removed by mod. Please don't deliberately use your forum posts to drop project links everywhere. Use the Show and Tell forum or your signature if you want to share a project link. Scratch On!]
Last edited by cheddargirl (2011-05-15 14:31:01)
Offline
scratcher7_13 wrote:
rdococ wrote:
I am making my own Create-your-own-block for Catch based on the Broadcast system, and how do you make your own hat block? I want to make a hat block that doesn't function if <" " = "1"> . That means it won't function, but it's going to be there for decoration. This CYOB hat block is there to add Squeak counterparts. So, how do I make a hat block?
I am wondering the same thing.
[Mod Edit: Link removed by mod. Please don't deliberately use your forum posts to drop project links everywhere. Use the Show and Tell forum or your signature if you want to share a project link. Scratch On!]
Thank you Cheddargirl for editing the link. I don't like it when spam links are posted.
Offline
rdococ wrote:
scratcher7_13 wrote:
rdococ wrote:
I am making my own Create-your-own-block for Catch based on the Broadcast system, and how do you make your own hat block? I want to make a hat block that doesn't function if <" " = "1"> . That means it won't function, but it's going to be there for decoration. This CYOB hat block is there to add Squeak counterparts. So, how do I make a hat block?
I am wondering the same thing.
[Mod Edit: Link removed by mod. Please don't deliberately use your forum posts to drop project links everywhere. Use the Show and Tell forum or your signature if you want to share a project link. Scratch On!]Thank you Cheddargirl for editing the link. I don't like it when spam links are posted.
Spam? I had a plan, and it's ruined now!
Offline
scratcher7_13 wrote:
rdococ wrote:
scratcher7_13 wrote:
I am wondering the same thing.
[Mod Edit: Link removed by mod. Please don't deliberately use your forum posts to drop project links everywhere. Use the Show and Tell forum or your signature if you want to share a project link. Scratch On!]Thank you Cheddargirl for editing the link. I don't like it when spam links are posted.
Spam? I had a plan, and it's ruined now!
But it's advertising in a post of a thread, not EVEN your own thread!
At least [insert ridiclousy large number here] [insert swear here] have to pass between [insert swear here]. Please wait a little [insert insult here] and try [insery swear here]ing again.
Offline
rdococ wrote:
scratcher7_13 wrote:
rdococ wrote:
Thank you Cheddargirl for editing the link. I don't like it when spam links are posted.Spam? I had a plan, and it's ruined now!
But it's advertising in a post of a thread, not EVEN your own thread!
At least [insert ridiclousy large number here] [insert swear here] have to pass between [insert swear here]. Please wait a little [insert insult here] and try [insery swear here]ing again.
I wasn't advertising, now back on topic.
Offline
[offtopic]You did advertise. Yes you did.[/offtopic]
So, how do I?
Offline
I was working on this yesterday. It wouldn't let me access the control category after I tried to make it. I got an error. I just thought of an idea, and I'll test it.
Offline
rdococ wrote:
[offtopic]You did advertise. Yes you did.[/offtopic]
So, how do I?
It's impossible. o.0 JK LOL
XD
[/joke]
I try a bunch of times and failed, I would check panther and look a the simple change set if it wasn't deleted, you can see the methods they made for it.
Offline
what about the when <> is true block?
('' #W #-)then go to scratchUIpanes - scratch frame morph - all - prosessWhenConditions and delete this line...
true ifTrue: [^ self].
and put the block spec under control...
hope this helps!
Offline