Discuss Scratch

superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod


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.

Last edited by superben100 (April 2, 2016 21:15:22)

Jonathan50
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

Sounds good.
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

Jonathan50 wrote:

Sounds good.
Thanks!
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

Test.

Last edited by superben100 (April 2, 2016 21:14:38)

nathanprocks
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

superben100 wrote:

NEW OPERATOR BLOCK(S):
(sqrt ()::operators)
(abs ()::operators)
Scratch already has
([sqrt v] of ())
([abs v] of ())
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

nathanprocks wrote:

superben100 wrote:

NEW OPERATOR BLOCK(S):
(sqrt ()::operators)
(abs ()::operators)
Scratch already has
([sqrt v] of ())
([abs v] of ())
Yes, I may remove these.
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

Bump.
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

Maybe what I need is some new, unique blocks.
dude341
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

superben100 wrote:

Maybe what I need is some new, unique blocks.
I have an idea:
move (10) steps in direction (90 v)::motion

move (10) steps towards [sprite v]::motion

Last edited by dude341 (April 10, 2016 19:08:09)

superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

dude341 wrote:

superben100 wrote:

Maybe what I need is some new, unique blocks.
I have an idea:
move (10) steps in direction (90 v)::motion

move (10) steps towards [sprite v]::motion
I may add this. Currently, I don't know much of ActionScript.
DaEvilKumquatMaster
New Scratcher
15 posts

HopFoot, Scratch 2.0 Mod

superben100 wrote:

Maybe what I need is some new, unique blocks.
I would like hashing blocks.
JonathanSchaffer
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

DaEvilKumquatMaster wrote:

superben100 wrote:

Maybe what I need is some new, unique blocks.
I would like hashing blocks.
#[lol hash mark]::grey
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

JonathanSchaffer wrote:

DaEvilKumquatMaster wrote:

superben100 wrote:

Maybe what I need is some new, unique blocks.
I would like hashing blocks.
#[lol hash mark]::grey
How would this work?
JonathanSchaffer
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

superben100 wrote:

JonathanSchaffer wrote:

DaEvilKumquatMaster wrote:

superben100 wrote:

Maybe what I need is some new, unique blocks.
I would like hashing blocks.
#[lol hash mark]::grey
How would this work?
in js
//this is a comment
in python
#this is a comment
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

JonathanSchaffer wrote:

superben100 wrote:

JonathanSchaffer wrote:

DaEvilKumquatMaster wrote:

superben100 wrote:

Maybe what I need is some new, unique blocks.
I would like hashing blocks.
#[lol hash mark]::grey
How would this work?
in js
//this is a comment
in python
#this is a comment
Oh! I am working on a comment block.
Jonathan50
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

JonathanSchaffer wrote:

DaEvilKumquatMaster wrote:

superben100 wrote:

Maybe what I need is some new, unique blocks.
I would like hashing blocks.
#[lol hash mark]::grey
I think they mean a Hash function. It takes an input and outputs an almost-unique number, called a hash.
DaEvilKumquatMaster
New Scratcher
15 posts

HopFoot, Scratch 2.0 Mod

Jonathan50 wrote:

JonathanSchaffer wrote:

DaEvilKumquatMaster wrote:

superben100 wrote:

Maybe what I need is some new, unique blocks.
I would like hashing blocks.
#[lol hash mark]::grey
I think they mean a Hash function. It takes an input and outputs an almost-unique number, called a hash.
Thats what I mean! Not #comment.
A-KouZ1
Scratcher
100+ posts

HopFoot, Scratch 2.0 Mod

Can you make this mod runs at 30 FPS?

Maybe u can modify…
scratch.as
superben100
Scratcher
1000+ posts

HopFoot, Scratch 2.0 Mod

A-KouZ1 wrote:

Can you make this mod runs at 30 FPS?

Maybe u can modify…
scratch.as
I'll try. But I'm not sure how to assure myself of it. Is there any easy way that I can see the FPS?
KingWilliam239
Scratcher
100+ posts

HopFoot, Scratch 2.0 Mod

cool

Powered by DjangoBB