This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-11-17 03:40:45

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

My mod:

I'm making a mod called "Lring"  And i need to know how to change the Scratch 1.4 of 30 jun 09 to Lrine - anyone know how?


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#2 2010-11-17 05:05:55

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: My mod:

No idea.

Good luck, though.  big_smile

Tell What-the, he keeps a tab on all of the mods.  smile


-End Transmission-

Offline

 

#3 2010-11-17 05:24:24

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: My mod:

thanks


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#4 2010-11-17 08:41:41

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: My mod:

Go to UI-Panes then ScratchFrameMorph (i think) then Private then changeName (or something) then change all the stuff that says 'Scratch'

Offline

 

#5 2010-11-17 16:04:28

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: My mod:

hmm   Nope  hmm


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#6 2010-11-17 16:51:30

urhungry
Scratcher
Registered: 2009-07-03
Posts: 1000+

Re: My mod:

I used to know, but I forgot.

Offline

 

#7 2010-11-18 11:16:56

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: My mod:

ssss wrote:

hmm   Nope  hmm

yes. Programming-Freak is right.

Scratch-UI-Panes -> ScratchFrameMorph -> private -> updateProjectName

change the text that says ' - Scratch' to ' - Lring' and the text saying 'Scratch' , Version to 'Lring 1.0 of Some Date'

Offline

 

#8 2013-02-10 13:29:20

yoland
Scratcher
Registered: 2011-09-23
Posts: 18

Re: My mod:

ssss wrote:

I'm making a mod called "Lring"  And i need to know how to change the Scratch 1.4 of 30 jun 09 to Lrine - anyone know how?

Easy, I know how Scratch UI-Panes - Scratch FrameMorph - private - update project name
in quotes there is something like:
        ifTrue: [t1 _ projectTitleMorph contents , '- Scratch']
        ifFalse: [t1 _ 'Scratch'].
Change to:
        ifTrue: [t1 _ projectTitleMorph contents , '- Mod']
        ifFalse: [t1 _ 'Mod].

Offline

 

Board footer