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

#1576 2012-10-21 06:02:56

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

nXIII wrote:

The developer password violates the Scratch Source Code license.

Honestly, there was nothing else I could have done after I released Bingo 1.3 to expose the source, without releasing a new version, other than making the password public.

If you actually went on Bingo's site, you'd find that I publicly announced the dev passwords.

Offline

 

#1577 2012-10-21 10:17:01

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Cool custom blocks in Scratch

LS97 wrote:

Honestly, there was nothing else I could have done after I released Bingo 1.3 to expose the source, without releasing a new version, other than making the password public.

Since that version violated the software license, you should have released another version.

If you actually went on Bingo's site, you'd find that I publicly announced the dev passwords.

I know, but you're still making it harder than necessary to access the source code. Just leave in the "Fill Screen" menu item.

Last edited by nXIII (2012-10-21 10:17:14)


nXIII

Offline

 

#1578 2012-10-23 16:54:47

blargin
Scratcher
Registered: 2012-07-06
Posts: 49

Re: Cool custom blocks in Scratch

change of subject, when is scratch 2.0 coming out?

Offline

 

#1579 2012-10-23 17:14:52

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Cool custom blocks in Scratch

Question:
I have added the blockspec code for the link block, but where do i put the actual script? I have opened instance in "ScriptableScratchMorph", but see no "control ops" or whatever.  hmm


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#1580 2012-10-24 08:44:46

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: Cool custom blocks in Scratch

mythbusteranimator wrote:

Question:
I have added the blockspec code for the link block, but where do i put the actual script? I have opened instance in "ScriptableScratchMorph", but see no "control ops" or whatever.  hmm

You don't need to put it in control ops. These categories are just for sorting the code and are ignored by the system.

Offline

 

#1581 2012-10-24 08:58:36

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Cool custom blocks in Scratch

dreamod wrote:

mythbusteranimator wrote:

Question:
I have added the blockspec code for the link block, but where do i put the actual script? I have opened instance in "ScriptableScratchMorph", but see no "control ops" or whatever.  hmm

You don't need to put it in control ops. These categories are just for sorting the code and are ignored by the system.

Then where do i put the code?


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#1582 2012-10-24 09:01:13

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: Cool custom blocks in Scratch

mythbusteranimator wrote:

dreamod wrote:

mythbusteranimator wrote:

Question:
I have added the blockspec code for the link block, but where do i put the actual script? I have opened instance in "ScriptableScratchMorph", but see no "control ops" or whatever.  hmm

You don't need to put it in control ops. These categories are just for sorting the code and are ignored by the system.

Then where do i put the code?

If you want you can add it to "--all--". Then it should show up under "as yet unclassified"

Offline

 

#1583 2012-10-24 09:09:17

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Cool custom blocks in Scratch

dreamod wrote:

mythbusteranimator wrote:

dreamod wrote:


You don't need to put it in control ops. These categories are just for sorting the code and are ignored by the system.

Then where do i put the code?

If you want you can add it to "--all--". Then it should show up under "as yet unclassified"

OK.
So it's like a class?


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#1584 2012-10-24 09:16:55

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Cool custom blocks in Scratch

Wait...where do I add it in "--all--"? All I get is a "declare as temp; self; cancel;" popup box.  hmm


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#1585 2012-10-24 09:28:13

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: Cool custom blocks in Scratch

mythbusteranimator wrote:

Wait...where do I add it in "--all--"? All I get is a "declare as temp; self; cancel;" popup box.  hmm

You're confused...
Open the browser and select Scratch-Objects>>ScriptableScratchMorph>>-all--
and type your code. It sounds like there is an error in your code, post it and I can probably fix it.

Offline

 

#1586 2012-10-24 09:32:50

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Cool custom blocks in Scratch

dreamod wrote:

mythbusteranimator wrote:

Wait...where do I add it in "--all--"? All I get is a "declare as temp; self; cancel;" popup box.  hmm

You're confused...
Open the browser and select Scratch-Objects>>ScriptableScratchMorph>>-all--
and type your code. It sounds like there is an error in your code, post it and I can probably fix it.

It's just the internet one on page 3...

This is what I have:

http://i.imgur.com/885Qt.png


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#1587 2012-10-24 09:54:19

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: Cool custom blocks in Scratch

mythbusteranimator wrote:

dreamod wrote:

mythbusteranimator wrote:

Wait...where do I add it in "--all--"? All I get is a "declare as temp; self; cancel;" popup box.  hmm

You're confused...
Open the browser and select Scratch-Objects>>ScriptableScratchMorph>>-all--
and type your code. It sounds like there is an error in your code, post it and I can probably fix it.

It's just the internet one on page 3...

This is what I have:

(picture)

assuming

Code:

goToURL: t1 
    ScratchPlugin primOpenURL: t1

is your code it should look like this:
http://i.imgur.com/kLwqI.png

Offline

 

#1588 2012-10-24 10:07:09

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Cool custom blocks in Scratch

