the file has to be a shortcut, and then right-click >> properties and change icon and upload teh file.
Offline
WindowsExplorer wrote:
thats not possible
Of course that's possible. BYOB does that.
I think you didn't understand. Somewhere in the code, there is a method that creates the file in the filesystem and sets its icon to the Scratch cat. I want to know where that method is so I can change the icon to something else.
Offline
Baderous wrote:
WindowsExplorer wrote:
thats not possible
Of course that's possible. BYOB does that.
I think you didn't understand. Somewhere in the code, there is a method that creates the file in the filesystem and sets its icon to the Scratch cat. I want to know where that method is so I can change the icon to something else.
well then edit the skin and change that picture to the picture you want, just make sure it's a GIF, though. then, load the skin and save image for end-user. done!
Last edited by jslomba (2011-08-03 14:35:04)
Offline
Baderous wrote:
I would change it if I knew which picture it is. I've looked in the ScratchSkin and haven't found it.
The picture will not be within scratch, if it's the picture that you're refering to at the start (in the picture) lol to many pictures XD, the picture will only be in the installer for scratch.
Offline
rookwood101 wrote:
Baderous wrote:
I would change it if I knew which picture it is. I've looked in the ScratchSkin and haven't found it.
The picture will not be within scratch, if it's the picture that you're refering to at the start (in the picture) lol to many pictures XD, the picture will only be in the installer for scratch.
What do you mean by "the picture will only be in the installer for scratch"? I am modifying the source code provided by MIT, not the original Scratch.
Offline
Baderous wrote:
rookwood101 wrote:
Baderous wrote:
I would change it if I knew which picture it is. I've looked in the ScratchSkin and haven't found it.
The picture will not be within scratch, if it's the picture that you're refering to at the start (in the picture) lol to many pictures XD, the picture will only be in the installer for scratch.
What do you mean by "the picture will only be in the installer for scratch"? I am modifying the source code provided by MIT, not the original Scratch.
Assuming you want to change the icon for a scratch project in windows explorer, it is set by the scratch installer.
I am basing this on the fact that the picture you gave us as an example shows this.
Offline
But I could be exploring the source code without installing Scratch. The source code is just an .image file which I am opening in a Squeak VM (which needn't be Scratch.exe, or in my case Scratch.app, since I am using Mac OS X).
Offline
Baderous wrote:
But I could be exploring the source code without installing Scratch. The source code is just an .image file which I am opening in a Squeak VM (which needn't be Scratch.exe, or in my case Scratch.app, since I am using Mac OS X).
If you haven't installed scratch using the installer, then you won't get the cat picture on projects.
Offline
if your talking about the icon that shows on the Scratch.exe file and in the top-left corner of Scratch, use Resource Hacker.
if you mean the icon on files you save in Scratch, windows automatically uses the icon for Scratch.
Offline
nathanprocks wrote:
if your talking about the icon that shows on the Scratch.exe file and in the top-left corner of Scratch, use Resource Hacker.
if you mean the icon on files you save in Scratch, windows automatically uses the icon for Scratch.
As I said above, the icon on the files you save in scratch, is set by the installer when you run it.
Offline
rookwood101 wrote:
nathanprocks wrote:
if your talking about the icon that shows on the Scratch.exe file and in the top-left corner of Scratch, use Resource Hacker.
if you mean the icon on files you save in Scratch, windows automatically uses the icon for Scratch.As I said above, the icon on the files you save in scratch, is set by the installer when you run it.
the installer changes the computers settings to make *.sb files open with scratch. windows shows the icon of the program that opens the file.
Offline
nathanprocks wrote:
rookwood101 wrote:
nathanprocks wrote:
if your talking about the icon that shows on the Scratch.exe file and in the top-left corner of Scratch, use Resource Hacker.
if you mean the icon on files you save in Scratch, windows automatically uses the icon for Scratch.As I said above, the icon on the files you save in scratch, is set by the installer when you run it.
the installer changes the computers settings to make *.sb files open with scratch. windows shows the icon of the program that opens the file.
But the installer tells windows what icon to use for it, windows CAN decide on icons for programs, but in this case, the installer does it.
Offline
rookwood101 wrote:
nathanprocks wrote:
rookwood101 wrote:
As I said above, the icon on the files you save in scratch, is set by the installer when you run it.the installer changes the computers settings to make *.sb files open with scratch. windows shows the icon of the program that opens the file.
But the installer tells windows what icon to use for it, windows CAN decide on icons for programs, but in this case, the installer does it.
i don't really understand what your saying because if i make a program, then change the settings in windows to make files open with my program, it shows my programs icon on the files.
Offline