Discuss Scratch

What_do_we_do_now
Scratcher
500+ posts

LavaScript

I actually forgot that I had joined
Anyway, I am busy with other things and want to quit.

Thanks, @WhatDoWeDoNow

Why not join TileOS? Here's a link if you want to join: Your friendly neighborhood link
Tyller_
Scratcher
100+ posts

LavaScript

JustDoScratchYT can you decide if we still should use the scratch scripter thing or on the website, and if we still use the scratch one should we use the first one or the second one, I think we should use the first one but please decide

define Browse Forums
show
go to [collaboration forum v]
repeat until <<Satisfied With Scrolling> or <Found Collaboration>>
repeat until <At Bottom of Page>
glide 1 second to a couple forums down
end
go to [Next page v]
end
repeat (100)
change [Ghost v] effect by (100)
end
hide
go to [Random Place v]
ACE_Software
Scratcher
46 posts

LavaScript

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.

Hi, I am ACE_Software and I make engines and stuff.
Currently working on an RPG named Metacognitive.
Check it out or else >: )
Ancoder
Scratcher
1000+ posts

LavaScript

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
ok





















































Python:
print("Please Follow Me")
if followed:
    print("Yay!")
Javascript:
console.log("Please Follow Me")
if (followed) {
    console.log("Yay!")
}
Java:
class Main {
    public static void main(String[] args) {
        System.out.println("Please Follow Me")
        if (followed) {
            System.out.println("Yay!")
        }
    }
}
C:
using namespace std;
int main() {
    cout > "Please Follow Me";
    if (followed) {
        cout > "Yay!";
    }
    return 0;
}
PATSATDAT
Scratcher
1000+ posts

LavaScript

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
maybe a high level programming language like JavaScript? Since those are generally easier

I made one with easy syntax
Tyller_
Scratcher
100+ posts

LavaScript

If you guys are trying my ideas, I recommend a programming language that can detect typing live for command suggestions

define Browse Forums
show
go to [collaboration forum v]
repeat until <<Satisfied With Scrolling> or <Found Collaboration>>
repeat until <At Bottom of Page>
glide 1 second to a couple forums down
end
go to [Next page v]
end
repeat (100)
change [Ghost v] effect by (100)
end
hide
go to [Random Place v]
justdoscratchYT
Scratcher
100+ posts

LavaScript

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
thanks! we will start

I own these posts:







Tyller_
Scratcher
100+ posts

LavaScript

justdoscratchYT wrote:

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
thanks! we will start
One of the first things we could do after finding out how the command syntax works is what the actual thing is going to be and how it's going to work, also can you tell me what to put in the job thing

define Browse Forums
show
go to [collaboration forum v]
repeat until <<Satisfied With Scrolling> or <Found Collaboration>>
repeat until <At Bottom of Page>
glide 1 second to a couple forums down
end
go to [Next page v]
end
repeat (100)
change [Ghost v] effect by (100)
end
hide
go to [Random Place v]
kat-coder
Scratcher
1000+ posts

LavaScript

Bump

-kat-coder

(1000 Posts. (✔::operators)(❌::variables)(❌)(❌)(❌) 5000 Posts! 




Useful Links:

To advertise your Scratch project, Go Here!
To play around with ScratchBlocks, Go Here!
To contact the Scratch Team, Go Here!
To check out my latest Scratch project, Go Here!
ACE_Software
Scratcher
46 posts

LavaScript

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
how about we all make our own syntax and then add parts we like in each to the final syntax?

Hi, I am ACE_Software and I make engines and stuff.
Currently working on an RPG named Metacognitive.
Check it out or else >: )
Tyller_
Scratcher
100+ posts

LavaScript

ACE_Software wrote:

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
how about we all make our own syntax and then add parts we like in each to the final syntax?
For what exactly? Magma console or the actual thing

define Browse Forums
show
go to [collaboration forum v]
repeat until <<Satisfied With Scrolling> or <Found Collaboration>>
repeat until <At Bottom of Page>
glide 1 second to a couple forums down
end
go to [Next page v]
end
repeat (100)
change [Ghost v] effect by (100)
end
hide
go to [Random Place v]
DodoBhattacharya
Scratcher
96 posts

LavaScript

justdoscratchYT wrote:

MonkeyBop wrote:

justdoscratchYT wrote:

MonkeyBop wrote:

Username: MonkeyBop
Activity(1-10):8.5
Job you want:UI Coder
Why should we include you: I am kind of an idea machine.
How long you have been on scratch: 10 months, 3 weeks

sure! And also, what is an asyncronous language?
Also, we will use your engine too!
What I'm asking is, will it run commands one at a time, like Scratch, or like javascript, where if you add a “wait 1 second” piece of code, you get stuff all mixed up?

