Welcome to my class! I'm Nomolos, but you can call me Nomo. I am a Programming & Scripting teacher from Scratch University, and my job is to teach beginner and intermediate programmers (mainly beginner) learn the basics of Scratch! Class will be full soon! Enroll quickly!
By the end of the class, you will have learned and (hopefully) mastered the following,
-Stop Motion Animation
-Beginning Movement
-Creating Levels and Goals
-Color Sensing
-Velocity
-Basic Bounce Physics
-Pen Rendering and Stamping
-1s1s Basics
-Simulate Gravity
To enroll and become a student in this class, ask here! If CatPerson allows you in the school, then take this quiz and begin lessons!
List of Students:
-Laser314~Laser
-jamiewinter
-ahirbhairav
2 spots left! Spots close on 10/25/12!
Table of contents:
Last edited by Nomolos (2012-10-19 16:48:49)
Offline
Quiz:
What programming languages do you know? (Other then Scratch):
What are your three best projects?:
Out of 20, what would you say is your level of programming?:
Out of 20, how active are you on the forums? (I need active students):
Would you like me to call you a nickname? Or just your username?:
Last edited by Nomolos (2012-10-19 11:51:09)
Offline
Checking in.
What programming languages do you know? (Other then Scratch):Python, HTML, some javascript, some css.
What are your three best projects?:
[url]http://scratch.mit.edu/projects/laser314/2806916[url]I had to do a lot of script adapting on this one. http://scratch.mit.edu/projects/laser314/2743388 and http://scratch.mit.edu/projects/laser314/2603185
Out of 20, what would you say is your level of programming?: 10-15
Out of 20, how active are you on the forums? (I need active students): 18-20
Would you like me to call you a nickname? Or just your username?:"Laser" would be fine.
Offline
Welcome to my class laser! Thank you for filling out the quiz! You will have your first lesson and assignment soon so keep checking!
Offline
Class Rountine:
1) Whenever I feel like we should progress. I release a lesson.
2) We review what the lesson taught.
3) I give you an assignment to work on. (The assignments are completely optional. But if you want a good grade then you should do them.)
4) The assignment should be able to be done in a day. Do it before I release the next lesson.
5) Once everyone has submitted your assignment and I release another lesson.
Last edited by Nomolos (2012-10-19 20:22:42)
Offline
Lesson 1
Welcome to the first lesson! In this lesson we will learn the following
Section 1-How to create a new sprite.
Section 2-How to start a script in a sprite.
Section 3-How to create and change costumes to make a framed animation.
SECTION ONE
In this section we will learn how to create a new sprite. Let's get started!
First the sprite interface. Open the Scratch program, on the bottom right, you should see this. This is the Sprite interface. Right click the picture of the Scratch Cat and click delete. The Sprite interface shows what sprites you have made and has the three sprite creating buttons. In order to create a sprite, you must select one of these buttons, This one allows you to draw a sprite using the Scratch paint program.
This one lets you choose an already made sprite from a large variety of choices.
This one is like the one above but it chooses a random sprite from the already made sprites.
Click on this one and draw your own character using the paint program. Click the OK button and you're done! (Do not delete this sprite. It will be used later in the lesson.)
SECTION TWO
In this section we will learn how to begin a script in a sprite.
In the sprite interface, click on the sprite you made in the last section. You should see this in the far left column. This is the programming interface. You will use this constantly as you program with Scratch. In the top left corner of the programming interface, you will see this. These are the categories of the programming blocks. Select Control.
At the top of the control blocks, there is a block that looks like this.
when gf clicked. This block is a hat block. Which means nothing can be stacked on top of it. It is the top of a script. Whatever is hooked under it is activated when the flag (Top right corner of the screen) is clicked. Drag this block out onto the programming interface. Congrats! You have begun a script! (Do not delete the block because we will use it later.)
when gf clickedblock out on the interface, then drag it out.
forever endblock. Whatever is in this block repeats itself until the stop button is clicked.
forever endblock under the
when gf clickedso the script looks like this.
when gf clicked forever endNow go into the looks category of blocks (The purple blocks.) and drag out the
next costumeblock. This makes the sprite change it's costume to the one below it. Drag the
next costumeblock into the
forever endSo the script looks like this.
when gf clicked forever next costume endNow click the flag in the top right corner and watch your sprite on the screen! I'm sure you will think the sprite changes costumes too fast. If it does. Then return to the control block category. Now select the
wait [1] secsblock and drag it under the
next costumeblock. Click on the number in the
wait [1] secsand replace it with 0.3. Now your script will look like this.
when gf clicked forever next costume wait [0.3] secs endClick the flag and watch your sprite!
Last edited by Nomolos (2012-11-14 13:56:32)
Offline
NOTICE: No further lessons will be released until school starts. Please do the assignment anyway.
Offline
What programming languages do you know? (Other then Scratch): python, abit of javascript and html
What are your three best projects?:
pix 1, astrosmash cheats edition and supreme os (WIP)
Out of 20, what would you say is your level of programming?: 20/20
Out of 20, how active are you on the forums? (I need active students): 20/20
Would you like me to call you a nickname? Or just your username?:
username
Last edited by jamiewinter (2012-10-19 18:07:59)
Offline
what do you mean by "stop motion"
Offline
Checks in.
A bit of HTML and CSS.
Not really done that much scratching yet, give me some time, I'll do some stuff.
20/20
Just call me Ahir.
Offline
jamiewinter wrote:
what do you mean by "stop motion"
Stop motion is animation made from a bunch of pictures or frames.
Offline
so i can just make an animation with random stuff.
but iu wont
Offline
jamiewinter wrote:
so i can just make an animation with random stuff.
but iu wont
Make an animation made from switching costumes. Have over 100 costumes in the animation to pass.
Offline
ok
Offline
Give me a link when you are done! If you do your assignment early that is fine.
Offline
im doing it now.
doe it have to be a proper animation or like a spinning cat
Offline
I uploaded my assignment as a project.
Offline
ahirbhairav wrote:
I uploaded my assignment as a project.
All right! I will check it out!
Offline
can i just say
i know all of the above ijudt want to learn if there are better tequniques and if i can enhance th en further than i already could
Offline
Class has ended. The Scratch university is shutting down. CatPerson is done. Sorry guys.
Last edited by Nomolos (2012-10-20 12:26:31)
Offline
why
Offline
you can continue with this with the new one
Offline
I am back! Zangooser as created a new university and I will start teaching again!
Offline