If this takes longer than a minute, please refresh the page and try again.
movie = video();
movie.source = "Scuba Diving - 699.mp4";
var pix = pixelate(10);
movie.whenKeyDown = function(key) {
if (key === 'ArrowUp'){
pix.amount +=1;
}
if (key === 'ArrowDown'){
pix.amount -=1;
};
Coded in Sandbox
Created on Mon May 06 2019
Link to Project
Embed Code
April 28, 2021 at 4:03 PM
May 10, 2021 at 7:37 PM
September 16, 2020 at 3:20 PM
July 31, 2020 at 6:02 PM