Hi all,
i have use scratch 1.3 before, but when i change to scratch 1.4. there are some problems occurred.
there is a "save in user mode" function in scratch 1.3, however, i cannot see it on 1.4.
how can i save the change? Someone suggested a method list below. however, there is a warning "message not understood: findTokens:"
How can i solve the problem? anyone can help?
hong
-------------------------------------------------------------------------------------------------------------------
once you are done with editing one script in scratch source, press ALT + S
to save, and then, open a change sorter, and click on the change set you want to use, and right click on it, and choose "make changes go to me"
then, if you want it to save in user mode, open a workspace, and type in:
Code:
ScratchFrameMorph new openInWorld; saveImageForEndUserbut
before you execute this code, make sure your done everything, and have X'ed out all the windows but the workspace, now select the above code and press ALT + D and there you go.
ScratchFrameMorph new openInWorld; saveImageForEndUser
save image in user mode = compile this syntax in workplace
try not to "new" but saveimage
----------------------------------------------------------------------------------------------------------------------
Offline
hong, the save in user mode button's only available in the source code. So unless they've released the source code for 1.4, there will be no button.
yes, I remember when I wrote that. I think that was me anyway.
I have successfully hacked into scratch 1.4. and saved it.
But I have seen that error before.
Offline
cds56 wrote:
hong, the save in user mode button's only available in the source code. So unless they've released the source code for 1.4, there will be no button.
yes, I remember when I wrote that. I think that was me anyway.
I have successfully hacked into scratch 1.4. and saved it.
But I have seen that error before.
the source code is out months?
http://info.scratch.mit.edu/Source_Code
Last edited by dav09 (2009-11-28 05:08:08)
Offline
^ They just never announced it.
Took me forever to find out.
Offline
yow fellas can you please help me coz i really do not know what are the codes for "save"
"edit" and "delete" ..... because visual basic express is such a new one for me hehehe sorry for being moron
Last edited by apojeff (2009-12-08 18:53:24)
Offline
cds, i have tried to "shift-R" to hack into scratch 1.4,
after i changed the "scratch" logo and changed some content of the button, i press "save image for end-user". however, the change have't been saved. I have also use "ScratchFrameMorph new openInWorld; saveImageForEndUser" to save the image, but i think that its really "new" my scratch and saved. All of the logo and content hav't been saved.
i think there may be some other code to save the image. for example, i have tried "ScratchFrameMorph new saveImageForEndUser". It really saved the image, but it cannot fill the whole window.
please think about the problems together!making your own scratch!
Last edited by Hong1818 (2009-12-15 23:28:42)
Offline