If this takes longer than a minute, please refresh the page and try again.
movie.pause();
movie.color = "red"
var f = graphic("flame.png");
f.x = 125
f.y = 175
f.scale = .5
var t = graphic("trees.png");
t.x = 200
t.y = 190
t.scale = .5
var w = graphic("water.png");
w.x = 175
w.y = 175
w.scale = .5
var e = graphic("coollogo_com-5144866.png");
e.x = 165
e.y = 275
e.scale = .5
exposure(10);
Coded in Hour of Code: Climate Science and Code
Created on Wed Mar 01 2017
Link to Project
Embed Code
July 28, 2020 at 8:58 PM
Revision 2
September 6, 2020 at 6:59 PM
Revision 1
March 9, 2021 at 4:54 PM
August 25, 2020 at 10:28 PM