I think that I had this problem before, but I don't remember what I did. When I tried to update the Slash (Based on BYOB) scratchSkin, it acts like I didn't. I tried a lot of things, but it didn't work. Can anyone help?
Offline
I have this problem with scratch - I have found out it reads all of the items that were in the original program but none of the others. It's strange.
Offline
TheSuccessor wrote:
I have this problem with scratch - I have found out it reads all of the items that were in the original program but none of the others. It's strange.
I'm just trying to update the logo, because it needs to redraw it.
Offline
nXIII wrote:
That's because Jens didn't include his updated ScratchSkin folder in the BYOB package. I'll ask him for it
![]()
I already have that. You do
self keysDo: [:key |
(self at: key) writeGIFFileNamed: key asString, '.gif']or something like that to get it.
Offline
Billybob-Mario wrote:
nXIII wrote:
That's because Jens didn't include his updated ScratchSkin folder in the BYOB package. I'll ask him for it
![]()
I already have that. You do
Code:
self keysDo: [:key | (self at: key) writeGIFFileNamed: key asString, '.gif']or something like that to get it.
So you're probably just reading from the wrong folder...
Offline
it's not hard to read the skin, just high light the code (I've fogotten it
) that reads the skin and click do it. Then save image for end user and close BYOB, then repoen and it should have been changed!
Offline
Daffy22 wrote:
it's not hard to read the skin, just high light the code (I've fogotten it
) that reads the skin and click do it. Then save image for end user and close BYOB, then repoen and it should have been changed!
![]()
Nah, you can just reopen the Scratch frame, you don't need to quit. Use this:
ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin')
Offline
nXIII wrote:
Billybob-Mario wrote:
nXIII wrote:
That's because Jens didn't include his updated ScratchSkin folder in the BYOB package. I'll ask him for it
![]()
I already have that. You do
Code:
self keysDo: [:key | (self at: key) writeGIFFileNamed: key asString, '.gif']or something like that to get it.
So you're probably just reading from the wrong folder...
That was the problem! I put the new item in the wrong ScratchSkin!
Offline
A mod can close this now.
Offline