Sunday, October 23, 2016

2nd. Post 3 term

2nd Post


TEXT:

A lot of people/kids use Scratch to create/program their own games.

Therefore you must have an account. The program itself will help you make your own account, but we are going to help you through the steps.
  1. First you have to choose a username (please make sure, that it isn't your real name)  and a password, and confirm it. (Also, remember not to tell anyone what it is)
  2. Afterwards, you have to indicate your birthday, year, gender and the country you live in.
  3. Then you have to enter your email, so that they can send you a mail in that you have to confirm your account.
  4. The last step is to enter your email and confirm the account that you just created.

Congratulations! You made yourself an account!
Now you can start and make your own project! The only thing you have to  do now, is click the button ¨Create¨ that is right next to the home button of the program (the big orange ¨scratch¨ sign in the left corner of the screen) and start creating your own game! Enjoy!

IMAGES:
SCRATCH COLLAGE 4.jpg
Make an account on scratch


















wordcloud.jpg
Wordcloud for Post number 2 























AUDIO/VIDEO:

2 Post - 3rd term (Alexia Descovich, Mercedes Albrecht, Julieta Echarri, Gloria Jung)

Collage





Blocks:
What are Blocks? Blocks are different pieces that can be stacked and interlocked with one another to form a script. That means that the blocks are like Puzzle pieces. The order of the blocks is essential because they decide the way the sprites interact with one another. Different blocks have a special shape to define in which part of the script they can go.
There are 10 different types of blocks you can make scripts with, but we are only going to explain 5 of them because otherwise it would be too long.
The first one is called “Motions”. Motions is a block where you can make the character move. Some examples are: move (x) steps; turn (x) degrees...
The second one is “Looks”. Looks is used to make the character do something that changes the way it looks or to make it say something. Example: say (x) for (x) seconds; change size by (x)...
The next block is called “Sounds”. This block is used to edit what sounds the character makes. It can not be used to make it say actual words.
Examples: play sound (x); play sound (x) until done...
And last, but not least: This feature is created to make the character paint. This block is called Pen.
Some examples: change pen color by (color); pen shade to (number)...




Post Nr.2


Scratch Cards
Scratch is a website in which you can create and program your own projects.
  • In Scratch you have different Scratch Cards, these are cards that Scratchers (the users of Scratch) use to learn how to program in Scratch.  Scratch cards provide a quick way to learn new Scratch codes.  For example, in class we learned a lot about gliding and key moves (these are codes), that can be taught with help from the scratch cards.





  • The card has two sides: The front of the card that shows what we can do, and on the other side  (that is supposed to be the back of  the card)  it shows you step by step what to do and how to do it. 

collage.jpg
Examples of scratch cards



  • These cards are like a guide for scratch, if you don't understand something in scratch you can check for it in the scratch cards. The scratch cards look like they were designed for little Kids and are very simple and basic, so you can understand them better.


169/160-180words





Post 2; 3.TERM- Lisette Habig, Britta Ensinck, Matías Brugo, Astrid Corbacho


Lap-counting

Build up a background and get a new Sprite (a car). On the background you have to add a little line to use as a finish line.

second post 2.jpg
"When the car passes the finish line, you add laps to your score"




Then choose the block “When green flag is clicked”.


second post 1.jpg
"The car starts when the green flag is clicked"

“Make a new variable (laps)”


“New blocks will appear”

Drag the one called “Set laps to 0” to the script and attach it to the first one.
Find four points on the race track, in the coordinate system, where the car has to pass by.

  • Left
  • bottom
  • right
  • on the finish line

Then take 5 “Wait until”. Depending on which points you have chosen, you have to pick up four blocks called “Bigger than” or “smaller than”. Attach them to the block of before.
Also depending on which points you have chosen, you have to pick up four blocks (“x position” or “y position”). Insert them in four of the “Wait until”.
In the last one, insert a block called “Touching color...”. Add the color of the finish line there. Put everything except the first two blocks in a loop called “Forever”.



wordcloud.png

Wednesday, October 19, 2016


Today, I am going to explain you  about variables. What is a variable. You can choose the name of the variable, and you can choose if you want to show it or not. You have to write the instructions of the variable. There are 3 instructions first there is the one that you can you to set the number of the variable to a specific one, independly of the last number from the variable. For insteance, when green flag clicked, set lifes to 0.  Then the other one is change by….  For insteance, when……. change lifes by 1. In that case you dont want to put the variable into a specific number, you just want to add 1 to the last number. You could also put change by -1 in that case, it would rest 1 to the last number.  Then you can put. If lifes equal 0  or less than 0 (with help of conectors) stop everyone. For that, there is a round orange thing wich says the name of the variable.



Tuesday, October 4, 2016

Post 1-Mercedes Albrecht, Alexia Descovich, Gloria Jung and Julieta Echarri

Post 1 - Scratch



Scratch is a free educational programming language used to create interactive stories, animations, games, simulations, etc. Schools use this program as an easy way to introduce students into computer programming. To create the animations, games, simulations, etc, you need to make a script. A script consists of different blocks that can make your creation begin, do sounds, move, and react to different motions. There is a “block palette” on the right side of the screen with different categories of blocks to choose from. To connect blocks, they have to be connected below or in another block. To separate them, you have to drag them apart from below.Scratch is also used by museums, libraries, community centers, and homes.You can also search for games, stories, animations and simulations in the different sections of the Scratch homepage or you can type in what you want to look for in the Scratch bar at the top of the page.Scratch also has its own paint editor and sound editor. You can share your creations with your friends and everyone in the Scratch community. Scratch’s slogan is "Imagine, Program, Share".


WordCloud

Scratch





FlappyBird
Logo

Audio

Sunday, October 2, 2016

Emilio.R Tino. K. Pedro. P Mateo S. Post 1

Scratch is a platform that can be used to program. You must seelct an object and write wich instructions you want to put it.
Those are the instructions, movement, events, pen,looks, controls, sound, operators, sensing, data and more blocks
At the first part of an instruction, there must be an event, you can select wich one. ¨. Then you can put a movement instruction like for example ¨move 10 steps¨, or you can put an look instruction like change color by 25. You could also put a pen instruction like pen down or change pen color by 25. And know I am going to explain what controls are. If you want to repeat and action 15 times, instead of writing the same thing 15 times, you can put a control in the instructions wich says  repeat 15 times. You can also put one wich says repeat forever. Operators are very usefull. I will explain just the basics. If you want to put an aleatory number, instead of a specific one, there is a operator for that. There are more.

1st. Post 3rd. Term Camila Moncayo von Hase, Juana Casado, Joaquín Arana and Felicitas de la Cruz

1st. Post

TEXT:



As we all know, you can use Scratch for programming your own interactive stories, games, animations and afterwards sharing them. It is designed in an really easy way and there are block sets that you use to make the character move, talk, make sounds, etc. These blocks are:

  • Motion
  • Events
  • Looks
  • Control
  • Sound
  • Sensing
  • Pen
  • Operators
  • Data
  • More Blocks

These different block sets are in total 10, but in this text we are only going to explain three. Motions, Events and Sound.

Motion blocks is one of the ten different categories of Scratch blocks. This block (and its Motion Stack blocks) are in a blue color and is used to control your the movement of your Sprites.

The Event block is light brown and it is used to sense events, which trigger the block sets (scripts) to run. The Event block is the most important one of the whole ten, because without the hat blocks you would not be able to begin your project (except by manually running the scripts).



IMAGES:
wordcloud.jpg
Wordcloud for the 1st. Post




We are learning programming on Scratch





























AUDIO AND VIDEO:







3 term. Post Nr 1 Britta Ensinck, Astrid Corbacho, Listte Habig and Matias Brugo


What is Scratch?
Scratch.jpg
Scratch is a website where you can make games using figures.

  • Scratch is a program, that a lot of students in schools use in class.
  • You can create your own account and use it to program games and share your work.
  • You also have the possibility to play games, other users created.
  • When you first enter the page you find yourself a coordinate system. In the system there is an animated cat. This figure is called a sprite.

  • Sprite: These are different figures that perform the actions that you program. You can also change the sprite to different types of figures.
asdfghjk.jpg
You can change the figures color and also make the move.

  • Events:
  • What is an event?
  • Events are the oranges blocks that you can see in you screen.

"You need to use them when you want to determinate what you have to do make an action begin."

  • For example you can choose to click the green flag, the space bar, a letter, a number, an arrow, etc.. to start a specific action. There are 8 different event blocks: 6 Hat blocks and 2 Stack blocks.

Saturday, October 1, 2016

Post Nr.1



Scratch   

Create stories, games and animations
Share with others around the world
                                                 


Scratch is a very creative  website in which you can create and program your own stories, games and animations. You can also share them with other persons in the online community, with other persons around the world that you follow. The URL of the Scratch website is https://scratch.mit.edu/ . The Scratch Website is extremely customizable; other users can be followed, studios can be created, and projects can be deleted. Other users' profiles can be viewed as well.
We are going to explain how to use scratch.

First of all you have to enter in Scratch and log in or create an account.
 
collage.jpg
Scratch project example

  1. You choose you sprite (for e.g: cat, person)
  2. You pick your script, costumes or sound.
  3. As you finish you click on the green flag and the  script, costumes or sound that you have chosen will do it or play it. (with the red sign you stop your project)

162/160-180