Discuss Scratch

superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

KingWilliam239 wrote:

cool
Thanks!
GRA0007
Scratcher
100+ posts

HopFoot, Scratch 2.0 Mod

Cool indeed, I hope you continue this, I'm looking forward to seeing the final product!
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

GRA0007 wrote:

Cool indeed, I hope you continue this, I'm looking forward to seeing the final product!
Thank you! I look forward to seeing Blue's full release as well!

P.S. When do you think you will be able to host the beta?
gamebeater187
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

all at once works like doing nothing. try it.
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

gamebeater187 wrote:

all at once works like doing nothing. try it.
Yeah, I know. But most mods have it included, so I put it in anyway.

Last edited by superben100 (April 29, 2016 00:10:23)

miniepicness
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

superben100 wrote:


Introducing HopFoot! A new Scratch 2.0 mod!

Blocks that I have coded in so far:

NEW CONTROL BLOCK(S):
(counter::control)
incr counter::control
clear counter::control
for each [v v] in [10] :: control cstart
end
while <> :: control cstart
end
all at once :: control cstart
end
forever if <>

end

NEW SENSING BLOCK(S):
<loud?::sensing>

NEW OPERATOR BLOCK(S):
(sqrt ()::operators)
(abs ()::operators)

BROKEN (NEW CATEGORY) BLOCK(S):
scroll right ()
scroll up ()
(x scroll) // (Not a variable.)
(y scroll) // (Not a variable.)
hide all sprites
(user id) // (Not a variable.)

And more to come! Also, there are 2 extra blocks: “Stop All” and “Stop Script”. I plan for these to be removed probably in the next update. As a final note, the blocks in the “Broken” category are not supposed to be grey! I'm working on this.

Oh! How could I forget! Download the latest version here, and download the source code here.
Has anyone noticed all these new blocks are JUST REMOVED SCRATCH BLOCKS, well, im getting over-mad, this is awesome, how I get it?



EDITS:
Also can i port it to scratch???? I NEEDZ THIS


EDITS:



Also I can color all of them, even the brokenz, here are some of the “Variables” I can color:
( X SCROLL :: operators)
( Y SCROLL :: operators)
( USER ID :: sensing)
hide all sprites :: actions

Last edited by miniepicness (May 2, 2016 23:16:07)

superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

miniepicness wrote:

superben100 wrote:


Introducing HopFoot! A new Scratch 2.0 mod!

Blocks that I have coded in so far:

NEW CONTROL BLOCK(S):
(counter::control)
incr counter::control
clear counter::control
for each [v v] in [10] :: control cstart
end
while <> :: control cstart
end
all at once :: control cstart
end
forever if <>

end

NEW SENSING BLOCK(S):
<loud?::sensing>

NEW OPERATOR BLOCK(S):
(sqrt ()::operators)
(abs ()::operators)

BROKEN (NEW CATEGORY) BLOCK(S):
scroll right ()
scroll up ()
(x scroll) // (Not a variable.)
(y scroll) // (Not a variable.)
hide all sprites
(user id) // (Not a variable.)

And more to come! Also, there are 2 extra blocks: “Stop All” and “Stop Script”. I plan for these to be removed probably in the next update. As a final note, the blocks in the “Broken” category are not supposed to be grey! I'm working on this.

Oh! How could I forget! Download the latest version here, and download the source code here.
Has anyone noticed all these new blocks are JUST REMOVED SCRATCH BLOCKS, well, im getting over-mad, this is awesome, how I get it?



EDITS:
Also can i port it to scratch???? I NEEDZ THIS


EDITS:



Also I can color all of them, even the brokenz, here are some of the “Variables” I can color:
( X SCROLL :: operators)
( Y SCROLL :: operators)
( USER ID :: sensing)
hide all sprites :: actions

Thank you for your intrest!
You can get the mod at the bottom of the original post. Also, you can load any SB2 files that you make into Scratch, and the blocks still function properly (at least in the current version).

