i'm working on a scratch mod, and i'm wondering how i can change the default sprite. i'm using the source code btw, not just hacking scratch.
Offline
In the folder where you keep the image file for your mod, make a file called 'default.sprite'. Basically, you make a sprite in Scratch or in your mod that you want to have as the default, and export it as 'default.'
Offline
thanks! btw for all of the images in the scratch source folder, if i edit them will they change to the edits in my scratch mod?
Offline
ScratchReallyROCKS wrote:
In the folder where you keep the image file for your mod, make a file called 'default.sprite'. Basically, you make a sprite in Scratch or in your mod that you want to have as the default, and export it as 'default.'
It didn't work for me...
Google it.
Offline
yah it didn't work for me, then i just changed it in the project, but as soon as i click new it brings back the old one of the cat, and the one of the cat isn't even in the source code file!
Offline
i also need to know how to change all of the images like the green flag, i was hoping to be able to change it to a play button, i've always wanted to try it.
Offline
create a folder called "Media" then inside that one called "Costumes" and inside that put your default.sprite. Export the sprite from scratch and call it "default". The media folder must be in the same directory as the image
Offline
developdood wrote:
create a folder called "Media" then inside that one called "Costumes" and inside that put your default.sprite. Export the sprite from scratch and call it "default". The media folder must be in the same directory as the image
No, you go to the "ScratchSkin" folder and edit the "defaultSpriteCostume.gif" file.
Then go into a System browser (In Scratch), open a workspace, type in
ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin')
, highlight it, and press "command" and "d" (for mac). For Windows, you do the same thing, except instead of pressing "command" + "d", you right click and select
do it (d)
Hope this helps!
Google it.
Offline
Actually my way works. I did it and it works. It is easiest way and works best.
Offline
Jwosty wrote:
developdood wrote:
create a folder called "Media" then inside that one called "Costumes" and inside that put your default.sprite. Export the sprite from scratch and call it "default". The media folder must be in the same directory as the image
No, you go to the "ScratchSkin" folder and edit the "defaultSpriteCostume.gif" file.
Then go into a System browser (In Scratch), open a workspace, type inCode:
ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin'), highlight it, and press "command" and "d" (for mac). For Windows, you do the same thing, except instead of pressing "command" + "d", you right click and select
Code:
do it (d)Hope this helps!
![]()
It works! (exept i had to download scratchSkin)
Last edited by comp500 (2011-01-24 14:34:17)
Offline