Discuss Scratch

dabdab99
New to Scratch
17 posts

im stuck

hi guys

i will share a game called dab i would like to know if anyone can make a remix and put on levels since i am new to scratch and i am struggling a lot and want to improve my games by making level and if u see any more mistakes please feel free to correct them and tell me what i did wrong . by the way guys i want at least three levels which go a little something like this:

on the 1st level they must earn 10 points to move on to level 2 and then from there they must earn 15 points to move on to level 3 and then from there they must earn 20 points to end the game and be a winner.

And guys also forgot to mention if you know how to insert time then could pls help me with that and i would like 1 min for each levels

the things in bold are the most important

thanks and regard
dabdab99
wWSunPandaWw
Scratcher
1000+ posts

im stuck

Hi! I don't think this belongs in the suggestions forums. I'll request it to be moved to the Help With Scripts forum.

I moved to BelieverGirlSun
gecsummer2015
Scratcher
100+ posts

im stuck

dabdab99 wrote:

hi guys

i will share a game called dab i would like to know if anyone can make a remix and put on levels since i am new to scratch and i am struggling a lot and want to improve my games by making level and if u see any more mistakes please feel free to correct them and tell me what i did wrong . by the way guys i want at least three levels which go a little something like this:

on the 1st level they must earn 10 points to move on to level 2 and then from there they must earn 15 points to move on to level 3 and then from there they must earn 20 points to end the game and be a winner.

And guys also forgot to mention if you know how to insert time then could pls help me with that and i would like 1 min for each levels

the things in bold are the most important

thanks and regard
dabdab99
I put in your project
gecsummer2015
Scratcher
100+ posts

im stuck

when green flag clicked
if (<(Score) = [10]>) then
say [Congratts Your on lv 2] for (2) secs
end
dabdab99
New to Scratch
17 posts

im stuck

thanks a looooooooooooooooooooooooooooot you r th best

gecsummer2015
Scratcher
100+ posts

im stuck

when green flag clicked
reset timer
forever
if <(timer) = [60]> then
say [Over] for (2) secs
end
end
dabdab99
New to Scratch
17 posts

im stuck

btw gecsummer2015 where do i find the red block which is behind the operators block which is the green block
dabdab99
New to Scratch
17 posts

im stuck

gecsummer2015 wrote:

when green flag clicked
reset timer
forever
if <(timer) = [60]> then
say [Over] for (2) secs
end
end

#


would i need to make a variable called timer or should i get a block that says timer
because you know how we can make a variable called score and we can see it so we can keep track of our score i want to do the same with time so would it work if i made a variable saying timer
gecsummer2015
Scratcher
100+ posts

im stuck

dabdab99 wrote:

gecsummer2015 wrote:

when green flag clicked
reset timer
forever
if <(timer) = [60]> then
say [Over] for (2) secs
end
end

#


would i need to make a variable called timer or should i get a block that says timer
because you know how we can make a variable called score and we can see it so we can keep track of our score i want to do the same with time so would it work if i made a variable saying timer
The Blue timer
pianogirl84
Scratcher
1000+ posts

im stuck

Hey, there's no need to post this in so many topics! Just posting this in the help with scripts forum would have helped you just as much as posting mulitple times

About your last question, there's no need for a red block. It was just an error in the code that turned the background red. This is what it should look like:
when green flag clicked
insert other scripts here, this isn't an actual block
wait until <(score)=(10)>
say [You're now on level 2!] for (2) secs
set [score v] to [0]
Then you can duplicate the “wait until” and “say” blocks and modify them to let you advance to level 3.

if you're seeing this bc you're reading one of my old posts, i'm so sorry

i’m also @holoitsnatalie and @aesthetes on here
dabdab99
New to Scratch
17 posts

im stuck

gecsummer2015 wrote:

when green flag clicked
if (<(Score) = [10]>) then
say [Congratts Your on lv 2] for (2) secs
end


btw gecsummer2015 where do i find the red block which is behind the operators block which is the green block
dabdab99
New to Scratch
17 posts

im stuck

pianogirl84 wrote:

Hey, there's no need to post this in so many topics! Just posting this in the help with scripts forum would have helped you just as much as posting mulitple times

About your last question, there's no need for a red block. It was just an error in the code that turned the background red. This is what it should look like:
when green flag clicked
insert other scripts here, this isn't an actual block
wait until <(score)=(10)>
say [You're now on level 2!] for (2) secs
set [score v] to [0]
Then you can duplicate the “wait until” and “say” blocks and modify them to let you advance to level 3.

i am veryy sorry i will not do this next time
i am new to scratch and im trying to learn things and i dont quite get it
so i am extremely sorry
pianogirl84
Scratcher
1000+ posts

im stuck

dabdab99 wrote:

sorry i will not do this next time
i am new to scratch and im trying to learn things and i dont quite get it
so i am extremely sorry
It's fine! I reported them to be closed since they're duplicates, but you probably won't be punished If you ever have any other questions, make sure to ask in the help with scripts or questions about scratch forums!

if you're seeing this bc you're reading one of my old posts, i'm so sorry

i’m also @holoitsnatalie and @aesthetes on here
dabdab99
New to Scratch
17 posts

im stuck

pianogirl84 wrote:

dabdab99 wrote:

sorry i will not do this next time
i am new to scratch and im trying to learn things and i dont quite get it
so i am extremely sorry
It's fine! I reported them to be closed since they're duplicates, but you probably won't be punished If you ever have any other questions, make sure to ask in the help with scripts or questions about scratch forums!


ok thanks a lot

Powered by DjangoBB