Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » NEW: Guide To Improve Your Project
- YITZACHtheSHREDDER
-
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
-
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
-
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
-
100+ posts
NEW: Guide To Improve Your Project
Well the way to do that is just download it to your pc and make a new project and import it 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?
- Nemuulen
-
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
-
100+ posts
NEW: Guide To Improve Your Project
hi .
Last edited by prodannau (Dec. 23, 2022 11:58:59)
- Nemuulen
-
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
-
5 posts
NEW: Guide To Improve Your Project
You can use this to make your sprite follow your mouse smoothly
forever
point towards
move ((distance to ) / (20)) steps]
end
when green flag clicked
forever
point towards
move ((distance to ) / (20)) steps]
end
Last edited by Edogwooo (Dec. 23, 2022 16:37:13)
- PickleMan_5000
-
100+ posts
NEW: Guide To Improve Your Project
play sound [232343454 v]
set rotation style [<key [ v] pressed?> v]
- Jake_Playz99
-
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
-
100+ posts
NEW: Guide To Improve Your Project
what do you mean by every five times? 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!
- SonicJensen
-
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
-
8 posts
NEW: Guide To Improve Your Project
i have a scoreboard the link ishttps://scratch-mit-edu.ezproxyberklee.flo.org/projects/788186249/
- DDThor13
-
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
-
5 posts
NEW: Guide To Improve Your Project
nofourth actually if this sticky gets stickied,
i'm going to tell everyone i'm third
- gyanateja
-
23 posts
NEW: Guide To Improve Your Project
Thanks but it is so large to read but it will be useful for my projects.
- Discussion Forums
- » Help with Scripts
-
» NEW: Guide To Improve Your Project