I have recently updated DiscScratchr:
http://scratch.mit.edu/forums/viewtopic.php?id=5468
I am hoping for some support. Does it works for you?
I read the following article:
http://download.scratch.mit.edu/source-code/ScratchFileFormat.txt
I wish i could read the whole "Info Object Store" and save them somehow in different files. I am especially interested in the thumbnail... But I can't find any information about the thumbnail, what is the image type? Bitmap? Gif? Or raw data?
Please, if anyone could help me out...
PS: source code is included in "\resource\source", JustBasic can be downloaded from www.justbasic.com.
Offline
Hi JSO,
discScratchr is cool! The thumbnail is stored as an object of type 34 or 35, which indicates a ColorForm or (regular) Form which is basically a bitmap. It's probably easiest not to try accessing the internals of the project file, but to generate the thumbnail from the Scratch image itself (I'm sure you'll be able to make out the methods yourself quickly, if not, just ask and I'll be glad to help).
Offline
Your program works great. I like the menu and everything else too.
Offline
Jens wrote:
Hi JSO,
discScratchr is cool! The thumbnail is stored as an object of type 34 or 35, which indicates a ColorForm or (regular) Form which is basically a bitmap. It's probably easiest not to try accessing the internals of the project file, but to generate the thumbnail from the Scratch image itself (I'm sure you'll be able to make out the methods yourself quickly, if not, just ask and I'll be glad to help).
Thanks.
I have never read any smalltalk guide and Scratch is quite advanced application, but I'll try to do my best. I'll let you know if i get out
Offline
sailorgrl wrote:
I burned my game to a CD using discscratchr 1.1 however now the file won't open!
Also, how can I make my game run automatically when the cd is put into the drive?
PLEASE ANSWER!
maybe try burning it again, maybe the file didnt get onto the disc yet? srry i cant help u with how do u make it run automatically when the cd is in the drive.
Offline
i dont ever use cds so idk how to use them, really
Offline
golfer3 wrote:
sailorgrl wrote:
I burned my game to a CD using discscratchr 1.1 however now the file won't open!
Also, how can I make my game run automatically when the cd is put into the drive?
PLEASE ANSWER!maybe try burning it again, maybe the file didnt get onto the disc yet? srry i cant help u with how do u make it run automatically when the cd is in the drive.
I tried that it did not work! thanks for your help anyways
Offline
ur welcome, sorry i couldnt help
Offline