Pages

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.

No comments:

Post a Comment

Please structure your comments as follows:
Positive - Something done well
Thoughtful - A sentence to let us know you actually read/watched or listened to what they had to say
Helpful - Give some ideas for next time or ask a question you want to know more about