Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Combine scratch projects
- jayashreer2010
-
New Scratcher
3 posts
Combine scratch projects
Hi, I made two different projects. I want to make it such a way that after the player plays the first project and wins the second project should
get called. Its like a reward.
.
But if he looses he needs to play the project 1 again.
Is it possible?
Thanks,
Jay
get called. Its like a reward.
.
But if he looses he needs to play the project 1 again.
Is it possible?
Thanks,
Jay
- Dezach
-
Scratcher
100+ posts
Combine scratch projects
You cannot open another project inside a project. What you can do is:
1 - Show the link of the other project in your project (or description)
2 - Use your backpack to transfer your first project's scripts to your second project.
1 - Show the link of the other project in your project (or description)
2 - Use your backpack to transfer your first project's scripts to your second project.
Last edited by Dezach (Jan. 22, 2021 00:17:02)
- theanonymousweirdo
-
Scratcher
500+ posts
Combine scratch projects
The only way to do this is to put both projects together into one project. There is no way to connect two separate scratch projects.
- Ace12Best
-
Scratcher
100+ posts
Combine scratch projects
There is no way to put together 2 projects. A way that it might work is if you say: “To be continued” and put the 2nd project in the notes & credits.
I hope I helped!
I hope I helped!

- Gifted_Mess
-
Scratcher
51 posts
Combine scratch projects
If you put all of the items of the second project in your backpack, then you can put it in the first. You might need to do a little extra coding to actually connect them. But I think you could just say something like:
when I receive [This message is sent when the person is done with the level v]
Run all of all of the code to the second project instead of when you touch the green flag.
- lordibel
-
Scratcher
1000+ posts
Combine scratch projects
If you put all of the items of the second project in your backpack, then you can put it in the first. You might need to do a little extra coding to actually connect them. But I think you could just say something like:when I receive [This message is sent when the person is done with the level v]
Run all of all of the code to the second project instead of when you touch the green flag.
what level? I think it should be
broadcast [project #1 is done v]
when I receive [project #1 is done v]
run project #2
- Discussion Forums
- » Help with Scripts
-
» Combine scratch projects





