I have created some games on my Mac book for scratch, however, when I present this on Monday I will only have access to a PC. How do I change the format from the Mac version so it is compatible with the PC version?
Offline
As long as you have scratch on both computers, you should be able to open your project. Scratch uses its own file type (.sb) which is compatible with every version of the program, but you need to have scratch installed for it to open.
Offline
Mac and PC Scratch Projects will work. Don't worry about anything.
Offline
You do want to make sure that you are running the same version of Scratch on both computers though. If you make a game in 1.3.1 on your Mac, you will not be able to load it on 1.2 on the PC because older versions of Scratch can not read projects made on newer versions of Scratch.
Offline
Paddle2See wrote:
You do want to make sure that you are running the same version of Scratch on both computers though. If you make a game in 1.3.1 on your Mac, you will not be able to load it on 1.2 on the PC because older versions of Scratch can not read projects made on newer versions of Scratch.
Then how come 1.1 can load 1.2? XD
Offline
ihaveamac wrote:
Then how come 1.1 can load 1.2? XD
I think it has to do with that with many upgrades they depreciated a block or two - if one of those depreciated (no longer in the new version) blocks is in the code it won't load properly.
Always test your code whenever possible
Offline
ihaveamac wrote:
Then how come 1.1 can load 1.2? XD
Good point! The reason for this is: The file format was changed from 1.2 to 1.3 due to extensive (Unicode) modifications, disbling backwads compatibility. This means, that you can open 1.2 projects in 1.1, as well as 1.4 ones in 1.3.x, however, in earlier versions you will not be able to use the newer blocks (they'll be red and labelled 'obsolete').
Offline