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

#151 2011-06-26 03:26:02

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

Re: Rocket (RKT) Mod

ProgrammingFreak wrote:

ssss wrote:

Pecola1 wrote:


We are not sure. At the rate we have been going, about a month.  tongue  Nah, it will probably be a couple of weeks, it depends if xIIV wants the image and how long it takes ProgrammingFreak to contact him.

Lol.  I am working on 0.4 at the moment, if he doesn't want it  big_smile

about the website:  Do whatever you like ;")

You can have it.  smile

Goody  big_smile

What would you like added  in?


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

Offline

 

#152 2011-06-26 03:57:21

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Rocket (RKT) Mod

Pecola1 wrote:

waveOSBeta wrote:

is the password creeper? lol.

I got into the source.

Didn't you see it on the other thread? LOL You quoted it. XD

I knew that to, if you enter the wrong password, you can just goto the debugger and just try all of the places in the debugger, until you find something like t1/t2=creeper or password=creeper!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#153 2011-06-26 14:46:30

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

Re: Rocket (RKT) Mod

WindowsExplorer wrote:

Pecola1 wrote:

waveOSBeta wrote:

is the password creeper? lol.

I got into the source.

Didn't you see it on the other thread? LOL You quoted it. XD

I knew that to, if you enter the wrong password, you can just goto the debugger and just try all of the places in the debugger, until you find something like t1/t2=creeper or password=creeper!

No kidding. XD We may fix that. Thanks for shouting out to the world the pass. XD Nah, its okay, we will remove it when we make 1.0.  wink


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

 

#154 2011-06-26 17:05:12

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

Re: Rocket (RKT) Mod

ssss wrote:

ProgrammingFreak wrote:

ssss wrote:


Lol.  I am working on 0.4 at the moment, if he doesn't want it  big_smile

about the website:  Do whatever you like ;")

You can have it.  smile

Goody  big_smile

What would you like added  in?

Well, I'm currently thinking of some blocks....
boolean if() True <> False <> block.

Code:

boolIf: t1 trueDo: t2 else: t3
t1 = true
ifTrue: [ ^true ] ifFalse: [ ^false ].

This will allow you to do a certain thing if one is true or false. Like you could repeat something 5 times if variable 'hi' = 5. But if 'hi' = 4 then you could repeat 4 times. Or something like that.  smile


Helping helps others to help you.  wink

Offline

 

#155 2011-06-28 20:20:04

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

Re: Rocket (RKT) Mod

xIIV wrote:

ssss wrote:

ProgrammingFreak wrote:


You can have it.  smile

Goody  big_smile

What would you like added  in?

Well, I'm currently thinking of some blocks....
boolean if() True <> False <> block.

Code:

boolIf: t1 trueDo: t2 false: t3
t1 = true
ifTrue: [ ^true ] ifFalse: [ ^false ].

This will allow you to do a certain thing if one is true or false. Like you could repeat something 5 times if variable 'hi' = 5. But if 'hi' = 4 then you could repeat 4 times. Or something like that.  smile

Oops, just realized that that isn't right.  tongue

Code:

boolIf: t1 trueDo: t2 false: t3
t1 = true
ifTrue: [ ^t2 ] ifFalse: [ ^t3 ].

Now that should work.  wink


Helping helps others to help you.  wink

Offline

 

#156 2011-07-02 08:47:36

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

Re: Rocket (RKT) Mod

Bump


Helping helps others to help you.  wink

Offline

 

#157 2011-07-03 19:43:07

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

Re: Rocket (RKT) Mod

-_-

Offline

 

#158 2011-07-05 22:28:25

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

Re: Rocket (RKT) Mod

Hi my internet is working. But I am going on vacation on the 8th. So I wont be able to go on scratch from then till like the 10th of August or somethinarather.

Last edited by Pecola1 (2011-07-06 09:26:45)


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

 

#159 2011-07-06 06:46:57

cskidmsonic
Scratcher
Registered: 2011-01-22
Posts: 100+

Re: Rocket (RKT) Mod

Just checking on the status of Rocket.


This signature is TDD's fault... yes, I had to.

Offline

 

#160 2011-07-07 00:24:14

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

Re: Rocket (RKT) Mod

Still being devved.  Someone else edit it -_- I
got addicted to mc again...


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

Offline

 

#161 2011-07-11 18:04:09

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

Re: Rocket (RKT) Mod

Cool!


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

Offline

 

#162 2011-07-11 18:11:58

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Rocket (RKT) Mod

ok


◕‿◕

Offline

 

#163 2011-07-11 20:00:09

owetre18
Scratcher
Registered: 2009-07-01
Posts: 1000+

Re: Rocket (RKT) Mod

You guys need blocks? I might be able to help.

Offline

 

#164 2011-07-12 12:41:15

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

Re: Rocket (RKT) Mod

owetre18 wrote:

You guys need blocks? I might be able to help.

I don't think we need help with blocks right now, I know most of the ones we want and know ones that we don't we I have enough in my image to look at and decide.  wink


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

 

#165 2011-07-13 05:47:56

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

Re: Rocket (RKT) Mod

Bump.  Maybe we could add Java compatibility?


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

Offline

 

#166 2011-07-13 11:54:56

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

Re: Rocket (RKT) Mod

Bump.
Java compatibility would be very nice.


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

Offline

 

#167 2011-07-13 15:07:26

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

Re: Rocket (RKT) Mod

Just a question... this looks epic. When do you plan to release 1.0?

Last edited by TuragaTreeko (2011-07-13 15:07:38)


http://goo.gl/RDqKF

Offline

 

#168 2011-07-13 18:21:37

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

Re: Rocket (RKT) Mod

@TuragaTreeko: It looks like we've stopped, yet again...  I can get everyone working again though.  smile  Yay for being an optimistic guy.  Anyway, I suppose we should work on a release schedule... 

1.0 will be out when it's out.  We shall comment on one of your projects if a main build is released  wink


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

Offline

 

#169 2011-07-13 20:35:34

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

Re: Rocket (RKT) Mod

Should xIIV just do blocks?
For now at least?

Last edited by ProgrammingFreak (2011-07-13 20:38:31)

Offline

 

#170 2011-07-13 20:39:51

Qwiffles
Scratcher
Registered: 2011-07-13
Posts: 100+

Re: Rocket (RKT) Mod

ProgrammingFreak wrote:

Should xIIV just do blocks?
For now at least?

Sure.  Post on the new topic though  roll


Don't feed a pet troll.  It will turn evil.

Offline

 

#171 2011-07-13 20:53:02

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

Re: Rocket (RKT) Mod

Qwiffles wrote:

ProgrammingFreak wrote:

Should xIIV just do blocks?
For now at least?

Sure.  Post on the new topic though  roll

QWiffles? ssss? Why would- I'm not gonna even ask why.  tongue  Is it really you?

Offline

 

#172 2011-07-13 20:55:50

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

Re: Rocket (RKT) Mod

ProgrammingFreak wrote:

Qwiffles wrote:

ProgrammingFreak wrote:

Should xIIV just do blocks?
For now at least?

Sure.  Post on the new topic though  roll

QWiffles? ssss? Why would- I'm not gonna even ask why.  tongue  Is it really you?

No that was not me.  However, he is right -_-


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

Offline

 

#173 2012-01-16 16:19:46

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Rocket (RKT) Mod

The 0.3.1 download brings a 404


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#174 2012-01-17 01:07:05

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

Re: Rocket (RKT) Mod

SJRCS_011 wrote:

The 0.3.1 download brings a 404

gbear605 probably deleted it.  wink


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

Offline

 

Board footer