I made a Scratch Mod called Fission (credit for the name goes to poopo.) It has many new blocks, two new categories, and an insert that allows blocks to fit inside other blocks. The only block with the insert doesn't work, though. (This is only the first version.) The first version can be downloaded here. I am working on a credit list.
Credit goes to TheSuccessor for the block insert change files.
Credit to rubiks_cube_guy238 for the special broadcast hat block.
Credit to MarioBlender for the |make [_] move () steps| block.
Credit to bbbeb for the |press green flag| block.
Credit to Pecola1 for the |show cursor| and |hide cursor| blocks.
Credit to Pecola1 for the |enable programmer facilities| block. (I didn't add a block to disable the programmer facilities!)
Credit to sonicjosh for the |paint new costume| block.
Credit to Zorket for the ([]) block.
This is not a complete list, I am still working on it!
I made the website with Webblox. (Isn't that great, making the website for a Scratch Mod with a Scratch Mod.)
Last edited by scratcher7_13 (2011-03-26 18:40:59)
Offline
<bump>BUMP</bump>
This is my special bump HTML tag.
Offline
scratcher7_13 wrote:
I made a Scratch Mod called Fission (credit for the name goes to poopo.) It has many new blocks, two new categories, and an insert that allows blocks to fit inside other blocks. The only block with the insert doesn't work, though. (This is only the first version.) The first version can be downloaded here. I am working on a credit list.
Credit goes to TheSuccessor for the block insert change files.
Credit to rubiks_cube_guy238 for the special broadcast hat block.
Credit to MarioBlender for the |make [_] move () steps| block.
Credit to bbbeb for the |press green flag| block.
Credit to Pecola1 for the |show cursor| and |hide cursor| blocks.
Credit to Pecola1 for the |enable programmer facilities| block. (I didn't add a block to disable the programmer facilities!)
Credit to sonicjosh for the |paint new costume| block.
Credit to Zorket for the ([]) block.
This is not a complete list, I am still working on it!
I made the website with Webblox. (Isn't that great, making the website for a Scratch Mod with a Scratch Mod.)
Hey, thanks for the credit.
But personally, I'm not sure i made it first.
It looks excellent though!
Offline
scratcher7_13 wrote:
<bump>BUMP</bump>
This is my special bump HTML tag.
OBJECTION!
But back on topic, I have downloaded Fission. I am impressed .
Last edited by throughthefire (2011-03-28 00:54:34)
Offline
OBJECTION!
Agreed.
Offline
bbbeb wrote:
scratcher7_13 wrote:
I made a Scratch Mod called Fission (credit for the name goes to poopo.) It has many new blocks, two new categories, and an insert that allows blocks to fit inside other blocks. The only block with the insert doesn't work, though. (This is only the first version.) The first version can be downloaded here. I am working on a credit list.
Credit goes to TheSuccessor for the block insert change files.
Credit to rubiks_cube_guy238 for the special broadcast hat block.
Credit to MarioBlender for the |make [_] move () steps| block.
Credit to bbbeb for the |press green flag| block.
Credit to Pecola1 for the |show cursor| and |hide cursor| blocks.
Credit to Pecola1 for the |enable programmer facilities| block. (I didn't add a block to disable the programmer facilities!)
Credit to sonicjosh for the |paint new costume| block.
Credit to Zorket for the ([]) block.
This is not a complete list, I am still working on it!
I made the website with Webblox. (Isn't that great, making the website for a Scratch Mod with a Scratch Mod.)Hey, thanks for the credit.
But personally, I'm not sure i made it first.
It looks excellent though!
Thanks! Some of the blocks don't work, though. Also, I am giving credit to the people I got the idea for the blocks from.
Offline
By the way, it is open source. To edit the source code, Shift-click the edit menu.
Offline
scratcher7_13 wrote:
bbbeb wrote:
scratcher7_13 wrote:
I made a Scratch Mod called Fission (credit for the name goes to poopo.) It has many new blocks, two new categories, and an insert that allows blocks to fit inside other blocks. The only block with the insert doesn't work, though. (This is only the first version.) The first version can be downloaded here. I am working on a credit list.
Credit goes to TheSuccessor for the block insert change files.
Credit to rubiks_cube_guy238 for the special broadcast hat block.
Credit to MarioBlender for the |make [_] move () steps| block.
Credit to bbbeb for the |press green flag| block.
Credit to Pecola1 for the |show cursor| and |hide cursor| blocks.
Credit to Pecola1 for the |enable programmer facilities| block. (I didn't add a block to disable the programmer facilities!)
Credit to sonicjosh for the |paint new costume| block.
Credit to Zorket for the ([]) block.
This is not a complete list, I am still working on it!
I made the website with Webblox. (Isn't that great, making the website for a Scratch Mod with a Scratch Mod.)Hey, thanks for the credit.
But personally, I'm not sure i made it first.
It looks excellent though!Thanks! Some of the blocks don't work, though. Also, I am giving credit to the people I got the idea for the blocks from.
To start the green flag
put this in code:
(method here) #pressgreenFlagbutton
Offline
Thanks!
Offline
scratcher7_13 wrote:
Thanks!
You. Are. Welcome.
And also, you gave credit, so i figured i would tell you since it wasn't apparent.
And i'm making a mod too! Its called Ghost.
Offline
BUMP.
bump!
BUMP.
bump!
BUMP.
Offline
scratcher7_13 wrote:
I made a Scratch Mod called Fission (credit for the name goes to poopo.) It has many new blocks, two new categories, and an insert that allows blocks to fit inside other blocks. The only block with the insert doesn't work, though. (This is only the first version.) The first version can be downloaded here. I am working on a credit list.
Credit goes to TheSuccessor for the block insert change files.
Credit to rubiks_cube_guy238 for the special broadcast hat block.
Credit to MarioBlender for the |make [_] move () steps| block.
Credit to bbbeb for the |press green flag| block.
Credit to Pecola1 for the |show cursor| and |hide cursor| blocks.
Credit to Pecola1 for the |enable programmer facilities| block. (I didn't add a block to disable the programmer facilities!)
Credit to sonicjosh for the |paint new costume| block.
Credit to Zorket for the ([]) block.
This is not a complete list, I am still working on it!
I made the website with Webblox. (Isn't that great, making the website for a Scratch Mod with a Scratch Mod.)
Thanks for the credit, I'll see how I like it, sounds great!
Offline
You're welcome! I don't know that I've given you credit for all your blocks yet, though. I'm still working on the list.
Offline
Press flag block does nothing, try using the script: self broadcast: "Scratch-StartClicked"
why did you use ^self?
C blocks appear a reporter, wont attach or allow anything to attach to it. I am not sure about the new boolean, it looks a little messy. I don't get why you put the exacute script on, BTW the code should be:
doRun | t1 t2 | t1 _ stackFrame expression. t2 _ stackFrame arguments. self popStackFrame. self pushStackFrame: (ScratchStackFrame new expression: t1 firstBlockList)
The ([]) block does the same as the
[block] (( )) [/block] block, I would take the number reporter off.
The broadcast hat is nice, however you cannot get the drop-down. I like it. Set rotation style to ( ) needs a string insert or a drop-down.
Other than that this will be a GREAT mod.
Last edited by Pecola1 (2011-03-30 17:33:42)
Offline
I didn't try to use ^self, but every time I tried to change it, Squeak corrected my changes.
Offline
Pecola1 wrote:
Press flag block does nothing, try using the script: self broadcast: "Scratch-StartClicked"
why did you use ^self?
No.
no need to do the flag as the broadcast, takes too long.
use #pressGreenFlagButton
Offline
bbbeb wrote:
scratcher7_13 wrote:
bbbeb wrote:
Hey, thanks for the credit.
But personally, I'm not sure i made it first.
It looks excellent though!Thanks! Some of the blocks don't work, though. Also, I am giving credit to the people I got the idea for the blocks from.
To start the green flag
put this in code:Code:
(method here) #pressgreenFlagbutton
No it is
self broadcast: 'scratch-startclicked'
Offline
Pecola1 wrote:
bbbeb wrote:
scratcher7_13 wrote:
Thanks! Some of the blocks don't work, though. Also, I am giving credit to the people I got the idea for the blocks from.To start the green flag
put this in code:Code:
(method here) #pressgreenFlagbutton
No it is
self broadcast: 'scratch-startclicked'
Either one works
But mine processes faster, trust me.
Offline
bbbyours has overworked for me.eb wrote:
Pecola1 wrote:
bbbeb wrote:
To start the green flag
put this in code:Code:
(method here) #pressgreenFlagbutton
No it is
self broadcast: 'scratch-startclicked'Either one works
But mine processes faster, trust me.
Yours doesn't't work always. It never worked for me.
Offline
Pecola1 wrote:
bbbyours has overworked for me.eb wrote:
Pecola1 wrote:
No it is
self broadcast: 'scratch-startclicked'Either one works
But mine processes faster, trust me.Yours doesn't't work always. It never worked for me.
Oh
its #pressGreenFlagButton
exactly like so
it just calls the method.
Offline
bbbeb wrote:
Pecola1 wrote:
bbbyours has overworked for me.eb wrote:
Either one works
But mine processes faster, trust me.Yours doesn't't work always. It never worked for me.
Oh
its #pressGreenFlagButton
exactly like so
it just calls the method.
I can see why
Scratchframemorph pressGreenFlagButton.
I will try again when I get on a scratch computer
Offline
Pecola1 wrote:
bbbeb wrote:
Pecola1 wrote:
Yours doesn't't work always. It never worked for me.Oh
its #pressGreenFlagButton
exactly like so
it just calls the method.I can see why
Scratchframemorph pressGreenFlagButton.
I will try again when I get on a scratch computer
yyyeeeessss.
Thats exactly why...
Offline
What time is it where you live? 11:04 for me
Offline
bbbeb wrote:
Pecola1 wrote:
bbbeb wrote:
Oh
its #pressGreenFlagButton
exactly like so
it just calls the method.I can see why
Scratchframemorph pressGreenFlagButton.
I will try again when I get on a scratch computeryyyeeeessss.
Thats exactly why...
Exactly why what? It doesn't work still. is it self #pressGreenFlagButton?
Offline