Daffy22 wrote:
Jwosty wrote:
Eventually, if I ever get it finished. I may release the .image and .changes files, along with some other important stuff. So yes, it will work on windows, there just wouldn't be any .exe file.
![]()
Thats what SoftDEV should do.
![]()
SoftDeV has released an image file.
Offline
midnightleopard wrote:
Daffy22 wrote:
Jwosty wrote:
Eventually, if I ever get it finished. I may release the .image and .changes files, along with some other important stuff. So yes, it will work on windows, there just wouldn't be any .exe file.
![]()
Thats what SoftDEV should do.
![]()
SoftDeV has released an image file.
SoftDEV? What's that?
Offline
Wow that's VERY ironic... The day I upload Blocktalk to Mediafire, I find and fix the problem.
To put it short, the problem was that the blocks in the instance pane wouldn't run and the fix was only a matter of finding a hiding method.
Long and more detailed explanation: I knew the reason they wouldn't run is because somewhere, Scratch (Or Blocktalk for that matter ) has to find the blocks before it can do anything with them. I finally found the method that does so. It is located in
Scratch-Objects//ScriptableScratchMorph//scripts #scripts.
The original method is
scripts "Answer my scripts, a collection of HatBlockMorphs." (blocksBin isKindOf: Morph) ifFalse: [^ blocksBin]. ^ blocksBin submorphs select: [:m | m isKindOf: HatBlockMorph]
And I modified it to
scripts "Answer my scripts, a collection of HatBlockMorphs." | scripts | scripts _ (blocksBin submorphs select: [:m | m isKindOf: HatBlockMorph]) , (instanceBlocksBin submorphs select: [:m | m isKindOf: HatBlockMorph]). (blocksBin isKindOf: Morph) ifFalse: [^ blocksBin]. ^ scripts
Offline
Also, since I have already uploaded it to mediafire, I might as well let you have the latest version. But just use it to look at the code; you might mess up your Scratch projects.
The latest version can be downloaded here. Be sure to check the topic post every once in a while for the latest build!
Offline
Smalltalk classNamed: 'name'.
If the class exists, it returns the class, otherwise it returns nil.
Offline
wheres the link? YOU NEED THE LINK
Offline
TheSuccessor wrote:
Smalltalk classNamed: 'name'.
If the class exists, it returns the class, otherwise it returns nil.
Thanks! That helps
luigis_1_fan wrote:
wheres the link? YOU NEED THE LINK
Link?
____________
Also, I am taking a long break on another project. I'm not completely finished with it yet though xD
Thanks guys!
Offline
Jwosty wrote:
I am starting a Scratch Mod called Blocktalk (It was originally called Scratchtalk, but I found out that it violates the tems of use). It will be like the bridge between Scratch and the language it was programmed in, Smalltalk and I hope it will let other advanced Scratch users learn Smalltalk.
The Differences
• It will include four categories in the top of the script editor instead of three:
Class Scripts, Instance Scripts, Costumes and Sounds.
• It will also have a few new blocks.
To do list
Add the class and instance framework by
• Separate the Class scripting pane and Instance pane to only show certain blocks
• Making each 'sprite' (later to be called a class; right now its still just a 'sprite') a real Smalltalk class
• Separating the blocks for only what the
If you would like to help me develop this, you can suggest new features for future versions, or maybe provide artwork and/or sample projects, or in any other way you feel is appropriate.![]()
________________
Also, feel free to ask me anything about Blocktalk and I will try my best to answer it.![]()
And I will not be accepting any offers to program, sorry.But you can help me with any code, just tell me it!
![]()
________________
You can download the latest (but unfinished) build here. But only use it to look at the code and maybe provide useful suggestions; as it might mess up your Scratch projects.
Have a great day!![]()
Please reupload to 4shared. Web filters (I call them Web Viruses) block mediafire.
Offline
Come on. Give me the 4shared download!
Offline
Offline
rdococ wrote:
Come on. Give me the 4shared download!
Offline
rdococ wrote:
rdococ wrote:
Come on. Give me the 4shared download!
Here: http://www.4shared.com/folder/5DqkeV3V/_online.html. I uploaded the image file, the changes file, and the squeak sources.
Offline
Is development still going on?
Offline
hello12345678910 wrote:
rdococ wrote:
rdococ wrote:
Come on. Give me the 4shared download!
Here: http://www.4shared.com/folder/5DqkeV3V/_online.html. I uploaded the image file, the changes file, and the squeak sources.
I now need the Sourceforge download.
Offline
I'd hopefully be good at ideas and artwork - i'll post them here.
------------------------------------------------------------------------------------------------------------------------------
SEE MY SITE AT: http://scratchfrommit.weebly.com/index.html
Offline
Offline
Offline
Hey! Look at this! http://www.dafont.com/block-talk.font
Offline
ImagineIt wrote:
I can't download.
![]()
Neither can I
Offline
Both of the files are still invalid!
Offline