Ok, I'm making a make block feature for my scratch mod,
I need to know how to:
A: How to add blocks to a category using code
B: How to get a if style or hat block to send block information to the block made by the user.
Basically I want to make it like 2.0, like this:
if style or hat block - define block [banana v]and
block [banana v]Any help would be greatly appreciated, and if helped allot, I will credit you
Last edited by P110 (2012-06-17 11:02:35)
Offline
A: Try BYOB.
Last edited by Squawkers13 (2012-06-16 16:13:58)
Offline
For A, do you just need to add a blockspec, or a method too?
I have no idea how to do B. Maybe have a global Dictionary or OrderedCollection?
Last edited by Greenatic (2012-06-16 17:11:05)

Offline
Greenatic wrote:
For A, do you just need to add a blockspec, or a method too?
I have no idea how to do B. Maybe have a global Dictionary or OrderedCollection?
I have bloc specs I just need the code
Offline
P110 wrote:
Greenatic wrote:
For A, do you just need to add a blockspec, or a method too?
I have no idea how to do B. Maybe have a global Dictionary or OrderedCollection?I have bloc specs I just need the code
Do you want to add a Squeak method like Panther, or are you trying to do a sequence of blocks like BYOB?

Offline
Greenatic wrote:
P110 wrote:
Greenatic wrote:
For A, do you just need to add a blockspec, or a method too?
I have no idea how to do B. Maybe have a global Dictionary or OrderedCollection?I have bloc specs I just need the code
Do you want to add a Squeak method like Panther, or are you trying to do a sequence of blocks like BYOB?
like 2.0 where you add existing blocks to make your block
Offline
P110 wrote:
Greenatic wrote:
P110 wrote:
I have bloc specs I just need the codeDo you want to add a Squeak method like Panther, or are you trying to do a sequence of blocks like BYOB?
like 2.0 where you add existing blocks to make your block
I have no idea how to do that...

Offline
Greenatic wrote:
P110 wrote:
Greenatic wrote:
Do you want to add a Squeak method like Panther, or are you trying to do a sequence of blocks like BYOB?like 2.0 where you add existing blocks to make your block
I have no idea how to do that...
![]()
I shouldn't do this but if I class you as a developer, and sent u a copy could you take a look, please send an email to my work email P110@monkey banana.co.uk so I have your email
Offline
P110 wrote:
Greenatic wrote:
P110 wrote:
like 2.0 where you add existing blocks to make your blockI have no idea how to do that...
![]()
I shouldn't do this but if I class you as a developer, and sent u a copy could you take a look, please send an email to my work email [removed by Greenatic] so I have your email
I'm sorry, but I'm not comfortable sharing my e-mail address. It has personal information in it.

Offline
Greenatic wrote:
P110 wrote:
Greenatic wrote:
I have no idea how to do that...![]()
I shouldn't do this but if I class you as a developer, and sent u a copy could you take a look, please send an email to my work email [removed by Greenatic] so I have your email
I'm sorry, but I'm not comfortable sharing my e-mail address. It has personal information in it.
ok, sorry if you want I can upload it to my site? If not thanks for trying your best to help
Offline
P110 wrote:
Greenatic wrote:
P110 wrote:
I shouldn't do this but if I class you as a developer, and sent u a copy could you take a look, please send an email to my work email [removed by Greenatic] so I have your emailI'm sorry, but I'm not comfortable sharing my e-mail address. It has personal information in it.
ok, sorry if you want I can upload it to my site? If not thanks for trying your best to help
![]()
In terms of the block-building feature, what do you have so far?

Offline
Greenatic wrote:
P110 wrote:
Greenatic wrote:
I'm sorry, but I'm not comfortable sharing my e-mail address. It has personal information in it.ok, sorry if you want I can upload it to my site? If not thanks for trying your best to help
![]()
In terms of the block-building feature, what do you have so far?
I have an if style block and a block
Offline
P110 wrote:
Greenatic wrote:
P110 wrote:
ok, sorry if you want I can upload it to my site? If not thanks for trying your best to help![]()
In terms of the block-building feature, what do you have so far?
I have an if style block and a block
I'm not sure I understand...

Offline
Greenatic wrote:
P110 wrote:
Greenatic wrote:
In terms of the block-building feature, what do you have so far?I have an if style block and a block
I'm not sure I understand...
![]()
I have blockspecs fo a define block that looks like an if block and block to act as the block but no code.
Offline
P110 wrote:
Greenatic wrote:
P110 wrote:
I have an if style block and a blockI'm not sure I understand...
![]()
I have blockspecs fo a define block that looks like an if block and block to act as the block but no code.
The thing is, I'm not sure how to make it run a series of blocks, because just calling the methods creates problems, such as skipping over the necessary pauses for timer blocks...

Offline
ssss wrote:
P110 wrote:
Squawkers13 wrote:
Mod Byob!!!
how though, how do you turn off fill screen?
There should be a batch file within the install folder. I normally use it.
![]()
Your back? Where have you been? Too much homework?
Offline
nathanprocks wrote:
ssss wrote:
P110 wrote:
how though, how do you turn off fill screen?
There should be a batch file within the install folder. I normally use it.
![]()
Your back? Where have you been? Too much homework?
![]()
I am but a whisper in the wind,
I am the voices in your head,
I am the watcher, the protector of truths,
I've been where I want, hidden from sight,
away from the evil man's blight.
http://developer.macrobit.x11s.info/cha … =Magmawulf
Last edited by ssss (2012-06-18 02:54:53)
Offline