Discuss Scratch

  • Discussion Forums
  • » Requests
  • » Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages! [RSS Feed]
SkyClan480
Scratcher
100+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

I would like to join
I can teach class A and maybe Class B

GENERATION 368: The first time you see this, copy it into your signature on any forum and add 1 to the generation. Social experiment. I did not start this.
mrbumppo
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

Coder_Annika?
Sorry it took so long! I was busy with other things.
Lesson 1 - The Basics of Java
Welcome to the amazing world of Java! In these lessons, you can click on the “Try It!” button to try out the code, or just use something else. If you want to create your own java online, I would use https://www.compilejava.net/.

Part 1 - Class
Java is very object-oriented, which means everything is contained in one class, also known as an object. This means that you have to put all of your code in a method, like this:
import java.io.*;
// This is a class
class MyCode {
  // This below is a method
  public static void main (String[] args) {
    System.out.println("Hello, world!"); // Prints text
  }
}


Part 2 - Import and Package
Did you see how at the top of the code, it said ?
If you didn't catch it, look at the code again:
import java.io.*;
// Code continues...
Now did you catch it?
Import is a keyword, a small word with a meaning to Java, that loads a function or class that you don't need all of the time. This keeps the main part of Java smaller, and quicker to run. These functions or classes are all stored in things called packages, that folder that look a little like this:
com
mrbumppo
java
MyCode.java(open)
click on the open button to open a file

Conclusion
I think that's just about it for now. See you soon!
Credits
I used Iconfinders's icons, and Codepad by RemoveInterview to create the examples.
Homework
Make a program that prints out your Scratch username.

mrbumppo
The Internet is a weird place, so don't question it.




mrbumppo
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

Doodthedoodthedood? Want your next lesson?

mrbumppo
The Internet is a weird place, so don't question it.




Coder_Annika
Scratcher
1000+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

mrbumppo wrote:

Coder_Annika?
Sorry it took so long! I was busy with other things.
Lesson 1 - The Basics of Java
Welcome to the amazing world of Java! In these lessons, you can click on the “Try It!” button to try out the code, or just use something else. If you want to create your own java online, I would use https://www.compilejava.net/.

Part 1 - Class
Java is very object-oriented, which means everything is contained in one class, also known as an object. This means that you have to put all of your code in a method, like this:
import java.io.*;
// This is a class
class MyCode {
  // This below is a method
  public static void main (String[] args) {
    System.out.println("Hello, world!"); // Prints text
  }
}


Part 2 - Import and Package
Did you see how at the top of the code, it said ?
If you didn't catch it, look at the code again:
import java.io.*;
// Code continues...
Now did you catch it?
Import is a keyword, a small word with a meaning to Java, that loads a function or class that you don't need all of the time. This keeps the main part of Java smaller, and quicker to run. These functions or classes are all stored in things called packages, that folder that look a little like this:
com
mrbumppo
java
MyCode.java(open)
click on the open button to open a file

Conclusion
I think that's just about it for now. See you soon!
Credits
I used Iconfinders's icons, and Codepad by RemoveInterview to create the examples.
Homework
Make a program that prints out your Scratch username.
Oh man…maybe too complicated?



SkyClan480
Scratcher
100+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

SkyClan480 wrote:

I would like to join
I can teach class A and maybe Class B

GENERATION 368: The first time you see this, copy it into your signature on any forum and add 1 to the generation. Social experiment. I did not start this.
doodthedoodthedood
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

mrbumppo wrote:

Doodthedoodthedood? Want your next lesson
Sure

SkyClan480 wrote:

SkyClan480 wrote:

I would like to join
I can teach class A and maybe Class B
Also sure

Go and join my development group Here. Check out my github here. If you want to help with anything just let me know.
Visit The Everthing Shop for all your scratch needs Also visit my programming class to learn to program in scratch or JavaScript or HTML or CSS!By @chaseman3245
mrbumppo
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

doodthedoodthedood wrote:

mrbumppo wrote:

Doodthedoodthedood? Want your next lesson
-snip-
OK. I'll prepare it.

mrbumppo
The Internet is a weird place, so don't question it.




MisterMe24
Scratcher
52 posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

yeah blah blah blah about all that stuff but how do you make a game?
forever
forever
forever
forever
forever
say [how do you make a game?] for (0) secs
end
end
end
endend



——————————————————————————————————–

Pretty Busy Manually Porting video games onto scratch, wish me luck


when I receive [Scratcher Creator v]
if <[their stupidity] > [9999999999]> then
switch costume to [MIsterMe24 v]
end
doodthedoodthedood
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

