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

#1 2010-08-10 07:32:21

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

Modding Scratch VFAQ (very frequently asked Qs)

Too many people are asking, on different forum threads, questions like how do i load my skin? This post aims at keeping this forum clean and answering all those FAQs that annoy experienced modders. just link the users to

Code:

[url]http://tiny.cc/vfaq[/url]

Contents:
1. Loading the skin
2. Adding categories

--------------------------------
1. Loading the skin
IMPORTANT: always use the source code[b], not scratch 1.4!
- download the skin here
- extract and place it in the scratch source code folder naming it ScratchSkin.
- turn fill screen off and open a workspace (world menu -> open -> workspace)
- type this code into it:
[b]ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin')

- select that text, right-click and click 'do it'.
- repeat these steps each time you need to load the skin for some reason.

2. Adding categories
- edit the skin first: copy the files called control, controlPressed, controlOver and paste them with the names yourcategory, yourcategoryOver, yourcategoryPressed.
- use any graphics editing software to change the colour of the buttons (optional)
- reload the skin (see step 1)
- in the scratch browser (see shift-click-r in wiki), go to Scratch-UI-Panes, ScratchViewerMorph, --all--, rebuildCategorySelectors.
- you'll see a list with all of the existing category names. add yours (add an even number or the layout will look weird!).

3. Saving your changes
This is a very important step, because without this your above modifications will not work.
- shift click the file menu
- click save image for end user
- restart the program to see your changes

Last edited by LS97 (2013-03-05 14:40:47)

Offline

 

#2 2010-08-10 08:13:33

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

Good idea!


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#3 2010-08-10 08:22:37

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

Re: Modding Scratch VFAQ (very frequently asked Qs)

smile  thought so

Offline

 

#4 2010-08-10 09:44:50

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Modding Scratch VFAQ (very frequently asked Qs)

Nice, I think this should be stickied!  smile


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#5 2010-08-10 17:18:21

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

Jwosty wrote:

Nice, I think this should be stickied!  smile

I don't....

Anyway, if you want my little hack for odd category numbers, just use (catList size / 2) rounded instead of (catList size // 2)


nXIII

Offline

 

#6 2010-08-11 05:30:32

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

Re: Modding Scratch VFAQ (very frequently asked Qs)

i know that. you'll have said it 10 times by now.

Offline

 

#7 2010-08-11 16:56:37

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

Oh. Sorry.  sad
I just saw that you hadn't put it in there, and had instructed the user to put an even number of categories.


nXIII

Offline

 

#8 2010-08-12 03:39:05

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin')

^ Thats what it should be

Last edited by johnnydean1 (2010-08-12 03:39:28)


You can now reach me on Twitter @johnnydean1_

Offline

 

#9 2010-08-12 04:02:07

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

How to change the colour of all blocks in a catagory


You can now reach me on Twitter @johnnydean1_

Offline

 

#10 2010-08-12 05:06:21

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

Re: Modding Scratch VFAQ (very frequently asked Qs)

under ScriptableScratch's blockColorFor: or something like that.

Offline

 

#11 2010-08-12 05:07:29

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

Re: Modding Scratch VFAQ (very frequently asked Qs)

nXIII wrote:

Oh. Sorry.  sad
I just saw that you hadn't put it in there, and had instructed the user to put an even number of categories.

i know, just couldn't be bothered to write all that stuff  tongue

*shoots at 60 second rule*

Last edited by LS97 (2010-08-12 05:07:42)

Offline

 

#12 2010-08-12 16:01:13

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

LS97 wrote:

nXIII wrote:

Oh. Sorry.  sad
I just saw that you hadn't put it in there, and had instructed the user to put an even number of categories.

i know, just couldn't be bothered to write all that stuff  tongue

*shoots at 60 second rule*

They should make it so that you only get the 60-second rule if you've been caught spamming.
*joins in the shooting*


nXIII

Offline

 

#13 2010-08-12 16:04:24

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

No if you have > 500 posts


You can now reach me on Twitter @johnnydean1_

Offline

 

#14 2010-08-12 16:05:07

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

I'm not sure, because then you can just start madly spamming after a while, or set up a bot to post every 61 seconds 500 times for you. It's hard to decide what to do about it...  hmm

Last edited by nXIII (2010-08-12 16:07:01)


nXIII

Offline

 

#15 2010-08-13 03:36:45

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

Re: Modding Scratch VFAQ (very frequently asked Qs)

i think they should add both.
i'm fine for both anyway  tongue

almost reaching my 600s

Last edited by LS97 (2010-08-13 03:36:57)

Offline

 

#16 2010-08-13 17:55:28

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

I did this and i got the Error: Key not found.

The error tells me the default sprite (cant get rid of cat) isnt there.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#17 2010-08-15 17:30:41

sonicjosh
Scratcher
Registered: 2007-10-28
Posts: 86

Re: Modding Scratch VFAQ (very frequently asked Qs)

Great tutorial but when I go to the workspace and type in the code it doesn't work! I type in what you said and then select it. I then click it and click do it. Then it says right parenthesis expected ->. Can you help???


http://i35.tinypic.com/14yacn6.jpg
Need help with your mod? Visit Mod Central!

Offline

 

#18 2010-08-15 19:52:18

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

Add A Right Parenthesis!
Lol@Lol@Lol@Lol@Lol@Lol


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#19 2010-08-16 15:17:34

sonicjosh
Scratcher
Registered: 2007-10-28
Posts: 86

Re: Modding Scratch VFAQ (very frequently asked Qs)

What is a right parenthesis???


http://i35.tinypic.com/14yacn6.jpg
Need help with your mod? Visit Mod Central!

Offline

 

#20 2010-08-16 17:00:50

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

).


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#21 2010-08-16 17:25:52

sonicjosh
Scratcher
Registered: 2007-10-28
Posts: 86

Re: Modding Scratch VFAQ (very frequently asked Qs)

It fixed it but nothing happened to the skin...


http://i35.tinypic.com/14yacn6.jpg
Need help with your mod? Visit Mod Central!

Offline

 

#22 2010-08-19 13:08:06

sonicjosh
Scratcher
Registered: 2007-10-28
Posts: 86

Re: Modding Scratch VFAQ (very frequently asked Qs)

I know I keep asking question and stuff but I really need help!!! Nothing happened to the skin when I did the code...  sad  Does anyone know why?


http://i35.tinypic.com/14yacn6.jpg
Need help with your mod? Visit Mod Central!

Offline

 

#23 2010-08-19 14:05:09

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Modding Scratch VFAQ (very frequently asked Qs)

It LOADS (hence, loads = uploads to Squeak) the skin.
Exit your Scratch Browser, and restart it.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#24 2010-08-20 05:55:11

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

Re: Modding Scratch VFAQ (very frequently asked Qs)

bbbeb wrote:

It LOADS (hence, loads = uploads to Squeak) the skin.
Exit your Scratch Browser, and restart it.

scratch window.
and remember to save image

Offline

 

#25 2010-08-20 08:55:18

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Modding Scratch VFAQ (very frequently asked Qs)

Most of the major mods don't have any scratch skin folders, so how did they get the new catagories.


http://i.imgur.com/YBeXc.png

Offline

 

Board footer