Discuss Scratch

notwait
Scratcher
100+ posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

notwait wrote:

anarjuahduhwuahjahwurhuahuftehaihfkfhudfhaudhwhudhuia - what?
A joke.


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:

anarjuahduhwuahjahwurhuahuftehaihfkfhudfhaudhwhudhuia - what?
A joke.

Ohh, cdn not 2!

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

TextScratch - A programming language in Scratch.

mybearworld wrote:

this is the final name
I mean.. sure ok. Alright fine since we spent a whole page debating over this.

mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

gosoccerboy5 wrote:

mybearworld wrote:

this is the final name
I mean.. sure ok. Alright fine since we spent a whole page debating over this.
No, this was a joke. I said this when the name was sdfisafdeuqwehiuzswdhiuewduizfrewizferwzuiewrfauikzhersfdwedwfedsf.
I'm not complaining about the bumps…

Last edited by mybearworld (Dec. 27, 2020 20:42:32)


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

TextScratch - A programming language in Scratch.

mybearworld wrote:

gosoccerboy5 wrote:

mybearworld wrote:

this is the final name
I mean.. sure ok. Alright fine since we spent a whole page debating over this.
No, this was a joke. I said this when the name was sdfisafdeuqwehiuzswdhiuewduizfrewizferwzuiewrfauikzhersfdwedwfedsf.
I'm not complaining about the bumps…
Oh, good.

-OctoSquid-
Scratcher
100+ posts

TextScratch - A programming language in Scratch.

when [ You Show Me This
say [Wow! Thats Cool!] for (2) secs

Last edited by -OctoSquid- (Dec. 27, 2020 21:09:58)


Thank Goodness I Don't Type Like This Anymore

please don't look at my 2021 forum posts


(ㅤ)
<ㅤ>

da rules wrote:

don't be mean
notwait
Scratcher
100+ posts

TextScratch - A programming language in Scratch.

deleted

Last edited by notwait (Dec. 27, 2020 21:12:20)



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


LittleCoder06
Scratcher
54 posts

TextScratch - A programming language in Scratch.

mybearworld wrote:

TextScratch - A progamming language in Scratch.

I am currently working on a Text Based programming language - in Scratch!
Here is some sample code. You currently can't programm this.
me = ScratchCat
say "I am about to draw a square" wait 2
pen clear
pen off
position x 0 y 0
pen on
pen color #ea0000
repeat 4
move 40
turn 90
repeat end

So what does all this do?
me = ScratchCat - Sets your sprite to ScratchCat.
say “I am about to draw a square” wait 2 - Says the sentence for 2 seconds.
pen clear - Calls the pen function named clear, e.g. clears everything.
pen off - Calls the pen function named off, it turns the pen off.
position x 0 y 0 - Goes to position (0,0).
pen on - Turns the pen on.
pen color #ea0000 - Sets the pen color to #ea0000, so .
repeat 4 - The code after will repeat 4 times.
move 40 - The sprite will move 40 steps.
turn 90 - The sprite will turn 90 degrees.
repeat end - The repeat loop ends.

How do you write the code?
1. Write the code in a text document.
2. See inside the project.
3. Tick the mark of (Write your code in a text document…)
4. Right click the list and select “Import”.
5. Select your text document.
6. Untick the mark of (Write your code…)
7. Click the green flag.


Please tell me if you have ideas.
Project link: https://scratch.mit.edu/projects/466450109/

Supported commands

• me = Cat
You can change the costume of the Sprite. Supported costumes: Boy, Cat, Dog, Dinosaur, Empty, Girl

• wait 1
Wait a specific time.

Update Log
21/12/2020 - Added “wait” command
21/12/2020 - Now the “me” command actually works
21/12/2020 - Added the “me” command [it doesn't work…]

Wow, your own programming language?

I am an MMP (Massive Multiplayer Platformer) speedrunner with a PB of 1'02.1
mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

LittleCoder06 wrote:

mybearworld wrote:

snip

Wow, your own programming language?
Yes!

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

TextScratch - A programming language in Scratch.

where are the reporters *tableslam x3*
gosoccerboy5
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

bump

mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

gosoccerboy5 wrote:

bump
Alright, thanks

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

TextScratch - A programming language in Scratch.

You finished the project or your making the project or it's not a project or something third party?
gosoccerboy5
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

function BumpHard() {
bump()
bump()
bump()
/* Vaibhs11's code */
}
Wait is it not missing semicolons

mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

Vaibhs11 wrote:

You finished the project or your making the project or it's not a project or something third party?
Nah I didn't finish it, I want to add many features before the next version, this one was just a basic version.

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

TextScratch - A programming language in Scratch.

gosoccerboy5 wrote:

function BumpHard() {
bump()
bump()
bump()
/* Vaibhs11's code */
}
Wait is it not missing semicolons
True

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

TextScratch - A programming language in Scratch.

i am making something similar in Snap! a more advanced programming language. here is the link: https://snap.berkeley.edu/project?user=iruxgame&project=iruxlanguage


achievements:
100 posts::#A34352
became a scratcher::#A34352
first game uploaded::#A34352
first forum post::#A34352
welcome to scratch!::#A34352
gosoccerboy5
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

topic.bump = function() {
     topic.post("Bump!");
};
if (currentDay - topic.posts[topic.posts.length - 1].day >= 1 || topic.page > 1) {
     topic.bump(); // maximouse's idea
     // also maximouse corrected some of my code :P
}
var whereIGotThisFrom = "https://scratch.mit.edu/discuss/post/4729772/";
throw "I really couldn't stop myself";

Last edited by gosoccerboy5 (Dec. 31, 2020 19:27:06)


Vaibhs11
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

gosoccerboy5 wrote:

if (currentDay - lastPostDay >= 1 || topic.page > 1) {
     topic.bump(); // maximouse's idea
}
var whereIGotThisFrom = "https://scratch.mit.edu/discuss/post/4729772/";
cool
mybearworld
Scratcher
1000+ posts

TextScratch - A programming language in Scratch.

class TopicBump:
    "I couldn't stop myself..."
    def __init__(self, topic):
        if ( not topic in topic.forum.page[0] ) or topic.posts[len(topic.posts)-1].ago[hours] > 24:
            print("BUMP!")
TopicBump()

Last edited by mybearworld (Dec. 31, 2020 11:16:56)


Signatures are the only place where assets links still work.

Powered by DjangoBB