This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2011-05-23 19:58:46

Joeman592
Scratcher
Registered: 2010-01-23
Posts: 100+

Re: Scramble—The First Block Development Environment

Hardmath123 wrote:

Joeman592 wrote:

I could make blocks for the scramble options...

Example:
http://i.imgur.com/oMghG.gif
http://i.imgur.com/V5bbr.gif
http://i.imgur.com/mKZhg.gif

I would love that.

More specifically, I need:

•The three above but in Black, dark grey, and light grey, respectively.
•[The number inserter(101)] {black}
•[The [string] inserter] {dark grey}
•[The boolean inserter <>] {light grey}
•[Motion] {blue}
•[Control] {orange}
•[Looks] {purple}
•[Sensing] {light blue}
•[Sounds] {pink}
•[Operators] {lime green}
•[Pen] {dark green}
•[Variables] {red}
•[Think [outside the text box]] {light grey}

Here:
http://i.imgur.com/ZfooP.gif
http://i.imgur.com/WiQyB.gif
http://i.imgur.com/hSvSa.gif

http://i.imgur.com/4gNsS.gif
http://i.imgur.com/yhvBJ.gif
http://i.imgur.com/MpyZa.gif

http://i.imgur.com/fkRB9.gif
http://i.imgur.com/XTvaM.gif
http://i.imgur.com/FkLfe.gif
http://i.imgur.com/DQtAn.gif
http://i.imgur.com/Ze0KH.gif
http://i.imgur.com/jZA9G.gif
http://i.imgur.com/bKNYn.gif
http://i.imgur.com/wG1Rn.gif

http://i.imgur.com/rD5Ai.gif

Last edited by Joeman592 (2011-05-24 22:52:49)


http://i.imgur.com/HcAj1.png
http://i.imgur.com/gss7S.gifhttp://i.imgur.com/kbcKt.gifhttp://i.imgur.com/0LteM.gif

Offline

 

#27 2011-05-25 06:10:43

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Scramble—The First Block Development Environment

Wow! I can't thank you enough—I just filed them all in, and it is around 5,298.26 times better!  big_smile


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#28 2011-05-25 06:14:09

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Scramble—The First Block Development Environment

Wiki page  big_smile !

Last edited by Hardmath123 (2011-05-25 06:25:41)


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#29 2011-05-25 06:14:47

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Scramble—The First Block Development Environment

Hardmath123 wrote:

Wiki page  big_smile !

Error. Proper link.

Offline

 

#30 2011-05-25 06:25:25

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Scramble—The First Block Development Environment

Works for me...
I use a Safari on Mac.


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#31 2011-05-25 06:29:21

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Scramble—The First Block Development Environment

Hardmath123 wrote:

Works for me...
I use a Safari on Mac.

FF4 on WinVista. You need to remove the slash at the end: it thinks it's a subpage.  wink

Offline

 

#32 2011-05-25 06:34:30

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Scramble—The First Block Development Environment

scimonster wrote:

Hardmath123 wrote:

Works for me...
I use a Safari on Mac.

FF4 on WinVista. You need to remove the slash at the end: it thinks it's a subpage.  wink

I did already. I want all users to be able to see the page (As much as I would love to have an all-Mac/Safari world  tongue )


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#33 2011-05-25 09:54:43

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Scramble—The First Block Development Environment

Version 1.1 released!!!


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#34 2011-05-25 11:08:45

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: Scramble—The First Block Development Environment

Beta testing Version 1.1

Suggestions: NONE
Known bugs: If you define the temporary variables after adding some code, then your code is messed up.

Still cool, though  big_smile


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#35 2011-05-25 14:50:58

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Scramble—The First Block Development Environment

Hardmath123 wrote:

rdococ wrote:

Sweet.
I might be able to do the same thing, simplified.

Wanna beta-test this?

Okay then! I'll do betatesting right now, if you want. You can stop the process at any time.  smile

EDIT: WILL BE UPDATED:

Scramble Betatesting Terminal:
Scramble Betatest started for: rdococ
Bug found: When you define a temporary variable after code has been entered, it is added at the end and not the start of the code.
Example:

Bug1 example:
myBlk: i1
"Made using Scramble by Hardmath123"

self forward:10.| t2 t1|

Unclearness found: When you do ^ self on a 'use a command not shown here', instead of 'Do report self', for the simplified code, it says 'Do ^ self'.
Example:

Your current command (simplified): Do ^ self

SECOND DAY OF WORK/BETATEST:
Loading webpage...
Loaded.
Bug found: When you do move [something] steps then refresh, it will be 'move null steps'.
Example:

