Pages

Showing posts with label coding. Show all posts
Showing posts with label coding. Show all posts

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!