Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How can I make multiple levels for my game
- dhess27
-
Scratcher
100+ posts
How can I make multiple levels for my game
I want to make multiple levels on my game hit the monkey. But how do I do that without messing up the stars that show up after you finish the level. If you can help me, please check out my game by accessing it from my profile. And then coment or make a remix to help me add that. Thanks
- kevery1
-
Scratcher
100+ posts
How can I make multiple levels for my game
back again your good friend Kev what's the prob 
what some script help k
when do you want it to change and what do you want to happen?
when it happens?
then I will give an emoji guide

what some script help k
when do you want it to change and what do you want to happen?
when it happens?
then I will give an emoji guide
when green flag clicked
say [like this :D] for (2) secs
Last edited by kevery1 (April 14, 2019 05:23:49)
- dhess27
-
Scratcher
100+ posts
How can I make multiple levels for my game
Yes I do, I want to make multiple levels, I know how to make more levels, but how do I make them so that it doesn’t mess up my stars. Try the game out. You’ll see what I mean
- kevery1
-
Scratcher
100+ posts
How can I make multiple levels for my game
so the stars appear along with a sideways g?
- dhess27
-
Scratcher
100+ posts
How can I make multiple levels for my game
Sorry I’m bad at drawing, the sideways g is actually a redo button that allows you to play it again. They appear only on the black background.
- kevery1
-
Scratcher
100+ posts
How can I make multiple levels for my game
ok sorry so what do you define messing up the stars
- kevery1
-
Scratcher
100+ posts
How can I make multiple levels for my game
I don't know so any way you want it to
- change background
-change monkey
- change when you hit zero on monkeys health
-change monkeys max health from 100 to blank
ill try remixing it you can check it out ill see if its what you want
ill make it good music to
(and change the replay thing)
- change background
-change monkey
- change when you hit zero on monkeys health
-change monkeys max health from 100 to blank
ill try remixing it you can check it out ill see if its what you want
ill make it good music to
(and change the replay thing)Last edited by kevery1 (April 14, 2019 05:50:31)
- kevery1
-
Scratcher
100+ posts
How can I make multiple levels for my game
oh my gosh, I did it 
in the stars

also, check out my remix
I changed
- the song
- did my fixing

and also at the start for a split second make it so that it is your back round of choice

check the remix here
https://scratch.mit.edu/projects/302507543/

in the stars
when backdrop switches to [image v]what it needs to be
if <[stop watch] < [300 to 1000000000000]> then
show
change [money v] by (10)
end
when backdrop switches to [image v]also, check below
if <[stop watch] < [300 to 1000000000000]> then
show
change [money v] by (10)
wait (1) secs
hide
end
when backdrop switches to [space city 2 v]it would make it so that when it changes to the new backdrop it would not hide so
hide
when backdrop switches to [the new backdrop v]your welcome if more problems occur just ask
hide

also, check out my remix
I changed
- the song
- did my fixing

and also at the start for a split second make it so that it is your back round of choice
when green flag clickedfinally, add this to the monkey
switch backdrop to [your new backdrop v]
wait (0.3) secs
switch backdrop to [backdrop1 v]
when backdrop switches to [new backdrop v]and that's it
set [monkey health v] to [100 or 200 :D]

check the remix here

https://scratch.mit.edu/projects/302507543/
- Discussion Forums
- » Help with Scripts
-
» How can I make multiple levels for my game