Discuss Scratch

bearbear2011
Scratcher
1 post

"Jump" block.

I don't get it
SpideyPlaysMC
Scratcher
500+ posts

"Jump" block.

Don't necropost please.
-doineednumbers-
Scratcher
22 posts

"Jump" block.

No support. Honestly, I think it would be a bad idea. In order to make something jump, you need to figure it out. It is an important part of programming.
PumpkinBear111
Scratcher
68 posts

"Jump" block.

No support.


Just put a sprite with code for that in your packpack.
LuckyLucky7
Scratcher
1000+ posts

"Jump" block.

No support. Many Scratchers have created many different kinds of jumping using scripts/blocks in several different projects. You could just take the code from those projects, put it in your backpack, put it in one of your projects, and then share that project with credit to the creator of the script.

Easy.
RoloWilson
Scratcher
6 posts

"Jump" block.

how do you make a block that when you go on it it launches you up in the air?
[b][i][u][s][img]Dope[/img][url=hi.com][small]Your text to link here...[/small][/url][/s][/u][/i][/b]
-XTV-
Scratcher
100+ posts

"Jump" block.

RoloWilson wrote:

how do you make a block that when you go on it it launches you up in the air?
[b][i][u][s][img]Dope[/img][url=hi.com][small]Your text to link here...[/small][/url][/s][/u][/i][/b]
Please stay ontopic




before anyone says that was on topic they were asking how to make the block in the forums, or in scratch idk
HarmlessOstrich
Scratcher
100+ posts

"Jump" block.

that awkward moment when scratch jr has this
TheQuackHouse
Scratcher
100+ posts

"Jump" block.

No support. Honestly this would count as a function.
mumu245
Scratcher
1000+ posts

"Jump" block.

HarmlessOstrich wrote:

that awkward moment when scratch jr has this
Yeah
BIGBEAR200
Scratcher
66 posts

"Jump" block.

define when green flag clicked
han614698
Scratcher
1000+ posts

"Jump" block.

BIGBEAR200 wrote:

define when green flag clicked
Please don’t blockspam.


Cool block, I didn’t know you could do that with that bbcode!
BIGBEAR200
Scratcher
66 posts

"Jump" block.

forever

forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
()
define
forever
forever
forever
forever
forever
forever
forever

end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
endend
BIGBEAR200
Scratcher
66 posts

"Jump" block.

-doineednumbers- wrote:

No support. Honestly, I think it would be a bad idea. In order to make something jump, you need to figure it out. It is an important part of programming.
how to jump
jump speed
Queer_Royalty
Scratcher
1000+ posts

"Jump" block.

BIGBEAR200 wrote:

-snip-

Please don't blockspam.
han614698
Scratcher
1000+ posts

"Jump" block.

BIGBEAR200 wrote:

[img]file//CUsers/0757104/Downloads/ScratchCat-Small.png[/img][scratchblocks]
forever

forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
forever
()
define
forever
forever
forever
forever
forever
forever
forever

end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
endend
[/scratchblocks]
Please don't blockspam.

I have my own unique way of snipping.
Heccit
Scratcher
500+ posts

"Jump" block.

Semi- to No support - While it would make it easier to make platformers, there are several platformers where you can just throw the “jump” code in your backpack.
mumu245
Scratcher
1000+ posts

"Jump" block.

igorbog12 wrote:

You also won't be able to jump in the air with this block (flying)
How would you detect that? Also, no support, it's too specific. You can use a platformer engine, there are lots of ready-made ones where you can just throw your levels in.
LOLScratch12233
Scratcher
100+ posts

"Jump" block.

I know how
define jump x: (x) y: (y)
set [x v] to (x)
set [y v] to (y)
repeat (x::variables)
change [x v] by (-1)
change x by (x::variables)
end
repeat (y::variables)
change [y v] by (-1)
change y by (y::variables)
end
mumu245
Scratcher
1000+ posts

"Jump" block.

LOLScratch12233 wrote:

I know how
define jump x: (x) y: (y)
set [x v] to (x)
set [y v] to (y)
repeat (x::variables)
change [x v] by (-1)
change x by (x::variables)
end
repeat (y::variables)
change [y v] by (-1)
change y by (y::variables)
end
You don't need y

Powered by DjangoBB