dreamod wrote:

mythbusteranimator wrote:

dreamod wrote:


You're confused...
Open the browser and select Scratch-Objects>>ScriptableScratchMorph>>-all--
and type your code. It sounds like there is an error in your code, post it and I can probably fix it.

It's just the internet one on page 3...

This is what I have:

(picture)

assuming

Code:

goToURL: t1 
    ScratchPlugin primOpenURL: t1

is your code it should look like this:
http://i.imgur.com/kLwqI.png

But how do you add that new section???


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#1589 2012-10-24 10:08:26

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: Cool custom blocks in Scratch

mythbusteranimator wrote:

dreamod wrote:

mythbusteranimator wrote:


It's just the internet one on page 3...

This is what I have:

(picture)

assuming

Code:

goToURL: t1 
    ScratchPlugin primOpenURL: t1

is your code it should look like this:
http://i.imgur.com/kLwqI.png

But how do you add that new section???

right click and select "new category...", then select "new..." at the top of the list, and then fill in the new name, in this case "control ops", then accept.

Offline

 

#1590 2012-10-24 10:53:23

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

nXIII wrote:

If you actually went on Bingo's site, you'd find that I publicly announced the dev passwords.

I know, but you're still making it harder than necessary to access the source code. Just leave in the "Fill Screen" menu item.

One could argue that Scratch 1.4 makes it harder than necessary. While we're at it why don't we just fill the whole screen with the system browser.

Offline

 

#1591 2012-10-24 11:32:29

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Cool custom blocks in Scratch

nXIII wrote:

The developer password violates the Scratch Source Code license.

+1

Last edited by dvd4 (2012-10-24 11:32:38)


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#1592 2012-10-26 20:00:14

janderson01
Scratcher
Registered: 2010-04-02
Posts: 18

Re: Cool custom blocks in Scratch

thanks for releasing it! time to get programming!

Offline

 

#1593 2012-11-02 18:19:50

janderson01
Scratcher
Registered: 2010-04-02
Posts: 18

Re: Cool custom blocks in Scratch

how do you make this block?
i need it for a minecraft game


<touching (a sprite) in (a list)>

Offline

 

#1594 2012-11-03 06:27:08

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: Cool custom blocks in Scratch

janderson01 wrote:

how do you make this block?
i need it for a minecraft game


<touching (a sprite) in (a list)>

Sprites are not first class, so they cannot be added to lists. If you use BYOB, then you can add items to lists and then have the block <touching (item(any v) of [list v]) ?>


I'm back.
Maybe.

Offline

 

#1595 2012-11-06 19:20:42

janderson01
Scratcher
Registered: 2010-04-02
Posts: 18

Re: Cool custom blocks in Scratch

i need help with this
its a private variable for each sprite

http://scratch.mit.edu/projects/janderson01/2883265

Offline

 

#1596 2012-11-15 16:30:05

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Cool custom blocks in Scratch

janderson01 wrote:

how do you make this block


if touching any color except (color)

any color means every color except (color)

The 'if touching any color except [color]' can be made without going into the browser or any of that! Just 'if <not <touching color [color]?>>'.


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=onlineStatus&amp;type=text

Offline

 

#1597 2012-12-17 22:40:32

Squeakwee
Scratcher
Registered: 2012-09-20
Posts: 14

Re: Cool custom blocks in Scratch

Will Scratch 2.0 have new blocks? These are the blocks I really want.


< I receive >
< close to sprite1? > 
 draw another costume
(max)
If <(fuzzy effect) [5] >
make [Sprite1 v] say [ You're to fuzzy! ]
change [fuzzy v] effect by (25)
make [Sprite1 v] say [ Hi there, Michael! ] to [Sprite2 v]

Last edited by Squeakwee (2012-12-17 22:53:18)

Offline

 

#1598 2012-12-17 22:58:20

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Cool custom blocks in Scratch

Apparently your main post has malware...


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

Offline

 

#1599 2012-12-18 11:22:37

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

Indeed! Thanks for pointing it out! If it's the first post, I will try to edit it and remove whatever images are causing the warning.

EDIT
The pages are full of malware. Unfortunately I can't retrace all of the posts without accessing the site myself.

Last edited by LS97 (2012-12-18 11:28:38)

Offline

 

#1600 2012-12-18 19:12:09

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Cool custom blocks in Scratch

LS97 wrote:

Indeed! Thanks for pointing it out! If it's the first post, I will try to edit it and remove whatever images are causing the warning.

EDIT
The pages are full of malware. Unfortunately I can't retrace all of the posts without accessing the site myself.

Edit these posts and host your images on a different site.

http://scratch.mit.edu/forums/edit.php?id=370024
http://scratch.mit.edu/forums/edit.php?id=370103
http://scratch.mit.edu/forums/edit.php?id=370119

Last edited by nXIII (2012-12-18 19:12:26)


nXIII

Offline

 

Board footer