Block: i1 Block: i2 Block: i3
"Made using Scramble by Hardmath123"

self forward:21.
self forward:null.

Suggestion: You know the categorys? Why don't you add a 'Squeak' part for commands specific to Squeak?

Last edited by rdococ (2011-05-26 19:11:36)

Offline

 

#36 2011-05-25 19:46:25

Joeman592
Scratcher
Registered: 2010-01-23
Posts: 100+

Re: Scramble—The First Block Development Environment

That block you wanted:

http://i.imgur.com/RNIOO.gif


http://i.imgur.com/HcAj1.png
http://i.imgur.com/gss7S.gifhttp://i.imgur.com/kbcKt.gifhttp://i.imgur.com/0LteM.gif

Offline

 

#37 2011-05-25 20:28:50

Joeman592
Scratcher
Registered: 2010-01-23
Posts: 100+

Re: Scramble—The First Block Development Environment

Also, could i help with the making of scramble? I make my blocks by hacking scratch, so i bet i'd be a help.

Last edited by Joeman592 (2011-05-25 23:30:06)


http://i.imgur.com/HcAj1.png
http://i.imgur.com/gss7S.gifhttp://i.imgur.com/kbcKt.gifhttp://i.imgur.com/0LteM.gif

Offline

 

#38 2011-05-26 21:51:15

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scramble—The First Block Development Environment

Could I host it on my website?


Posts: 20000 - Show all posts

Offline

 

#39 2011-05-26 23:07:15

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Scramble—The First Block Development Environment

veggieman001 wrote:

Could I host it on my website?

Can you give me a link to it?


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#40 2011-05-27 00:19:56

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scramble—The First Block Development Environment

Hardmath123 wrote:

veggieman001 wrote:

Could I host it on my website?

Can you give me a link to it?

I will once I'm done.


Posts: 20000 - Show all posts

Offline

 

#41 2011-05-27 00:40:39

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scramble—The First Block Development Environment


Posts: 20000 - Show all posts

Offline

 

#42 2011-05-27 01:28:51

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Scramble—The First Block Development Environment

Ummm...

How about an individual site, instead? www.scramble-scratch.tk or scramble-scratch.weebly.com? You could be in charge of the site!


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#43 2011-05-27 09:57:16

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scramble—The First Block Development Environment

Hardmath123 wrote:

Ummm...

How about an individual site, instead? www.scramble-scratch.tk or scramble-scratch.weebly.com? You could be in charge of the site!

I'll probably do that; this is just temporary.


Posts: 20000 - Show all posts

Offline

 

#44 2011-05-27 10:09:40

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Scramble—The First Block Development Environment

Hardmath123 wrote:

scimonster wrote:

Hardmath123 wrote:

Works for me...
I use a Safari on Mac.

FF4 on WinVista. You need to remove the slash at the end: it thinks it's a subpage.  wink

I did already. I want all users to be able to see the page (As much as I would love to have an all-Mozilla/Firefox world  tongue )

Fixed.

Oh yeah, for companys, I don't get much of a say on Microsoft-Apple, simply because I have not tried both of their products.

Offline

 

#45 2011-05-27 12:16:09

Joeman592
Scratcher
Registered: 2010-01-23
Posts: 100+

Re: Scramble—The First Block Development Environment

Could i make a suggestion for scramble?

Have some options be obsolete block codes. I could give you a few of them if you want them.


http://i.imgur.com/HcAj1.png
http://i.imgur.com/gss7S.gifhttp://i.imgur.com/kbcKt.gifhttp://i.imgur.com/0LteM.gif

Offline

 

#46 2011-05-27 12:25:47

johnathandd
Scratcher
Registered: 2011-04-24
Posts: 100+

Re: Scramble—The First Block Development Environment

I don't understand how all these scratch modifications work, but I would like to learn someday.


http://www.cartridgeworld.com/uploadedImages/Environment/environment_banner.jpg

Offline

 

#47 2011-05-27 12:28:39

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: Scramble—The First Block Development Environment

johnathandd wrote:

I don't understand how all these scratch modifications work, but I would like to learn someday.

Look at this: http://scratch.mit.edu/forums/viewtopic.php?id=31200


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#48 2011-05-28 07:43:23

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Scramble—The First Block Development Environment

Broken link


http://i.imgur.com/YBeXc.png

Offline

 

#49 2011-05-28 08:04:32

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Scramble—The First Block Development Environment


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#50 2011-05-28 08:09:19

jslomba
Scratcher
Registered: 2009-09-25
Posts: 1000+

Re: Scramble—The First Block Development Environment

could you make a code for control that has the script wait i3 secs or something?


the the the the the

Offline

 

Board footer