Panther is a program based off of Scratch, but it isn't how Scratch is coded.
Scratch uses something called Squeak Smalltalk. There isn't really a tutorial for it, as far as I know of, and really any of the coding I know is just from experience and trial and error.
http://scratch.mit.edu/forums/viewtopic.php?id=31200
Here is an OK tutorial, but it doesn't give you any specifics.
Offline
as shadow_7283 said,
Panther is a program based off of Scratch, but it isn't how Scratch is coded.
Panther isn't the language behind Scratch. It is simply a hacked/modified version of Scratch. The real language behind Scratch is a language called Squeak, which is based off of Smalltalk-80.
As for a tutorial, there are plenty. you could try the ones here, at teh Squeak website. http://wiki.squeak.org/squeak/792
You'll also have to download Squeak itself if you want to fully explore, but that's up to you.
YAY! MY 100th POST!
Last edited by AmoebaMan (2010-04-19 18:00:34)

Offline
Squeak Smalltalk is easy to understand. If you want to learn how to write Squeak Smalltalk code, you should start off by looking at these tutorials:
Making a Flip Block
Creating a Useful Boolean Block
Adding an Open URL Bllock
Last edited by rubiks_cube_guy238 (2010-04-19 18:34:56)
Offline
AmoebaMan wrote:
YAY! MY 100th POST!
How do you keep track?
Offline
When you post you will see on the left under your username your post count.
Offline
AmoebaMan wrote:
as shadow_7283 said,
Panther is a program based off of Scratch, but it isn't how Scratch is coded.
Panther isn't the language behind Scratch. It is simply a hacked/modified version of Scratch. The real language behind Scratch is a language called Squeak, which is based off of Smalltalk-80.
As for a tutorial, there are plenty. you could try the ones here, at teh Squeak website. http://wiki.squeak.org/squeak/792
You'll also have to download Squeak itself if you want to fully explore, but that's up to you.
YAY! MY 100th POST!
thank you very much for clarifying, though I would appreciate it if you did not refer to Panther as a "hack" as we are not hacking scratch at all, we are using the seperately released 1.4 source code and editing it in Squeak. I would just like to point that out as there is a big difference and we'd rather not be seen as hackers, that being a slightly less impressive role.
Offline
sparks wrote:
AmoebaMan wrote:
as shadow_7283 said,
Panther is a program based off of Scratch, but it isn't how Scratch is coded.
Panther isn't the language behind Scratch. It is simply a hacked/modified version of Scratch. The real language behind Scratch is a language called Squeak, which is based off of Smalltalk-80.
As for a tutorial, there are plenty. you could try the ones here, at teh Squeak website. http://wiki.squeak.org/squeak/792
You'll also have to download Squeak itself if you want to fully explore, but that's up to you.
YAY! MY 100th POST!thank you very much for clarifying, though I would appreciate it if you did not refer to Panther as a "hack" as we are not hacking scratch at all, we are using the seperately released 1.4 source code and editing it in Squeak. I would just like to point that out as there is a big difference and we'd rather not be seen as hackers, that being a slightly less impressive role.
Yes, it is making a modifcation of Scratch with new features, not hacking Scratch.
Offline
what can panther do? my computer wont let me go to full screen on it or click the help butten
Offline