Discuss Scratch

mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

notwait wrote:

mybearworld wrote:

notwait wrote:

mybearworld wrote:

gosoccerboy5 wrote:

no rest breaks!
No rest bumps!
i will not let you rest-break!
i will let myself rest-break!
1 < 2 no
>>> def lessThan(a, b):
        return a>b
>>> lessThan(1, 2)
False
Awesome, this post is page 13. xD

Last edited by mybearworld (Jan. 22, 2021 16:56:32)


Signatures are the only place where assets links still work.
notwait
Scratcher
100+ posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

notwait wrote:

mybearworld wrote:

notwait wrote:

mybearworld wrote:

gosoccerboy5 wrote:

no rest breaks!
No rest bumps!
i will not let you rest-break!
i will let myself rest-break!
1 < 2 no
>>> def lessThan(a, b):
        return a>b
>>> lessThan(1, 2)
False
Awesome, this post is page 13. xD
something is wrong…


please don't use capitals in my username i find it rude (it's ok if you didn't know)















Hey there! I'm notwait and i make games!
Member of the LAVA Team | Also on Snap! | Knows a bit of JS | My ROBLOX account















Welcome to the awesome world of my signature
._.

WNSTLYKTRASDIAFCWITOYWGTFAOGIJWTYHIFGMYUNGGYUNGLYDNGRAADYNGMYCNGSGNGTALAHYWKEOFSLYHBABYTSTSIIWBKWBGOWKTGAWGPIAIYAMHIFDTMYTBTSNGGYUNGLYDNGRAADYNGMYCNGSGNGTALAHY

you just got rickrolled

I eat the evil kumquats that try to eat this signature
i just leave the good kumquats alone

._.













~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



old sig


mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

no

Last edited by mybearworld (Jan. 22, 2021 17:16:35)


Signatures are the only place where assets links still work.
gosoccerboy5
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

gosoccerboy5 wrote:

no rest breaks!
No rest bumps!
Get back to work!
function compareNumbers(a, comparisonType, b) {
    if (comparisonType === "less than") {
        return (a < b);
    } else if (comparisonType === "more than") {
        return (a > b);
    } else if (comparisonType === "equals") {
        return (a === b);
    } else { return; }
}
console.log(compareNumbers(1, "less than", 2));
//true

Last edited by gosoccerboy5 (Jan. 22, 2021 17:17:16)


mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

gosoccerboy5 wrote:

mybearworld wrote:

gosoccerboy5 wrote:

no rest breaks!
No rest bumps!
Get back to work!
Why do you want me to do so so hard!

Signatures are the only place where assets links still work.
notwait
Scratcher
100+ posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

notwait wrote:

mybearworld wrote:

notwait wrote:

mybearworld wrote:

notwait wrote:

mybearworld wrote:

gosoccerboy5 wrote:

no rest breaks!
No rest bumps!
i will not let you rest-break!
i will let myself rest-break!
1 < 2 no
>>> def lessThan(a, b):
        return a>b
>>> lessThan(1, 2)
False
Awesome, this post is page 13. xD
something is wrong…
no
1<2 = true
>>> def lessThan(a, b):
        return a>b
>>> lessThan(1, 2)
False
returns false BECAUSE YOU USED A>B


please don't use capitals in my username i find it rude (it's ok if you didn't know)















Hey there! I'm notwait and i make games!
Member of the LAVA Team | Also on Snap! | Knows a bit of JS | My ROBLOX account















Welcome to the awesome world of my signature
._.

WNSTLYKTRASDIAFCWITOYWGTFAOGIJWTYHIFGMYUNGGYUNGLYDNGRAADYNGMYCNGSGNGTALAHYWKEOFSLYHBABYTSTSIIWBKWBGOWKTGAWGPIAIYAMHIFDTMYTBTSNGGYUNGLYDNGRAADYNGMYCNGSGNGTALAHY

you just got rickrolled

I eat the evil kumquats that try to eat this signature
i just leave the good kumquats alone

._.













~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



old sig


mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

notwait wrote:

1<2 = true
>>> def lessThan(a, b):
        return a>b
>>> lessThan(1, 2)
False
returns false BECAUSE YOU USED A>B
you… you know that I was joking, right?

Last edited by mybearworld (Jan. 22, 2021 17:16:11)


Signatures are the only place where assets links still work.
notwait
Scratcher
100+ posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

notwait wrote:

mybearworld wrote:

notwait wrote:

