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

#1 2010-06-02 16:32:16

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Panther Source Code

For panther source code just, go into the folder of panther and go into source and put panther.exe in the folder and open it up


http://i.imgur.com/YBeXc.png

Offline

 

#2 2010-06-02 16:48:16

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Panther Source Code

Or you could open the image file itself.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#3 2010-06-02 17:37:46

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther Source Code

Drag the "source1.0.image" file onto "Panther.exe" to run the source image (it has a developer's menu)


nXIII

Offline

 

#4 2010-06-02 17:54:05

shamrocker
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Panther Source Code

nXIII wrote:

Drag the "source1.0.image" file onto "Panther.exe" to run the source image (it has a developer's menu)

I don't have .exe applications. I have a Mac.


http://i46.tinypic.com/2s1b32e.png
respect the oxford comma

Offline

 

#5 2010-06-02 17:56:08

Blade-Edge
Scratcher
Registered: 2009-06-13
Posts: 1000+

Re: Panther Source Code

shamrocker wrote:

nXIII wrote:

Drag the "source1.0.image" file onto "Panther.exe" to run the source image (it has a developer's menu)

I don't have .exe applications. I have a Mac.

Get WINE


http://img29.imageshack.us/img29/5145/scratchycat.gif CLASSY

Offline

 

#6 2010-06-02 18:01:50

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther Source Code

shamrocker wrote:

nXIII wrote:

Drag the "source1.0.image" file onto "Panther.exe" to run the source image (it has a developer's menu)

I don't have .exe applications. I have a Mac.

I once had someone tell me it was against the ToS to have the application icon be the Scratch Cat on a mac .... we don't distribute a .app file.


nXIII

Offline

 

#7 2010-06-02 18:03:19

shamrocker
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Panther Source Code

Blade-Edge wrote:

shamrocker wrote:

nXIII wrote:

Drag the "source1.0.image" file onto "Panther.exe" to run the source image (it has a developer's menu)

I don't have .exe applications. I have a Mac.

Get WINE

Or VirtualBox... I'll try WINE though.
60 of these put much hate into me
0 should be the amount!
Seconds are what I am talking about!
Everyone hates them.
Cya, all you spammers!
Oh, say the Scratch Team.
Now so many of us are hateful to it.
Days are so much longer.
Rules, RULES! Get out with them!
U shall see the light soon, Scratch Team!
Let's protest against this rule.
Even if it brinks us to the Forum Takeover! (Well that would be fun. :3)
Seconds of 60 suck!
U would know if you had the rule,
Cing the light.
Kthnxbai,
SIXTY SECOND RULE!
(Wrote to get rid of the 60 second rule. I know, bad poem. XD)


http://i46.tinypic.com/2s1b32e.png
respect the oxford comma

Offline

 

#8 2010-06-03 16:40:06

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: Panther Source Code

shamrocker wrote:

I don't have .exe applications. I have a Mac.

Quick fix:  Click on the image file.  Command-I to get the info window for it.
Find the "open with" section, set it to Scratch.app.


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#9 2010-06-03 16:45:23

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: Panther Source Code

nXIII wrote:

we don't distribute a .app file.

I could help with that.  I believe the only code change needed for the Mac is to find where it compares a menu item to the string "Quit Scratch" and change it to "Quit Panther" or better yet just Quit+anything.  The rest of it is just making icon files, a little time-consuming but not hard.


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#10 2010-06-18 02:28:05

k28m4u
Scratcher
Registered: 2010-06-02
Posts: 1

Re: Panther Source Code

Thanks for the info...!

Offline

 

#11 2010-06-18 10:11:19

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Panther Source Code

nXIII wrote:

once had someone tell me it was against the ToS to have the application icon be the Scratch Cat on a mac .... we don't distribute a .app file.

Well I've used a Mac for as long as I have used computers. This is how you can make a new icon for it on a mac:

The way I do it:

1) Get Xcode of the Mac OSX install DVD and install it.
2) Right click on the VM and click 'Show Package Contents'
It will bring up a window with a folder that says 'Contents'
3) Double click on the folder and then double click the 'Resources' folder.
4) Right click on the 'ScratchApp.icns' file and click 'Open with'.
5) Click 'Icon Composer', and then drag the picture you want to use into the boxes in the
   Icon Composer application window and save it.

The other way
1) do it all in Gimp/Photoshop.


There you go, you have your new icons.

Last edited by ScratchReallyROCKS (2010-06-18 10:12:35)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#12 2010-06-18 10:45:59

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther Source Code

ScratchReallyROCKS wrote:

nXIII wrote:

once had someone tell me it was against the ToS to have the application icon be the Scratch Cat on a mac .... we don't distribute a .app file.

Well I've used a Mac for as long as I have used computers. This is how you can make a new icon for it on a mac:
...

I was just pointing out that it's hard for something that doesn't exist to be against the terms of service  tongue

Last edited by nXIII (2010-06-18 10:46:09)


nXIII

Offline

 

#13 2010-06-18 11:13:23

TheGameMaster1231
Scratcher
Registered: 2009-07-24
Posts: 1000+

Re: Panther Source Code

shamrocker wrote:

Blade-Edge wrote:

shamrocker wrote:


I don't have .exe applications. I have a Mac.

Get WINE

60 of these put much hate into me
0 should be the amount!
Seconds are what I am talking about!
Everyone hates them.
Cya, all you spammers!
Oh, say the Scratch Team.
Now so many of us are hateful to it.
Days are so much longer.
Rules, RULES! Get out with them!
U shall see the light soon, Scratch Team!
Let's protest against this rule.
Even if it brinks us to the Forum Takeover! (Well that would be fun. :3)
Seconds of 60 suck!
U would know if you had the rule,
Cing the light.
Kthnxbai,
SIXTY SECOND RULE!
(Wrote to get rid of the 60 second rule. I know, bad poem. XD)

Yay?  roll

Offline

 

#14 2011-04-13 22:46:27

DarthPickley
Scratcher
Registered: 2008-06-13
Posts: 100+

Re: Panther Source Code

Um, well, I was just wondering:
did you modify the ScratchPlugin at all in making Panther?
for example, suppose that I wanted to create my very own graphics effect (I would rather do this sort of thing in Panther because of all of its great color / pixel manipulation tools)
I would need the source code for the plugin. If you did not modify the plugin at all, then it would be exactly the same as the source code for regular scratch.

but there would be other difficulties: you cannot use a plugin unless it is in .dll format, and so how would you turn a .c file into a .dll file?

Offline

 

Board footer