This is really cool! Much easier than just sitting there staring a system browser filled with broken code.
A slightly modified version I've made is here.
It has the following features:
• Completely valid XHTML
• Deleting bug in blockspec creator is fixed
• Shorter page, but with no less content
• Function names are exactly the same colour as the associated category
• You can click the function names themselves rather than the radio button to select them
Keep it up!
Last edited by TheSuccessor (2011-05-28 08:51:08)
Offline
TheSuccessor wrote:
This is really cool! Much easier than just sitting there staring a system browser filled with broken code.
Yes!
Offline
ProgrammingFreak wrote:
TheSuccessor wrote:
This is really cool! Much easier than just sitting there staring a system browser filled with broken code.
Yes!
I really agree. Even though I know some Squeak, I might use this for later blocks in my modification, Catch!.
Offline
TheSuccessor wrote:
This is really cool! Much easier than just sitting there staring a system browser filled with broken code.
A slightly modified version I've made is here.
It has the following features:
• Completely valid XHTML
• Deleting bug in blockspec creator is fixed
• Shorter page, but with no less content
• Function names are exactly the same colour as the associated category
• You can click the function names themselves rather than the radio button to select them
Keep it up!
Cool!
Offline
Do you think I might be able to help?
Offline
You can beta-test.
Offline
Okay.
Offline
jslomba wrote:
could you make a code for control that has the script wait i3 secs or something?
It's impossible. Unless you mean wait i3 milliseconds, which is:
New variable: wait
i3 timesRepeat: [ wait _ '3' ]
And for seconds:
| wait |
i3 * 1000 timesRepeat: [ wait _ 3 ]
Offline
rdococ wrote:
jslomba wrote:
could you make a code for control that has the script wait i3 secs or something?
It's impossible. Unless you mean wait i3 milliseconds, which is:
New variable: wait
i3 timesRepeat: [ wait _ '3' ]
And for seconds:
| wait |
i3 * 1000 timesRepeat: [ wait _ 3 ]
k
Offline
Just use this:
(Delay forSeconds: i3) wait
Last edited by TheSuccessor (2011-05-28 12:07:47)
Offline
not workig
Offline
Wow, that's great!
Can you add in the 'ask' and 'answer' blocks?
Offline
Joeman592 wrote:
need any other block images?
[contents]hat block
[back to contents]
Offline
Hardmath123 wrote:
Joeman592 wrote:
need any other block images?
[contents]hat block
[back to contents]
Here:
I'm not normally good at making hat blocks, but i tried editing one with an image editor and it seemed to work out.
I hope both are good for you.
Last edited by Joeman592 (2011-05-29 11:40:13)
Offline
Joeman592 wrote:
The Google document is broken
It's fixed now.
Offline
Joeman592 wrote:
Hardmath123 wrote:
Joeman592 wrote:
need any other block images?
[contents]hat block
[back to contents]Here:
http://i.imgur.com/ptDhq.gif
I'm not normally good at making hat blocks, but i tried editing one with an image editor and it seemed to work out.
http://i.imgur.com/aDQKb.gif
I hope both are good for you.
Ok...
1) The hat needs to be Capitalized and in Black.
2) The cap needs to be capitalized and in White/black text.
Thanks!
Offline
Hardmath123 wrote:
Joeman592 wrote:
Hardmath123 wrote:
[contents]hat block
[back to contents]Here:
http://i.imgur.com/ptDhq.gif
I'm not normally good at making hat blocks, but i tried editing one with an image editor and it seemed to work out.
http://i.imgur.com/aDQKb.gif
I hope both are good for you.Ok...
1) The hat needs to be Capitalized and in Black.
2) The cap needs to be capitalized and in White/black text.
Thanks!
best i can do, really...
Ok then.
Last edited by Joeman592 (2011-06-01 10:23:12)
Offline
Thanks!
Also,
[Custom Blocks] - grey. Scramble 2.0 will have downloadable commands!
Last edited by Hardmath123 (2011-06-01 06:23:42)
Offline
Opportunity for Developers!
Scramble may get a page on the Block Library, for the custom commands. Do you want to be one of the Command Developers? You need to learn scrambleScript, then make your own commands! I'm looking for max 3 devs. You need a good background in Squeak. I'd prefer if you know some JS, but that's not required.
Offline
Hardmath123 wrote:
Opportunity for Developers!
Scramble may get a page on the Block Library, for the custom commands. Do you want to be one of the Command Developers? You need to learn scrambleScript, then make your own commands! I'm looking for max 3 devs. You need a good background in Squeak. I'd prefer if you know some JS, but that's not required.
I'm interested!
I know JS and Squeak to a reasonable standard, and would be willing to learn scrambleScript.
Offline
Ok, go to the wiki page and jump to 'Developing Scramble'. Read that, and see if you get it. Link
Offline
For the wait command, do "self wait:elapsed:from:".
Last edited by rdococ (2011-06-01 10:20:39)
Offline