mybearworld wrote:

notwait wrote:

mybearworld wrote:

notwait wrote:

mybearworld wrote:

gosoccerboy5 wrote:

no rest breaks!
No rest bumps!
i will not let you rest-break!
i will let myself rest-break!
1 < 2 no
>>> def lessThan(a, b):
        return a>b
>>> lessThan(1, 2)
False
Awesome, this post is page 13. xD
something is wrong…
no
1<2 = true
>>> def lessThan(a, b):
        return a>b
>>> lessThan(1, 2)
False
returns false BECAUSE YOU USED A>B
you… you know that I was joking, right?
nope… also i know how to code in python


please don't use capitals in my username i find it rude (it's ok if you didn't know)















Hey there! I'm notwait and i make games!
Member of the LAVA Team | Also on Snap! | Knows a bit of JS | My ROBLOX account















Welcome to the awesome world of my signature
._.

WNSTLYKTRASDIAFCWITOYWGTFAOGIJWTYHIFGMYUNGGYUNGLYDNGRAADYNGMYCNGSGNGTALAHYWKEOFSLYHBABYTSTSIIWBKWBGOWKTGAWGPIAIYAMHIFDTMYTBTSNGGYUNGLYDNGRAADYNGMYCNGSGNGTALAHY

you just got rickrolled

I eat the evil kumquats that try to eat this signature
i just leave the good kumquats alone

._.













~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



old sig


mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

notwait wrote:

mybearworld wrote:

notwait wrote:

snip because gosoccerboy5 said so and i don't want this topic spammy xD
you… you know that I was joking, right?
nope… also i know how to code in python
well I did joke

Last edited by mybearworld (Jan. 22, 2021 17:15:24)


Signatures are the only place where assets links still work.
gosoccerboy5
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

This topic got spammy real quick.. (remember to snip our quotes please)

mybearworld wrote:

gosoccerboy5 wrote:

Get back to work!
Why do you want me to do so so hard!
I want to be able to code in TextScratch! now, less complaining and more work!!!!

Last edited by gosoccerboy5 (Jan. 22, 2021 17:13:01)


mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

XD

Signatures are the only place where assets links still work.
gosoccerboy5
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

Hey! No laughing allowed!

mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

gosoccerboy5 wrote:

Hey! No laughing allowed!

Your signature wrote:


Signatures are the only place where assets links still work.
notwait
Scratcher
100+ posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

gosoccerboy5 wrote:

Hey! No laughing allowed!

Your signature wrote:

yes it's alLOLwed


please don't use capitals in my username i find it rude (it's ok if you didn't know)















Hey there! I'm notwait and i make games!
Member of the LAVA Team | Also on Snap! | Knows a bit of JS | My ROBLOX account















Welcome to the awesome world of my signature
._.

WNSTLYKTRASDIAFCWITOYWGTFAOGIJWTYHIFGMYUNGGYUNGLYDNGRAADYNGMYCNGSGNGTALAHYWKEOFSLYHBABYTSTSIIWBKWBGOWKTGAWGPIAIYAMHIFDTMYTBTSNGGYUNGLYDNGRAADYNGMYCNGSGNGTALAHY

you just got rickrolled

I eat the evil kumquats that try to eat this signature
i just leave the good kumquats alone

._.













~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



old sig


pedrodrocafranco
Scratcher
500+ posts

TextScratch - A programming language in Scratch.

go to
slide and go
pls add

(çuç)
this in up is my krumpat proctector
gosoccerboy5
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

gosoccerboy5 wrote:

Hey! No laughing allowed!

Your signature wrote:

No, YOU can't laugh because right now you're supposed to be slaving away on TextScratch, I can laugh all I want!!

mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

pedrodrocafranco wrote:

go to
slide and go
pls add
Probably more like
me.x = 20
me.y = 20
me.glide 20 20

Signatures are the only place where assets links still work.
pedrodrocafranco
Scratcher
500+ posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

pedrodrocafranco wrote:

go to
slide and go
pls add
Probably more like
me.x = 20
me.y = 20
me.glide 20 20
ye is like this

(çuç)
this in up is my krumpat proctector
gosoccerboy5
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

Will you have debugging functions? Like a console logger?

mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

gosoccerboy5 wrote:

Will you have debugging functions? Like a console logger?
Probably, as I wouldn't be able to program anything big in python without print, so I'll probably add that too

Signatures are the only place where assets links still work.

Powered by DjangoBB