Discuss Scratch

YITZACHtheSHREDDER
Scratcher
3 posts

NEW: Guide To Improve Your Project

does anyone know how to make a script so the background changes every say 5 times, I'm making a baseball game that involves hitting and I want to make the game so every 5ish times you hit a home run but I can't figure out how to make this happen. Help!
StrangeGuyThings
Scratcher
3 posts

NEW: Guide To Improve Your Project

A useful editing tutorial indeed, for I have know such. Thank you for putting out such details into the world. I will return to you soon.
wat2do123
Scratcher
4 posts

NEW: Guide To Improve Your Project

Guys, I worked so hard on a project like it had a shop a menu and skins and such, it was meant to be a flappy bird clone that is instead the level is vertical but it became a project I was rlly proud of, I made a lot of progress on the game development only for it to be soon to be realized it wasn't saved. And I feel rlly sad, like what should I do after 5 hours of dedication gone? And even worse if I do more progress on it, IT WON'T SAVE. Should I abandon it or just leave it be?
thunderxle
Scratcher
100+ posts

NEW: Guide To Improve Your Project

wat2do123 wrote:

Guys, I worked so hard on a project like it had a shop a menu and skins and such, it was meant to be a flappy bird clone that is instead the level is vertical but it became a project I was rlly proud of, I made a lot of progress on the game development only for it to be soon to be realized it wasn't saved. And I feel rlly sad, like what should I do after 5 hours of dedication gone? And even worse if I do more progress on it, IT WON'T SAVE. Should I abandon it or just leave it be?
Well the way to do that is just download it to your pc and make a new project and import it
Nemuulen
Scratcher
3 posts

NEW: Guide To Improve Your Project

Apple Shading For Edit!
  • First, You Need Work Very Hard Work
    when green flag clicked
    say [Apple Block For 1st Remix!] for (2) secs
    play sound [Meow v]
    forever
    think [Uhhh...]
    end
    [/list]
prodannau
Scratcher
100+ posts

NEW: Guide To Improve Your Project

hi .

Last edited by prodannau (Dec. 23, 2022 11:58:59)

Nemuulen
Scratcher
3 posts

NEW: Guide To Improve Your Project

What?
when green flag clicked
turn cw (15) degrees
set x to (10)
forever
play sound [Nemuulen And _-KimmyPack-_ - Dance Monkey Bootleg v]

Last edited by Nemuulen (Dec. 23, 2022 12:07:54)

Edogwooo
Scratcher
5 posts

NEW: Guide To Improve Your Project

You can use this to make your sprite follow your mouse smoothly
when green flag clicked

forever
point towards
move ((distance to ) / (20)) steps]
end

Last edited by Edogwooo (Dec. 23, 2022 16:37:13)

Vlad190516
Scratcher
17 posts

NEW: Guide To Improve Your Project

vg
PickleMan_5000
Scratcher
100+ posts

NEW: Guide To Improve Your Project

when green flag clicked
PickleMan_5000
Scratcher
100+ posts

NEW: Guide To Improve Your Project

play sound [232343454 v]
set rotation style [<key [ v] pressed?> v]
Jake_Playz99
Scratcher
30 posts

NEW: Guide To Improve Your Project

I need help, my scripts suck:

when green flag clicked
play sound [AAAAAAAAAAAAAAAA]
say [you are annoying] for (2) secs
stop [this script]
thunderxle
Scratcher
100+ posts

NEW: Guide To Improve Your Project

YITZACHtheSHREDDER wrote:

does anyone know how to make a script so the background changes every say 5 times, I'm making a baseball game that involves hitting and I want to make the game so every 5ish times you hit a home run but I can't figure out how to make this happen. Help!
what do you mean by every five times?
SonicJensen
Scratcher
10 posts

NEW: Guide To Improve Your Project

the code I use for players in platformer games
when [right arrow v] key pressed
change x by(3)

when [left arrow v] key pressed
change x by(-3)
define wall touch x
if<touching(sprite3 v)>then
repeat until<not<touching(sprite3 v)
change x by(-1)
end
end

define wall touch y
if<touching(sprite2 v)>then
repeat until<not<touching(sprite2 v)
change y by(1)
end
end

when @greenFlag clicked
forever
wall touch x
wall touch y
change y by (-1)

when[space v]key pressed
repeat(9)
change y by(10)
end
repeat(9)
change y by(-1)
end
joethebestever
Scratcher
8 posts

NEW: Guide To Improve Your Project

DDThor13
Scratcher
14 posts

NEW: Guide To Improve Your Project

My browser / operating system: MacOS Macintosh X 10.15.7, Unknown Browser, No Flash version detected
mastertech83
Scratcher
5 posts

NEW: Guide To Improve Your Project

p-p-p-p-p-p-p-p-p-p- wrote:

Nezon wrote:

if this sticky gets stickied,

i'm going to tell everyone i'm third
fourth actually
no
mastertech83
Scratcher
5 posts

NEW: Guide To Improve Your Project

i have to go bye
gyanateja
Scratcher
23 posts

NEW: Guide To Improve Your Project

Thanks but it is so large to read but it will be useful for my projects.
mastertech83
Scratcher
5 posts

NEW: Guide To Improve Your Project

YAY

Powered by DjangoBB