I'm making a Scratch variant (creatively named Scratch+) and I want to change the version number in the title bar. I am making this mod in Scratch, not the source code, and would prefer to not have to re-hack my 50+ mods all over again! Does anybody know how to change the version number in Squeak?
Offline
Thanks!
(100th post!!!!!)
Offline
I'd Like to know how to change the version number so that if I tested the version, it would be the number I chose
Offline
And also you can't call it Scratch+. You aren't allowed to have the name 'scratch' in your mod. Except for "based on scratch".
Offline
ProgrammingFreak wrote:
And also you can't call it Scratch+. You aren't allowed to have the name 'scratch' in your mod. Except for "based on scratch".
![]()
you know the numbers like 1.4? How can I change that?
Offline
thebuilderdd wrote:
ProgrammingFreak wrote:
And also you can't call it Scratch+. You aren't allowed to have the name 'scratch' in your mod. Except for "based on scratch".
![]()
you know the numbers like 1.4? How can I change that?
Read it tells you!
Offline
johnnydean1 wrote:
thebuilderdd wrote:
ProgrammingFreak wrote:
And also you can't call it Scratch+. You aren't allowed to have the name 'scratch' in your mod. Except for "based on scratch".
![]()
you know the numbers like 1.4? How can I change that?
Read it tells you!
Read what??? I don't want 1.4 in the name!
Offline
meew0 wrote:
If you want to change the title, go to: Scratch-UI-Panes | ScratchFrameMorph | private | updateProjectName and change
'Scratch ' , Version
to
'thenameofyourhack of th-edateofyour-hack'
So I did it in Lion.
Offline
ProgrammingFreak wrote:
And also you can't call it Scratch+. You aren't allowed to have the name 'scratch' in your mod. Except for "based on scratch".
![]()
I've been outposted!
Offline
johnnydean1 wrote:
meew0 wrote:
If you want to change the title, go to: Scratch-UI-Panes | ScratchFrameMorph | private | updateProjectName and change
'Scratch ' , Version
to
'thenameofyourhack of th-edateofyour-hack'
So I did it in Lion.
If I edit the version, it messes up
Offline
thebuilderdd wrote:
johnnydean1 wrote:
meew0 wrote:
If you want to change the title, go to: Scratch-UI-Panes | ScratchFrameMorph | private | updateProjectName and change
'Scratch ' , Version
to
'thenameofyourhack of th-edateofyour-hack'
So I did it in Lion.If I edit the version, it messes up
Edit the version to
'Scratch' , '1'
Offline