Discuss Scratch

epic_guy24
Scratcher
7 posts

List of Helpful Topics for Scripting

IZZYMAGILL wrote:

epic_guy24 wrote:

i am trying to figure out how to make a game with infinite scrolling background but i can't figure it out.
You should ask someone who knows how to do it
do you know someone who knowns how to?
Help224
New to Scratch
7 posts

List of Helpful Topics for Scripting

i dont know why,but for some reason i could set the dimension of the sprites to 1500% but now it says that the limit is 281% or smthng like that,is this a bug? i really dont understand this new limit and if noone fix it ill need to restart the project ive been working these last 2 years,so pls help me or fix this (removed by moderator - please keep it polite)

Last edited by Paddle2See (April 1, 2019 20:12:27)

Friendplayer910
Scratcher
37 posts

List of Helpful Topics for Scripting

IZZYMAGILL wrote:

How do you make a scrolling platformer?
You can create your world layout as a sprite and have that sprite move relative to the player, instead of the player moving relative to the stage.

Player sprite:
forever
if <key [Right Arrow v] pressed?> then
repeat until <not <key [Right Arrow v] pressed?>>
change [player-x v] by (10)
end
end
end

Platform sprite:
forever
set x to ((-1) * (player-x))
end

Friendplayer910, Experienced Scratch Coder.
Profile page | DigiDollar
prestonmccreary
Scratcher
85 posts

List of Helpful Topics for Scripting

how do you get people to see your project?
I have already shared it but when I search it up it does not show up

Project is pretty REALLY good
CLICK HERE!!!!!!!!!!!
https://scratch.mit.edu/projects/299049703/


when green flag clickedReally cool project Click here
https://scratch.mit.edu/projects/299049703/
If You like MEMES CLICK HERE
https://scratch.mit.edu/projects/301076110
https://scratch.mit.edu/projects/307151704/

when green flag clicked
clear
play sound [ awesome v] until done
forever
wait until <respect>
end
FGH142
Scratcher
6 posts

List of Helpful Topics for Scripting

I really think if you create simple projects like me even though I am not new
when green flag clicked
set pen color to [#0c9048]<color [#6a02c9] is touching [#d92a8b] ?>[scratchblocks]
[/scratchblocks]
forever

:mad:end
FGH142
Scratcher
6 posts

List of Helpful Topics for Scripting

Start with the tutorials or things will go VERY wrong. This for new scratchers
when green flag clicked
forever
define


move (4) steps
set [winner v] to []
end
epic_guy24
Scratcher
7 posts

List of Helpful Topics for Scripting

IZZYMAGILL wrote:

epic_guy24 wrote:

i am trying to figure out how to make a game with infinite scrolling background but i can't figure it out.
You should ask someone who knows how to do it
do you know some one who knows how?
leungy13
Scratcher
100+ posts

List of Helpful Topics for Scripting

Remember that scratch does not have every block u want!
leungy13
Scratcher
100+ posts

List of Helpful Topics for Scripting

But variables can make the blocks you don't have!
leungy13
Scratcher
100+ posts

List of Helpful Topics for Scripting

Like score blocks, time blocks and more!
leungy13
Scratcher
100+ posts

List of Helpful Topics for Scripting

Hope you learned some stuff new scratchers!
volovsjd
Scratcher
11 posts

List of Helpful Topics for Scripting

I am making a platformer, but everytime I code the ‘next level’ broadcast it doesn't work at all. it works for every other platformer ive played however. please help!
game_pr0grammer
Scratcher
500+ posts

List of Helpful Topics for Scripting

why is everyone necroposting this topic is six years old

SPEAK UP TO KUMQUAT EQUALITY Kumquats are not bad! Kumquat lives matter!

hi i am myself, i make projects that take like a week or month to make whenever i feel like it (which isn't often) and then they only get 10 views because i'm a nobody. and i cannot change that. i am just one singular person in the sea of many that are on scratch. my stuff don't matter. i don't matter. i am going to die in 70 years anyway, and 99.99% of people on the world will not even know, or really care if they know. also i am good at programming i made an opengl so ha take that nuuubs. (i am legally required to say that statement does not accurately reflect my views i wrote that because i thought it was funny)

all my good projects. are here here are examples of my good Projects

shoot that's it basically lol they're all platformers. play them and talk about it so i get clout plz. thank.
prestonmccreary
Scratcher
85 posts

List of Helpful Topics for Scripting

Is there a block that stops all sprites in one time like

Wait
IS tHiS ThE Block

stop [ v]


when green flag clickedReally cool project Click here
https://scratch.mit.edu/projects/299049703/
If You like MEMES CLICK HERE
https://scratch.mit.edu/projects/301076110
https://scratch.mit.edu/projects/307151704/

when green flag clicked
clear
play sound [ awesome v] until done
forever
wait until <respect>
end
Dre2007
Scratcher
2 posts

List of Helpful Topics for Scripting

I HAVE A QUESTION. SOME BODY CAN HELP ME TO SOLVE A BUG IN MY BOSS BATTLE PROJECT. THE NAME OF THE PROJECT IS BOSS BATTLE JAIN.
scratchmario123
Scratcher
20 posts

List of Helpful Topics for Scripting

Paddle2See wrote:

syfiguy wrote:

how do you make a battle scene in a rpg

(smiley spam removed by moderator - please don't overuse the smiles)
You should post this question in Help with Scripts - it's more likely to get an answer there
i agree,
scratchmario123
Scratcher
20 posts

List of Helpful Topics for Scripting

Dre2007 wrote:

I HAVE A QUESTION. SOME BODY CAN HELP ME TO SOLVE A BUG IN MY BOSS BATTLE PROJECT. THE NAME OF THE PROJECT IS BOSS BATTLE JAIN.
you could send this to ceebee* or anyone in the Scratch Team.
culverkwan
Scratcher
500+ posts

List of Helpful Topics for Scripting

Can you help me to do a bounce of script?

My shop which I opened!
I am the assistant secretary of T.I.P.S..
And please give me an internet!
I play Brawl Stars!

-zyx-
Scratcher
16 posts

List of Helpful Topics for Scripting

culverkwan wrote:

Can you help me to do a bounce of script?
when green flag clicked
forever
if <touching [ edge] ?> then
set [ foo] to [15]
end
change y by (foo)
change [ foo] by (-1)
end

Idk, this should work in theory

Last edited by -zyx- (May 20, 2019 15:14:38)



| Website | Dribbble | Profile | Projects | Get your project link here for the cost of 1 follow who knows, maybe I will even follow you back.
-zyx-
Scratcher
16 posts

List of Helpful Topics for Scripting

epic_guy24 wrote:

Is there a way to get back to 2.0? 3.0 is not as easy to work with.
You can download the old offline editor, but I don’t think it’s possible convert 2.0 sb2 files in sb3


| Website | Dribbble | Profile | Projects | Get your project link here for the cost of 1 follow who knows, maybe I will even follow you back.

Powered by DjangoBB