Make sure you keep the about scratch part too.
Blizzard, Copyright 2012 by Pitusky12, samtwheels, and (add whoever else joins)
Based on Scratch, from the MIT media lab.
Offline
samtwheels wrote:
Make sure you keep the about scratch part too.
Blizzard, Copyright 2012 by Pitusky12, samtwheels, and (add whoever else joins)
Based on Scratch, from the MIT media lab.
Okay,Ill publish the mod here in 5 minutes.
Offline
Alright, although I am busy with some other things and might only get it ready by tommorow.
Offline
Here is the link for the mod: https://www.dropbox.com/s/guffrwwzq79w66y/Scratch.image I added some new blocks,and About Blizzard.Download it and try to fix the join ip block error.Comment what you think about this version.
Last edited by Pitusky12 (2012-07-22 20:25:31)
Offline
ill join is it Java, Phython, JS, SQL, C#, C++, C+, C, Squeak, Ruby, Ruby on Rails, IronPhython?
i know Java and C languages pretty well Squeak; i've had some expierience with
Offline
when mod clicks
mod until <completed>
May the Fermented Orange Raspberry Concentrated Elixer be with you!
end
i've got a better name for the file extension; .blp (blizzard project) .bls (blizzard sprites)Offline
very good databasing i'll add some features and post a link
Offline
KKdevelopers wrote:
ill join is it Java, Phython, JS, SQL, C#, C++, C+, C, Squeak, Ruby, Ruby on Rails, IronPhython?
i know Java and C languages pretty well Squeak; i've had some expierience with
It Is Squeak.Welcome to the Group!.You Are Accepted
Edit:Cool!
Last edited by Pitusky12 (2012-07-23 11:18:05)
Offline
KKdevelopers wrote:
when mod clicks mod until <completed> May the Fermented Orange Raspberry Concentrated Elixer be with you! endi've got a better name for the file extension; .blp (blizzard project) .bls (blizzard sprites)
what do you think?
.bls is better.Can you remove .sb and add .bls ?
Offline
emmm might do it in 35 mins from now
Offline
KKdevelopers wrote:
emmm might do it in 35 mins from now
okay,you mean you will finish it in 35 minutes?
Note:Please remove the .sb file format and add the .bls file format.
Thank You.
When you finish post it in this topic.
Last edited by Pitusky12 (2012-07-23 12:45:47)
Offline
May the Fermented Orange Raspberry Concentrated Elixer be with youadded these blocks:
when <> is false get <time> get <date> get <year> get <full date> get <month> if <> do [<>] end load <> and many more but squeak can't format it so it might take a while but by 1-pm tonight i'll have done 20 blocks and done .bls extensions and new menus for miscellaneous blocks will .blp be included for project files or .bls will be for all?
Last edited by Paddle2See (2012-07-23 17:51:49)
Offline
KKdevelopers wrote:
[scratchblocks]
May the Fermented Orange Raspberry Concentrated Elixer be with you
[/scratchblocks
added these blocks:
[scratchblocks]
when <> is false
get <time>
get <date>
get <year>
get <full date>
get <month>
if <>
do [<>]
end
load <>
and many more
but squeak can't format it so it might take a while but by 1-pm tonight i'll have done 20 blocks and done .bls extensions and new menus for miscellaneous blocks
will .blp be included for project files or .bls will be for all?
Okay,Can you finish by 12:00 .
I want .bls for all.
Offline
[scratchblocks]
when <> is false
get <time>
get <date>
get <year>
get <full date>
get <month>
if <>
do [<>]
end
load <>
[scratchblocks]
and many more
but squeak can't format it so it might take a while but by 1-pm tonight i'll have done 20 blocks and done .bls extensions and new menus for miscellaneous blocks
will .blp be included for project files or .bls will be for all?
Offline
ok i will .bls could be a bit harmfull it could be cross clash formats
12:00 GMT? or 00:00 GMT
or is it
12:00 EST or 00:00 EST
or
12:00 EDT or 00:00 EDT
or
12:00 PDT (california) or 00:00 PDT
or
12:00 GMT + 1:00 (london (me!) ) or 00:00 GMT+1
Offline
we should have an option to save it in .sb or .bls so you can upload it to the scratch website
Offline
you mean 8pm uk (12pm california)
Offline
cratch-UI-Panes --> ScratchFrameMorph --> Instance --> file read/write -->
importScratchProject
extensions: #(scratch sb )
nameFromFileName: fileName: add line
(s asLowercase endsWith: '.whatever' ifTrue: [s _ s copyFrom: 1 to s size - 3].
saveScratchProject: change
fName _ (self nameFromFileName: fName), '.sb'.
to
fName _ (self nameFromFileName: fName), '.whatever'.
this is the Squeak IMP (imp = implementation) code i used
Offline
KKdevelopers wrote:
cratch-UI-Panes --> ScratchFrameMorph --> Instance --> file read/write -->
importScratchProject
extensions: #(scratch sb )
nameFromFileName: fileName: add line
(s asLowercase endsWith: '.whatever' ifTrue: [s _ s copyFrom: 1 to s size - 3].
saveScratchProject: change
fName _ (self nameFromFileName: fName), '.sb'.
to
fName _ (self nameFromFileName: fName), '.whatever'.
this is the Squeak IMP (imp = implementation) code i used
Cool!! When you finish at 8pm uk publish the mod in a link in this topic.
Offline
that's the file extension done ill upload it
Offline