Last edited by superben100 (June 18, 2018 21:13:47)

Ted_The_Hedgehog
Scratcher
47 posts

HopFoot, Scratch 2.0 Mod

How about:

show all sprites

would go well with

hide all sprites
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

Sorry for not updating it much. My compiling computer is glitching out.

Last edited by superben100 (June 18, 2018 21:14:45)

edward789121
Scratcher
500+ posts

HopFoot, Scratch 2.0 Mod

could you make a beta or sometin'?
Macie1234
Scratcher
100+ posts

HopFoot, Scratch 2.0 Mod

the
 (sqrt (1) ::operators) and (abs (1) ::operators) 
operators already exist as
([sqrt v] of (1)) and ([abs v] of (1)) respectively

Last edited by Macie1234 (May 30, 2016 13:16:20)

SailGames
Scratcher
34 posts

HopFoot, Scratch 2.0 Mod

superben100 wrote:


Introducing HopFoot! A new Scratch 2.0 mod!

Blocks that I have coded in so far:

NEW CONTROL BLOCK(S):
(counter::control)
incr counter::control
clear counter::control
for each [v v] in [10] :: control cstart
end
while <> :: control cstart
end
all at once :: control cstart
end
forever if <>

end

NEW SENSING BLOCK(S):
<loud?::sensing>

NEW OPERATOR BLOCK(S):
(sqrt ()::operators)
(abs ()::operators)

BROKEN (NEW CATEGORY) BLOCK(S):
scroll right ()
scroll up ()
(x scroll) // (Not a variable.)
(y scroll) // (Not a variable.)
hide all sprites
(user id) // (Not a variable.)

And more to come! Also, there are 2 extra blocks: “Stop All” and “Stop Script”. I plan for these to be removed probably in the next update. As a final note, the blocks in the “Broken” category are not supposed to be grey! I'm working on this.

Oh! How could I forget! Download the latest version here, and download the source code here.
there is a loudness block in sensing
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

SailGames wrote:

superben100 wrote:


Introducing HopFoot! A new Scratch 2.0 mod!

Blocks that I have coded in so far:

NEW CONTROL BLOCK(S):
(counter::control)
incr counter::control
clear counter::control
for each [v v] in [10] :: control cstart
end
while <> :: control cstart
end
all at once :: control cstart
end
forever if <>

end

NEW SENSING BLOCK(S):
<loud?::sensing>

NEW OPERATOR BLOCK(S):
(sqrt ()::operators)
(abs ()::operators)

BROKEN (NEW CATEGORY) BLOCK(S):
scroll right ()
scroll up ()
(x scroll) // (Not a variable.)
(y scroll) // (Not a variable.)
hide all sprites
(user id) // (Not a variable.)

And more to come! Also, there are 2 extra blocks: “Stop All” and “Stop Script”. I plan for these to be removed probably in the next update. As a final note, the blocks in the “Broken” category are not supposed to be grey! I'm working on this.

Oh! How could I forget! Download the latest version here, and download the source code here.
there is a loudness block in sensing
That's different.

(loudness)
is a reporter that will report the loudness of a mic. However, the
<loud?::sensing>
block is a block that, although looks like a slightly thinner reporter in scratchblocks2, is actually a boolean. It works like
<(loudness) > [30]>
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

edward789121 wrote:

could you make a beta or sometin'?
Well, the closest thing is a download link in the original post.
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

Sorry guys, I think that I'm going to have to cancel this mod. With the release of Scratch 3.0 next year, I don't really see the use for making another 2.0 mod. Plus, I'm just not that interested in making a mod anymore. I do have some unreleased versions, but I lost their source code, so I don't think that the ST would like it if I released them.

Thanks for understanding,
superben100
KEL5isGod
Scratcher
27 posts

HopFoot, Scratch 2.0 Mod

Easy FPS counter by @kel5isgod
when green flag clicked
reset timer
forever
set [FPS v] to (round ((1) / (timer)) )
wait (1) secs
reset timer
end

Powered by DjangoBB