Like Panther program... Panther Based off of... So how do you do that?
Offline
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
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
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/974749Oh, 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
How Do You Do This?
Offline
thebuilderdd wrote:
How Do You Do This?
You could make a block under scriptable scratch morph
editScratchDrawing
| t1 |
t1 _ self ownerThatIsA: SketchMorph.
t1 editDrawingThere is an error though.
editScratchDrawing
SketchMorph editDrawingwont work either. I always test codes before posting.
~Pecola1
Offline
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 editDrawingThere is an error though.
Code:
editScratchDrawing SketchMorph editDrawingwont work either. I always test codes before posting.
~Pecola1
Will it work or not?
Offline
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 editDrawingThere is an error though.
Code:
editScratchDrawing SketchMorph editDrawingwont work either. I always test codes before posting.
~Pecola1Will it work or not?
I cannot get it to.
Offline