Pages

Friday 14 December 2018

Tigers



I made this presentation about tigers because they are one of my favourite animals.
What's Your Favourite animal?

Wednesday 12 December 2018

Vicode News Coding

movie = video();
movie.source = "anchor_4.mov";
// Graphics
var inset1 = graphic("globe");
var inset = graphic("news");
//changes position
//x Left or right
// y up or down
inset.x = 433;
inset.y = 384;
inset1.x = 838;
//changes size
inset1.scale = 1.1
inset.scale = 1.1
// see through or solid
inset1.opacity = .2
inset.opacity = .8
// Text
var Headline2 = text("CHRISTMAS!")
var Headline1 = text("Merry");
Headline2.y = 85



Headline1.font = "Comic Sans MS" 
Headline2.font = "Comic Sans MS" 

Headline1.x = 125
var inset3 = graphic("fireworks");
Headline2.x = 125

Headline1.color =  "#FC0A0A"
Headline2.color =  "#FC0A0A"
inset3.opacity = .4


This is my code For the christmas News Report.

Friday 7 December 2018

Christmas News Vidcode Coding



For maths we are Learning how to code in JavaScript. I made this News Cast using Vidcode. I hope you like it!

Thursday 6 December 2018

SLJ Paying it Forward


In the mid-1930s, things began to change for the better in New Zealand. More
people were able to find work and receive a steady paycheck. They were still
careful, however, with their money and rarely, if ever, bought treats or gifts for
one another.
Imagine that you were able to travel back in time to visit a family in the 1930s.
What special gifts or treats would you like to bring with you? I Would Bring board games, Chocolate, Money, Candy .

What Would You Bring?

Lara


Monday 3 December 2018

Maths Term 4 Week 7


This Week for Maths we were learning about Problem Solving.