How do I make a scratch project RPG that updates? Like this:
Newspaper: Updates Weekly
Catalog (clothes and house items): Updates Monthly
But, I want to keep old items in the sprite, but, I don't want people to change what they are wearing by downloading.
Can anyone help me with this?
Offline
Offline
Anyone can change anything they want by downloading... you can't restrict changes they came make or whether or not they can download, the whole point of scratch is: imagine, program, SHARE; this means anybody can edit your script. Likewise, anybody can "cheat" by downloading, but it takes fun away from the game.
Offline
You could do this by having 3 separate projects.
The first project would be the actual RPG.
The second project would be the "newspaper" project.
The third project would be the "clothing catalogue" project.
Every week, you could update the newspaper and clothing catalogues, and the users would have to download and file -> import project it into the main one.
Offline
silvershine wrote:
You could do this by having 3 separate projects.
The first project would be the actual RPG.
The second project would be the "newspaper" project.
The third project would be the "clothing catalogue" project.
Every week, you could update the newspaper and clothing catalogues, and the users would have to download and file -> import project it into the main one.
YES! Thank you, I knew I had to do somthing like that. Another problem is, if they keep the file, then open it (an older one) into the project, they have the old items.
Offline