The weather

lunes, 18 de marzo de 2019

Father's Day key ring

Hi everyone!!

Today I present to you the development of a 3D key ring that I have modified for Father's Day.
You can use whatever you father likes.

On the back we have attached a parallelepiped, we have also written letters in relief, a heart and to finish a hoop.

Click here to see the design


Here you can see some pictures of it:










viernes, 15 de marzo de 2019

Embed code for a Scratch game to our website or blog

Hi:

Today I have embeed the football game I made with scratch in my blog and in my webpage.


The Html code is the following (you have to change the number of digits that appears in the web address, by the code of your game also te number of the width and height in order to fit in the space you want):


<link rel="stylesheet" href="style.css" />



    <iframe allowtransparency="true" width="250" height="250" src="//scratch.mit.edu/projects/embed/289214413/?autostart=false" frameborder="0" allowfullscreen></iframe>





lunes, 11 de marzo de 2019

Development of penalty shooters game with Scratch

Good morning.

Today we have designed a game with Scratch to throw penalties, it is multiplayer, (thrower with keyboard, goalkeeper with mouse) and although the blocks of the goalkeeper and the football boot are easy those of the ball can become more complicated.

We hope you like it.



Note: The scenario and gloves are drawn using the brush tools of the objects and scenarios.





These are the blocks for the ball:







The blocks for the boot are: 





The blocks for the gloves are:













Final project

Hi! Today I show you my last project. I have developed it with scratch. In this year, we have learnt: Development of Applications for m...