Like scratch.
Can you tell me what is activity?
Tyller_
Scratcher
100+ posts

LavaScript

DodoBhattacharya wrote:

justdoscratchYT wrote:

MonkeyBop wrote:

justdoscratchYT wrote:

MonkeyBop wrote:

Username: MonkeyBop
Activity(1-10):8.5
Job you want:UI Coder
Why should we include you: I am kind of an idea machine.
How long you have been on scratch: 10 months, 3 weeks

sure! And also, what is an asyncronous language?
Also, we will use your engine too!
What I'm asking is, will it run commands one at a time, like Scratch, or like javascript, where if you add a “wait 1 second” piece of code, you get stuff all mixed up?

Like scratch.
Can you tell me what is activity?

DodoBhattaarya activity is how often your on Scratch when your available
Edit was adding the quote because it wouldn't let me add it before

Last edited by Tyller_ (Dec. 8, 2021 15:05:59)


define Browse Forums
show
go to [collaboration forum v]
repeat until <<Satisfied With Scrolling> or <Found Collaboration>>
repeat until <At Bottom of Page>
glide 1 second to a couple forums down
end
go to [Next page v]
end
repeat (100)
change [Ghost v] effect by (100)
end
hide
go to [Random Place v]
ACE_Software
Scratcher
46 posts

LavaScript

Tyller_ wrote:

ACE_Software wrote:

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
how about we all make our own syntax and then add parts we like in each to the final syntax?
For what exactly? Magma console or the actual thing
what is magma console?

Hi, I am ACE_Software and I make engines and stuff.
Currently working on an RPG named Metacognitive.
Check it out or else >: )
Tyller_
Scratcher
100+ posts

LavaScript

ACE_Software wrote:

Tyller_ wrote:

ACE_Software wrote:

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
how about we all make our own syntax and then add parts we like in each to the final syntax?
For what exactly? Magma console or the actual thing
what is magma console?
Magma is the console that will be on the website as far as I know, and it will contain commands if justdoscratchYT accepts my idea for commands, if we set it up now I believe it should be like the scratch search bar in that it doesn't change its space when you scroll but at the bottom of the screen, if we add commands we'll need a sign in system, I'm wondering if we should use our own where I believe we'll most likely be able to store extra data like ranks and owned projects, but I've heard that we can detect replit accounts of people, but if we can use replit accounts we'll need to know if we can store data, please try and find out what's the best sign in system

define Browse Forums
show
go to [collaboration forum v]
repeat until <<Satisfied With Scrolling> or <Found Collaboration>>
repeat until <At Bottom of Page>
glide 1 second to a couple forums down
end
go to [Next page v]
end
repeat (100)
change [Ghost v] effect by (100)
end
hide
go to [Random Place v]
ACE_Software
Scratcher
46 posts

LavaScript

i'm making a Magma on scratch rn

Hi, I am ACE_Software and I make engines and stuff.
Currently working on an RPG named Metacognitive.
Check it out or else >: )
ACE_Software
Scratcher
46 posts

LavaScript

Tyller_ wrote:

ACE_Software wrote:

ACE_Software wrote:

Dear all Command Coders of Lavascript (which is like 99% of the team),

I formally ask that we all somehow figure out the proper syntax of a default command, because we have mixed programming experience (I did a little C#) and we have not really gotten to understand how to structure Lavascript and it's engine because of this. Lavascript is slowly getting inactive, and i hope that straightening out how it works will become it's revival.

Sincerely,
ACE_Software.
how about we all make our own syntax and then add parts we like in each to the final syntax?
For what exactly? Magma console or the actual thing
Lets all branch a ver. of LS and add our own sytax to it.

Hi, I am ACE_Software and I make engines and stuff.
Currently working on an RPG named Metacognitive.
Check it out or else >: )
Jimmy_Dunkin
Scratcher
6 posts

LavaScript

I can help. Let me know how to get started.

Last edited by Jimmy_Dunkin (Dec. 28, 2021 15:16:15)

justdoscratchYT
Scratcher
100+ posts

LavaScript

Jimmy_Dunkin wrote:

I can help. Let me know how to get started.
complete the form on the main page

I own these posts:







recape
New to Scratch
16 posts

LavaScript

Username: recape
Activity(1-10) 9
Job you want: command coder, if not then ui coder
Why should we include you:i have experience in scratch,python and HTML
How long you have been on scratch: (min: less than 1 month) 3 years for some reason i am still a new scratcher, but i really have been on scratch for 3 years.

thx

Last edited by recape (Jan. 4, 2022 13:01:52)


I have better things to do with my time than making signatures.

Powered by DjangoBB