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

#51 2010-06-03 18:57:10

climber59
Scratcher
Registered: 2009-12-15
Posts: 100+

Re: Scratch Un-Official Versions

He hasn't updated this since 5/4 so I don't think anymore will make the list.


Check out my projects if you have a chance.

Offline

 

#53 2010-06-03 21:19:00

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Scratch Un-Official Versions

You forgot Jaguar...


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#54 2010-06-03 23:19:13

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: Scratch Un-Official Versions

ScratchReallyROCKS wrote:

The difference between your block and my block is that mine uses the whole value of the variable, yours uses what the variable contains, not the whole value.

Hey, since this thread got disinvited on the Panther dev forum, I'm replying here -- tell me if there's a better place:

I think my example misled you.  I was envisioning that the variable contains a letter, not a whole word, and my example block was asking "is this letter a vowel?"  The slots that had <a> <e> <i> <o> <u> could have entire words or sentences (or even lists!) so we could say

<person> IS ONE OF <john lennon> <paul mccartney> <george harrison> <ringo starr>

in a predicate function [IS <person> A BEATLE?].  Here's the complete implementation of the block:

http://cs.berkeley.edu/~bh/isoneof.png

All the individual choices on the right side of the block are automatically put into a list by BYOB, and the IS ONE OF block just uses a CONTAINS block with the list first and the variable second.

So, I'm pretty sure this is what you wanted.  If not, please clarify with an example.  Thanks!


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#55 2010-06-04 06:59:29

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Scratch Un-Official Versions

bharvey wrote:

ScratchReallyROCKS wrote:

The difference between your block and my block is that mine uses the whole value of the variable, yours uses what the variable contains, not the whole value.

Hey, since this thread got disinvited on the Panther dev forum, I'm replying here -- tell me if there's a better place:

I think my example misled you.  I was envisioning that the variable contains a letter, not a whole word, and my example block was asking "is this letter a vowel?"  The slots that had <a> <e> <i> <o> <u> could have entire words or sentences (or even lists!) so we could say

<person> IS ONE OF <john lennon> <paul mccartney> <george harrison> <ringo starr>

in a predicate function [IS <person> A BEATLE?].  Here's the complete implementation of the block:

http://cs.berkeley.edu/~bh/isoneof.png

All the individual choices on the right side of the block are automatically put into a list by BYOB, and the IS ONE OF block just uses a CONTAINS block with the list first and the variable second.

So, I'm pretty sure this is what you wanted.  If not, please clarify with an example.  Thanks!

You're right. That is what I wanted, but it's a little more complicated than I hoped.

Oh also, I thought of an idea for BYOB, you should be able to make lists for custom in the block editor blocks.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#56 2010-06-04 10:05:56

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: Scratch Un-Official Versions

ScratchReallyROCKS wrote:

Oh also, I thought of an idea for BYOB, you should be able to make lists for custom in the block editor blocks.

Maybe we should  move this to the BYOB forum, but you can make lists in the Block Editor.  But we're trying to wean people away from the idea that lists have to have names associated with them, especially when there isn't going to be a list watcher on the stage for these block-local lists anyway.  So you say

MAKE A VARIABLE (name=whatever)
SET <whatever> TO [LIST <a> <b> <glorp> ...]

or even better (because the making of the variable is part of the script) you say

SCRIPT VARIABLES <whatever>
SET <whatever> TO [LIST <foo> <bar> <garply> ...]


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#57 2010-06-06 11:26:17

fuzzwuzz
Scratcher
Registered: 2008-06-24
Posts: 87

Re: Scratch Un-Official Versions

u missed jaguar by me, ScratchReallyROCKS, and meew0 website is my sig


Ready for the next generation of scratch??? Try Jaguar!
Add grob the slime to your signature to help him take over the world! http://img709.imageshack.us/img709/3252/gobanim2.gif

Offline

 

#58 2010-06-06 14:15:22

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Scratch Un-Official Versions

Okay, I think I will update this.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#59 2010-06-06 14:24:12

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Scratch Un-Official Versions

UPDATED and don't use my thread as a developmental thread please, please just post Names, Authors, and Summaries about un-official versions. Also post all kinds of gossip and rumors about un-official versions because who doesn't love that!


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#60 2010-06-06 15:54:27

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Scratch Un-Official Versions

Panther gossip/rumour:
1. The next version of Panther (1.1) will have a detachable and moveable blocks pallet and resizeable stage. (Confirmed rumour)

2. Panther 1.1 will have colour variables the combined into the normal variables.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#61 2011-01-04 18:45:20

msdosdude
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Scratch Un-Official Versions


http://i39.tinypic.com/2vkxppf.png
Freebie. Not a Scratch OS, a REAL OS you can boot to, by msdosdude.

Offline

 

#62 2011-01-04 19:18:03

rubiks_cube_guy238
Scratcher
Registered: 2009-07-02
Posts: 100+

Re: Scratch Un-Official Versions

I have a mod I'm quietly developing on my own, called Shriek. It is currently not avaliable for download, because drop.io got sold to facebook  sad  so all the files got deleted. If anyone can recommend a free file hosting service that doesn't require you to make an acount, that would be great  smile .

UPDATE: Look at the forums thread for the download link!

Forums thread can be found here including list of features.

Last edited by rubiks_cube_guy238 (2011-01-05 15:51:40)


The glass is never half full nor half empty; it is twice as large as it needs to be.

Offline

 

#63 2011-01-05 07:12:25

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Scratch Un-Official Versions

rubiks_cube_guy238 wrote:

I have a mod I'm quietly developing on my own, called Shriek. It is currently not avaliable for download, because drop.io got sold to facebook  sad  so all the files got deleted. If anyone can recommend a free file hosting service that doesn't require you to make an acount, that would be great  smile .

Forums thread can be found here including list of features.

MediaFire.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#64 2011-01-05 08:12:38

WeirdF
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Scratch Un-Official Versions

There's a list of Scratch Modifications on the Scratch Wiki, you can check there to see if you've missed any:

List of Scratch Modifications

Last edited by WeirdF (2011-01-05 08:12:56)


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#65 2011-01-05 16:45:38

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch Un-Official Versions

Wait... How in the world is Peck tied for second with Panther!?!?


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#66 2011-01-05 16:48:39

dav09
Scratcher
Registered: 2009-03-25
Posts: 1000+

Re: Scratch Un-Official Versions

"Net Scratch 1.4" is coming soon  by dav09 and MathWizz

Offline

 

Board footer