OK First shift-click the R in the Scratch Logo at the top left of the window.A menu should come up click Turn Fill Screen Off A white border should appear.1st part Completed!
Changing the logo
is easy.(do above) Click the alt button 3 times then choose the grey circle around the logo or ''Repaint Me'' The Scratch Paint Editor Should come up.Now your turn,Draw it!Then click OK,Done!But then to save shift-click R and this time choose ''Save image for end-user'' It shall Close Scratch [b]Creating a block[/b]Do the first instruction then click the white border and the World menu shall come up click Open then choose Browser then go to Scratch-Objects --> ScriptableScratchMorph (choose ScratchSpriteMorph if it's only for sprites and ScratchStageMorph if for both and ScriptableScratchMorph for any type) -->Class -->block specs --> blockSpecs.We'll first create a comment block put this under the blockspec for stop all ('<!--%s-->'#- #comment1 nil) then right-click the browser and click accepts
Strings
%s is a text input %n a number input %c color picker input %b a Boolean input
Enabling Mesh
Open the Browser than go to Scratch-UI-Panes --> ScratchFrameMorph --> menu/button actions --> addServerCommandsTo: change true to false (remember to keep the full stop) right-click then accepts and save (saving is above a few scripts)
Changing the title
Scratch-UI-Panes --> ScratchFrameMorph --> private -->updateProjectName change ['Scratch' , 'Version]. to 'Mod's name here'.
Thanks for Reading
when gf clicked say [Hope this helped! :D] for (2) secs
Last edited by Devloper123 (2013-03-04 15:27:40)
Offline
A little bit more: once you've clicked the white border click on open, browser, scratch objects, scratchspritemorph or scriptablescratchmorph. And another thing, if you're going to mod, use the source code!!
Offline
estile wrote:
question, how do you add a dropdown menu showing all lists(trying to make a show/hide lists block)
%L adds a drop-down menu with all the lists.
Offline