Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » Best way to update my game?
- Cubey_Dudey
-
100+ posts
Best way to update my game?
When i want to add a big update to my game I have to make it a seperate project or update the project while it's shared, which affects the game before the update releases. Is there any better way to update them other than doing all the code in a seperate project.
- Vaibhs11
-
1000+ posts
Best way to update my game?
Doing it in a separate project is better if you don't want people playing in your project while updating.
You don't always need to code everything all over again.
If you have an alt account,
But If you don't, and don't like the “thanks to” sign:
You don't always need to code everything all over again.
If you have an alt account,
- Sign in your alt account
- Remix your project in your alt account
- Sign in your main account
- Remix the alt account remix
- Sign in your alt again
- Unshare the remix
- Sign in your main again
- Make the update
But If you don't, and don't like the “thanks to” sign:
- Go to the project
- Backpack every sprite
- If you have constant lists (i.e, lists that don't change): import the lists by right clicking and selecting “import”
- Make a new project.
- unpack everything from the original project
- The lists are automatically created, click on them and select “export” then choose the imported txt file.
- -Valtren-
-
1000+ posts
Best way to update my game?
save the project as a copy, make the edits, and then save the copy to your computer and upload it into the original project.
- Vaibhs11
-
1000+ posts
Best way to update my game?
Impractical for cloud variables. save the project as a copy, make the edits, and then save the copy to your computer and upload it into the original project.
- Scratchy697
-
1000+ posts
Best way to update my game?
can't you just save the project and then load it on the new project
- Go to the project
- Backpack every sprite
- If you have constant lists (i.e, lists that don't change): import the lists by right clicking and selecting “import”
- Make a new project.
- unpack everything from the original project
- The lists are automatically created, click on them and select “export” then choose the imported txt file.
- Cubey_Dudey
-
100+ posts
Best way to update my game?
can u explain it a litttle bbit more clear, im not sure how to put it into the original project save the project as a copy, make the edits, and then save the copy to your computer and upload it into the original project.
- CT-7569
-
100+ posts
Best way to update my game?
(#6)Click on File > Load from your computercan u explain it a litttle bbit more clear, im not sure how to put it into the original project save the project as a copy, make the edits, and then save the copy to your computer and upload it into the original project.
Last edited by CT-7569 (Oct. 30, 2022 15:21:23)
- D-ScratchNinja
-
1000+ posts
Best way to update my game?
Here's the best way to do it: Download your project to your computer, work on it on the Scratch app (remember to save it periodically), then load it onto the website when you're done.
To save: File › Save to your computer
To load: File › Load from your computer
With this method, if you have Cloud variables, they should still work once you load the project onto the website editor (I tested it).
To save: File › Save to your computer
To load: File › Load from your computer
With this method, if you have Cloud variables, they should still work once you load the project onto the website editor (I tested it).
Last edited by D-ScratchNinja (Oct. 30, 2022 21:04:36)
- Discussion Forums
- » Questions about Scratch
-
» Best way to update my game?