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

#1 2013-03-02 09:16:08

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Squeak Tutorial (for modders)

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

Code:

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

Code:

%s is a text input
%n a number input
%c color picker input
%b a Boolean input

Enabling Mesh

Code:

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

Code:

Scratch-UI-Panes --> ScratchFrameMorph --> private -->updateProjectName change ['Scratch' , 'Version]. to 'Mod's name here'.

Thanks for Reading  big_smile

when gf clicked 
say [Hope this helped! :D] for (2) secs

Last edited by Devloper123 (2013-03-04 15:27:40)


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#2 2013-03-02 09:26:35

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: Squeak Tutorial (for modders)

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

 

#3 2013-03-26 17:31:07

estile
Scratcher
Registered: 2013-01-26
Posts: 100+

Re: Squeak Tutorial (for modders)

question, how do you add a dropdown menu showing all lists(trying to make a show/hide lists block)


http://i45.tinypic.com/s4nvxl.png

Offline

 

#4 2013-03-27 03:16:03

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Squeak Tutorial (for modders)

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.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

Board footer