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

#1 2011-01-17 16:18:07

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Ribbit Development Thread

i've decided to revive this since I know Squeak! better. (RKT developers have a special spot here if they want to join)

Members:
1. programmingFreak
2. XIIV
3. Pecola1
4. ESN (possibly)
5. bbbeb

i will update this with the ideas soon....

Last edited by ProgrammingFreak (2011-01-19 16:46:21)

Offline

 

#2 2011-01-17 21:08:41

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Ribbit Development Thread

Why did you split from RKT? We can just use RKT instead! I don't think I will help much with this, why split us up? We were all working together?

Last edited by Pecola1 (2011-01-17 21:09:32)


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#3 2011-01-17 21:11:06

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Ribbit Development Thread

http://scratch.mit.edu/forums/viewtopic … 00#p651700 it is still running, ssss changed the name back, i think.

Last edited by Pecola1 (2011-01-17 21:11:28)


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#4 2011-01-17 21:11:45

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Ribbit Development Thread

i guess i will help


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#5 2011-01-19 16:22:45

xIIV
New Scratcher
Registered: 2010-12-04
Posts: 72

Re: Ribbit Development Thread

Ah, I see that you have already added me. Thank you. You must have known what I was thinking...
Anyways, yes. So are we going to use RKT as a base? If so I will download.
PS I saw that ssss had said that RKT should have tabbed projects. I think this is a great idea!


Helping helps others to help you.  wink

Offline

 

#6 2011-01-19 16:47:43

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Ribbit Development Thread

Ok so first thing is first. lets brainstorm for blocks and features!
I have a few.... let me remind myself. One is the 'When [stop] pressed'. this would execute a clean up project.

Offline

 

#7 2011-01-19 17:09:39

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Ribbit Development Thread

.move ( ) steps backward
.move ( ) steps up
.move ( )steps down
.is <  > pressed?
.Record Sound
.When (stop button) Clicked
.take photo
.get(day)
.write(  )
.erase (  )
.font(  )
.decrease (  %)
.increase(  %)
ok. there are probably more, but I can't think of any at the moment. Add some if you want.

Offline

 

#8 2011-01-19 18:05:24

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Ribbit Development Thread

bump

Offline

 

#9 2011-01-19 21:22:40

terminator355
Scratcher
Registered: 2008-07-31
Posts: 100+

Re: Ribbit Development Thread

Sounds like a cool project! I would help but I haven't learned smalltalk yet  sad  love the idea of tabbed projects!


No new stuff for now guys  wink  join me for some Black Ops on xbox: termhn or for some rock band on PS3: rocket232

Offline

 

#10 2011-01-19 22:39:16

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

Re: Ribbit Development Thread

So.... i can help develop cool features, like a [set this to new sprite] button that replaces the right-click!  lol
I won't be on the next 2 day tho, got some srs business to handle.  hmm


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

Offline

 

#11 2011-01-20 15:28:09

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: Ribbit Development Thread

Feel free to use any blocks from RAGE (topic on page 2 or 3 as of now)


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#12 2011-01-20 15:30:58

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Ribbit Development Thread

thank you! want to help develop?

Offline

 

#13 2011-01-20 15:32:54

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: Ribbit Development Thread

Sure! I'm not the best at smalltalk, though.  hmm

tongue

BTW, Plz reply to my post on the Collab challenge thing.


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#14 2011-01-20 15:47:01

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Ribbit Development Thread

I'll upload the source...

Offline

 

#15 2011-01-21 01:15:47

Guinea_Pig_Girl
Scratcher
Registered: 2010-08-25
Posts: 100+

Re: Ribbit Development Thread

Am I still beta testing?  smile


http://img841.imageshack.us/img841/783/misstdd.png
Put this in your siggy if you miss The_Dancing_Donut!

Offline

 

#16 2011-01-21 07:47:12

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Ribbit Development Thread

yes!

Offline

 

#17 2011-01-24 10:06:14

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Ribbit Development Thread

new block i made!

Code:

alert: t1 
    DialogBoxMorph inform: t1 title: '?'

it lets you make a alert box!

Offline

 

Board footer