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

#1 2011-03-19 19:20:37

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Add your logo to custom Scratch source?

Like Panther program... Panther Based off of... So how do you do that?

Offline

 

#2 2011-03-19 19:30:30

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Re: Add your logo to custom Scratch source?

On a mac: command-click on the scratch logo until the thingys surround just the logo. Click on the red circle and select "repaint". You can use anything except text. I thing wolfie1996 has a SF tutorial tutorial on this *goes to find it*

EDIT: here it is: http://scratch.mit.edu/projects/Wolfie1996/974749

Last edited by rocket101 (2011-03-19 19:31:54)

Offline

 

#3 2011-03-19 19:35:16

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Re: Add your logo to custom Scratch source?

rocket101 wrote:

On a mac: command-click on the scratch logo until the thingys surround just the logo. Click on the red circle and select "repaint". You can use anything except text. I thing wolfie1996 has a SF tutorial tutorial on this *goes to find it*

EDIT: here it is: http://scratch.mit.edu/projects/Wolfie1996/974749

Oh, wait I am making my own Scratch thing. So how do you do it in Squeak?

Offline

 

#4 2011-03-19 19:37:31

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Re: Add your logo to custom Scratch source?

thebuilderdd wrote:

rocket101 wrote:

On a mac: command-click on the scratch logo until the thingys surround just the logo. Click on the red circle and select "repaint". You can use anything except text. I thing wolfie1996 has a SF tutorial tutorial on this *goes to find it*

EDIT: here it is: http://scratch.mit.edu/projects/Wolfie1996/974749

Oh, wait I am making my own Scratch thing. So how do you do it in Squeak?

No idea. You could try creating a new morph, though I have no idea if that would work.

Offline

 

#5 2011-03-19 20:20:22

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Re: Add your logo to custom Scratch source?

How Do You Do This?

Offline

 

#6 2011-03-19 20:29:05

YourLocalBlockLib
Scratcher
Registered: 2011-03-10
Posts: 100+

Re: Add your logo to custom Scratch source?

thebuilderdd wrote:

How Do You Do This?

You could make a block under scriptable scratch morph

Code:

editScratchDrawing
    | t1 |
    t1 _ self ownerThatIsA: SketchMorph.
    t1 editDrawing

There is an error though.

Code:

editScratchDrawing
    SketchMorph editDrawing

wont work either. I always test codes before posting.
~Pecola1


http://dl.dropbox.com/u/6273449/BlockLibraryTitle.png

Offline

 

#7 2011-03-19 20:45:34

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Re: Add your logo to custom Scratch source?

YourLocalBlockLib wrote:

thebuilderdd wrote:

How Do You Do This?

You could make a block under scriptable scratch morph

Code:

editScratchDrawing
    | t1 |
    t1 _ self ownerThatIsA: SketchMorph.
    t1 editDrawing

There is an error though.

Code:

editScratchDrawing
    SketchMorph editDrawing

wont work either. I always test codes before posting.
~Pecola1

Will it work or not?

Offline

 

#8 2011-03-20 12:28:33

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Add your logo to custom Scratch source?

thebuilderdd wrote:

YourLocalBlockLib wrote:

thebuilderdd wrote:

How Do You Do This?

You could make a block under scriptable scratch morph

Code:

editScratchDrawing
    | t1 |
    t1 _ self ownerThatIsA: SketchMorph.
    t1 editDrawing

There is an error though.

Code:

editScratchDrawing
    SketchMorph editDrawing

wont work either. I always test codes before posting.
~Pecola1

Will it work or not?

I cannot get it to.


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

Board footer