Pages: 1
Stitched all the simple hacking stuff into this post.
How to make a categorie:
bbbeb wrote:
Warning: Long Explanation Ahead.
Step 1. Download the ScratchSkin (search it)
Step 2. Hack Scratch.
Step 3. Open a browser.
Step 4. Go to Scratch-UI-Panes>>ScratchViewerMorph>>rebuildCategorySelectors
Step 5. Add your names after the last of the names.Code:
In Example First you see this. #pen #motion #control #operators #variables #sensing #sound #looks (not in order) Change it to this: #pen #motion #control #operators #variables #sensing #sound #looks #(Your name here) #(Your Second name here) (To set it to one, find out NXIII's secret hack. :D)Step 6. Edit the ScratchSkin (And add it to your Scratch/Mod Folder.) To add yourCategoryPressed, yourCategoryOver, and yourCategory. (update names to your real names) I Recommend Copying the Control ones and editing them with an image editor.
Step 7: Open a workspace, and add this:
ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin')
I didnt say it was simple.
Last edited by fetchydog567 (2012-12-09 18:33:43)
Offline
Pages: 1