MisterMe24 wrote:

yeah blah blah blah about all that stuff but how do you make a game?
forever
forever
forever
forever
forever
say [how do you make a game?] for (0) secs
end
end
end
endend
With code…

Go and join my development group Here. Check out my github here. If you want to help with anything just let me know.
Visit The Everthing Shop for all your scratch needs Also visit my programming class to learn to program in scratch or JavaScript or HTML or CSS!By @chaseman3245
mrbumppo
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

MisterMe24 wrote:

yeah blah blah blah about all that stuff but how do you make a game?
forever
forever
forever
forever
forever
say [how do you make a game?] for (0) secs
end
end
end
endend
Please don't blockspam.

mrbumppo
The Internet is a weird place, so don't question it.




SkyClan480
Scratcher
100+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

doodthedoodthedood I would like to take the Javascript class please.
Or anyone else who can teach me.

Last edited by SkyClan480 (June 4, 2018 13:31:27)


GENERATION 368: The first time you see this, copy it into your signature on any forum and add 1 to the generation. Social experiment. I did not start this.
SkyClan480
Scratcher
100+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

Who wants to join me on codepad?
If you do, click here
Note: I am going now but I will leave this post. Be sure to check if I'm on codepad. This is SkyClan480, out.

Last edited by SkyClan480 (June 4, 2018 13:53:23)


GENERATION 368: The first time you see this, copy it into your signature on any forum and add 1 to the generation. Social experiment. I did not start this.
minepie7yt
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

Programming B (Moderate Scratch Coding):
Username:minepie7yt
Following:yes
Anything Else? no
zelda_universe
Scratcher
100+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

doodthedoodthedood wrote:

This is a schedule I would use for the class. You can change it, just make it something like this.

#1: Explaining motion and looks blocks. Assignment making a project with the two categories.
#2 Explaining sound and pen blocks. Assignment make something with all four.
#3 Explaining Data and Events blocks. Assignment make something with all six.
#4 Explaining Control and Sensing and Operators. Assignment make a project that is a story of some sort.
#5 Explain Making blocks. Assignment make a block that makes a single block to move and have speed and how far it goes.
#6 Final Work. Make a project that is a wack-a-mole game.
I can join

Last edited by zelda_universe (June 4, 2018 15:47:53)

SkyClan480
Scratcher
100+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

Hello I would like to teach class A please

GENERATION 368: The first time you see this, copy it into your signature on any forum and add 1 to the generation. Social experiment. I did not start this.
Destroyer1727
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

What is the difference between Java an Javascript?

Old Signature wrote:

I am the proud owner of Destroyer's Script Shop
Please check out my account, Destroyer1727 and look at all my super fun games!
I love to help new scratchers so also check out my studio and project that are meant for just that!
I am also part of the VIS Collaboration! Please join it.
I am the owner of Coaches of Code with LilyPuplover.
I am the 18775968th user on scratch.
I used to work at Scratch Request Shop!

mrbumppo
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

Destroyer1727 wrote:

What is the difference between Java an Javascript?
Please read the following blog post on JavaRevisited: https://javarevisited.blogspot.com/2015/03/10-difference-between-java-and-javascript-programming.html. Becuase this is not a computer help place, please instead post at the Scratch Computer Support Group 2.0. (and I do work there as well!)

Last edited by mrbumppo (June 13, 2018 17:32:26)


mrbumppo
The Internet is a weird place, so don't question it.




SkyClan480
Scratcher
100+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

SkyClan480 wrote:

Hello I would like to teach class A please

GENERATION 368: The first time you see this, copy it into your signature on any forum and add 1 to the generation. Social experiment. I did not start this.
mrbumppo
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

Sorry about my latest inactivities. Are you or anyone else missing their java lessons?

mrbumppo
The Internet is a weird place, so don't question it.




Destroyer1727
Scratcher
500+ posts

Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages!

I could teach Class A or B

Old Signature wrote:

I am the proud owner of Destroyer's Script Shop
Please check out my account, Destroyer1727 and look at all my super fun games!
I love to help new scratchers so also check out my studio and project that are meant for just that!
I am also part of the VIS Collaboration! Please join it.
I am the owner of Coaches of Code with LilyPuplover.
I am the 18775968th user on scratch.
I used to work at Scratch Request Shop!

  • Discussion Forums
  • » Requests
  • » Programming Class! Now Open! Come now! Now teaching JavaScript and other programming languages! [RSS Feed]

Powered by DjangoBB