ZacIsCool wrote:
I don't have the scratch skin. can somebody give me a link to where i can download it?
when gf clicked say [hello!] wait(5)secs say [goodbye!] stop all
exportSkin | t2 t4 | t4 _ 0. t2 _ ScratchFileChooserDialog chooseFolder: FileDirectory default pathName. 'Exporting Skin...' displayProgressAt: Display center from: 0 to: ScratchSkin size during: [:t3 | ScratchSkin keys do: [:t1 | t4 _ t4 + 1. t3 value: t4. PNGReadWriter putForm: (ScratchSkin at: t1) onFileNamed: t2 pathName , FileDirectory slash , t1 asString , '.png']]
Add that to ScratchFrameMorph and type ScratchFrameMorph exportSkin to export the skin.
Offline
I feel like releasing Dream soon. I'm going to release Dream in mid-August and I'm going to make it 'self updating'. So when I post an update for dream to a certain website, it reads from that every time it starts and automatically updates if necessary. That way you can enjoy dream and I can work on it at the same time.
Offline
dreamod wrote:
I feel like releasing Dream soon. I'm going to release Dream in mid-August and I'm going to make it 'self updating'. So when I post an update for dream to a certain website, it reads from that every time it starts and automatically updates if necessary. That way you can enjoy dream and I can work on it at the same time.
You can do that? Cool! P.S. How do you manually change the tab color in the skin?
Offline
ZacIsCool wrote:
dreamod wrote:
I feel like releasing Dream soon. I'm going to release Dream in mid-August and I'm going to make it 'self updating'. So when I post an update for dream to a certain website, it reads from that every time it starts and automatically updates if necessary. That way you can enjoy dream and I can work on it at the same time.
You can do that? Cool! P.S. How do you manually change the tab color in the skin?
You edit the color in a software like gimp.
Offline
chanmanpartyman wrote:
ZacIsCool wrote:
dreamod wrote:
I feel like releasing Dream soon. I'm going to release Dream in mid-August and I'm going to make it 'self updating'. So when I post an update for dream to a certain website, it reads from that every time it starts and automatically updates if necessary. That way you can enjoy dream and I can work on it at the same time.
You can do that? Cool! P.S. How do you manually change the tab color in the skin?
You edit the color in a software like gimp.
I have two new tabs, and they are both using the same image files as the control tab thanks to a bad tutorial, and I want to change the image files. I have already created their images, i just need to make them use those images. I f I could delete them, I could recreate them using their new ones, or If i could change the old. I don't thing that scratch can read my skin, and I don't know how to check. I'm completely confused!
Please help!
p.s. how do you make a new thread? i want to make one for holy meatball.
p.p.s. when is scratch 2.0 going to be released?
Last edited by ZacIsCool (2012-07-15 18:06:46)
Offline
ZacIsCool wrote:
chanmanpartyman wrote:
ZacIsCool wrote:
You can do that? Cool! P.S. How do you manually change the tab color in the skin?
You edit the color in a software like gimp.
I have two new tabs, and they are both using the same image files as the control tab thanks to a bad tutorial, and I want to change the image files. I have already created their images, i just need to make them use those images. I f I could delete them, I could recreate them using their new ones, or If i could change the old. I don't thing that scratch can read my skin, and I don't know how to check. I'm completely confused!
Please help!
p.s. how do you make a new thread? i want to make one for holy meatball.
p.p.s. when is scratch 2.0 going to be released?
http://tiny.cc/vfaq
Where it has the code you should run in a workspace make sure to add a right parentheses, because LS97 forgot that.
P.S. a right parentheses is ")"
Last edited by chanmanpartyman (2012-07-15 19:22:38)
Offline
I've started working on it more and I have decided to only add 4 new categories, so far. Colors, System (primitives files and more), forms (images) , connections( internet,mesh etc). It's going to be first class like byob, but not made from byob.
Offline
SciTecCf wrote:
Cool! How's it going?
Oh, and as for the dream website, I'd be happy to host :3
If you could host it, I would upload it tomorrow, because progress is going much better than I expected. PLEASE host it.
Offline
dreamod wrote:
Here's a dream sneak peak:
http://www.freeimagehosting.net/hv1bw
Thi sis EPIC!
Offline
sparks wrote:
You'll do a great job, I'll bet!
adding it to the BL or not
Offline
roijac wrote:
dreamod wrote:
Quick question:
What's the UTI type for Unix Executable Files? (Creator and Kind, like (ttext TEXT) )there isnt
theyre execable because chmod +x
Well, when I write a file from Squeak, it sets the uti type to ttext Text, should I just set it to ' ' and ' ' ? Because that's what I've done.
Offline