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

#51 2011-08-07 07:31:19

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Zambya!

ssss wrote:

gbear605 wrote:

Oops, i wasn't editing, s4.  i was checking out some stuff and ideas, but I wasn't actually editing.  Any of you can take it once S4 gets back.

I thought you were fixing up something... 
Meh.  Someone take it.
Also, should we accept Qwiffles?

BTW, I just made a wiki page for Zambya


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#52 2011-08-07 07:43:18

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

Re: Zambya!

gbear605 wrote:

ssss wrote:

gbear605 wrote:

Oops, i wasn't editing, s4.  i was checking out some stuff and ideas, but I wasn't actually editing.  Any of you can take it once S4 gets back.

I thought you were fixing up something... 
Meh.  Someone take it.
Also, should we accept Qwiffles?

BTW, I just made a wiki page for Zambya

Thanks.  Answer to question?


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

Offline

 

#53 2011-08-07 07:43:39

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Zambya!

ssss wrote:

gbear605 wrote:

ssss wrote:


I thought you were fixing up something... 
Meh.  Someone take it.
Also, should we accept Qwiffles?

BTW, I just made a wiki page for Zambya

Thanks.  Answer to question?

Eh, IDK.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#54 2011-08-07 11:58:03

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

Re: Zambya!

ssss wrote:

GP1 wrote:

veggieman001 wrote:

With the text-based, I would recommend it to be more like

Code:

if(var = 1){
      script
}

or whatever so it's more like C++

C++? no way!! I hate that language most of all. I just recommend something like:
greenFlagClicked{
if(1=2){
say(yesses);
}else{
say(noooo);
}
}

But I much prefer it like:

[Hat=Flag clicked]
    [Forever]
        [if<variable=1]
            [Sound=Play Piano (3) Secs]
[Endhat]

ugh... fine whatever you want it's your mod


Posts: 20000 - Show all posts

Offline

 

#55 2011-08-07 15:29:37

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Zambya!

veggieman001 wrote:

ssss wrote:

GP1 wrote:


C++? no way!! I hate that language most of all. I just recommend something like:
greenFlagClicked{
if(1=2){
say(yesses);
}else{
say(noooo);
}
}

But I much prefer it like:

[Hat=Flag clicked]
    [Forever]
        [if<variable=1]
            [Sound=Play Piano (3) Secs]
[Endhat]

ugh... fine whatever you want it's your mod

[Hat=Flag clicked]{
    [Forever]{
        [if<variable=1]
            [Sound=Play Piano (3) Secs]
        }
    }
}

The easiest way to do it


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#56 2011-08-07 15:40:09

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

Re: Zambya!

Wuz new?


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

Offline

 

#57 2011-08-07 15:53:04

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Zambya!

cskidmsonic wrote:

Wuz new?

Boo hoo, I'm not a Scratcher, so sad.  mad  I would prefer to not have semicolons required at the end of lines, but it may be good as a transition to more advanced languages.  smile


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#58 2011-08-07 17:35:58

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

Re: Zambya!

gbear605 wrote:

veggieman001 wrote:

ssss wrote:


But I much prefer it like:

ugh... fine whatever you want it's your mod

[Hat=Flag clicked]{
    [Forever]{
        [if<variable=1]
            [Sound=Play Piano (3) Secs]
        }
    }
}

The easiest way to do it

Hmph.  Looks awful.

Forever {
    if (1=1){
        SoundPlay=Piano;4;seconds
    }
}

Testing out things  hmm

Last edited by ssss (2011-08-07 17:36:39)


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

Offline

 

#59 2011-08-08 05:59:50

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Zambya!

ssss wrote:

gbear605 wrote:

veggieman001 wrote:


ugh... fine whatever you want it's your mod

[Hat=Flag clicked]{
    [Forever]{
        [if<variable=1]
            [Sound=Play Piano (3) Secs]
        }
    }
}

The easiest way to do it

Hmph.  Looks awful.

Forever {
    if (1=1){
        SoundPlay=Piano;4;seconds
    }
}

Testing out things  hmm

That looks good! Have you edited the developer list?


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#60 2011-08-08 06:07:06

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

Re: Zambya!

scratcher7_13 wrote:

ssss wrote:

gbear605 wrote:

veggieman001 wrote:

ugh... fine whatever you want it's your mod

The easiest way to do it

Hmph.  Looks awful.

Forever {
    if (1=1){
        SoundPlay=Piano;4;seconds
    }
}

Testing out things  hmm

That looks good! Have you edited the developer list?

cbs


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

Offline

 

#61 2011-08-08 07:07:05

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Zambya!

ssss wrote:

scratcher7_13 wrote:

ssss wrote:

gbear605 wrote:

veggieman001 wrote:

ugh... fine whatever you want it's your mod

The easiest way to do it

Hmph.  Looks awful.

Testing out things  hmm

That looks good! Have you edited the developer list?

cbs

Hmm...

Forever {
    if (1=1){
        PlaySound(Piano, 4).
    }
}


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#62 2011-08-08 07:29:42

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

Re: Zambya!

gbear605 wrote:

ssss wrote:

scratcher7_13 wrote:


That looks good! Have you edited the developer list?

cbs

Hmm...

Forever {
    if (1=1){
        PlaySound(Piano, 4).
    }
}

That looks a lot better  big_smile
Maybe SSSS will say it's better than this!


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

Offline

 

#63 2011-08-08 07:33:18

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

Re: Zambya!

Qwiffles wrote:

gbear605 wrote:

ssss wrote:


cbs

Hmm...

Forever {
    if (1=1){
        PlaySound(Piano, 4).
    }
}

That looks a lot better  big_smile
Maybe SSSS will say it's better than this!

I  meant his  wink


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

Offline

 

#64 2011-08-09 17:21:22

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

Re: Zambya!

Yeah, I accept that.  Now, who's going to add it in?  tongue


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

Offline

 

#65 2011-08-10 11:06:11

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Zambya!

I can...


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#66 2011-08-11 16:02:26

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

Re: Zambya!

Could I still help since I was helping in the previous rocket? I think that I would be an good addition to the devs.  big_smile


Helping helps others to help you.  wink

Offline

 

#67 2011-08-15 17:25:25

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Zambya!

Bump!


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#68 2011-08-26 19:39:37

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

Re: Zambya!

WHY?!?!?!??! WHY CRASH ROCKET AGAIN!!?!?!? I WILL RE-PUT UP THE PROJECT!!!! LOL remember? XD Anyways, Ill be on the team... you guys didn't finish RKT while I was on vacation did you? cuz technically RKT wasn't officially released. So.... you don't have to say based off RKT.


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

 

#69 2011-08-27 03:58:24

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

Re: Zambya!

BTW guys, you do know ssss quit?
Post 2400!  tongue

Last edited by LS97 (2011-08-27 03:58:36)

Offline

 

Board footer