-
Broken Promise
By Kaijie Sun Description: People tend to make a lot of promises and most don’t keep their promises. Sometimes promises you can’t keep in a relationship can be really bad. This is a short animation of a guy being heart …
-
Final Project Video Templates
Sorry, but you do not have permission to view this content.…
-
Final Project
Perfect Match A love story of a square Director/Scriptwriter/Producer: Yingyi Ma Introduction: When people are first immersed in love, they will become blind and do some foolish things, and the results are often unsatisfactory. However, all …
-
Industry Interviews: Jennifer Final Project
Text I want you to see …
-
Programming Project Walk-Through
In the video below I walk through creating a programming project. This project is creating a scene with clouds and sun and then adding code to move the sun up and down when the up and down arrow keys are …
-
CSS for Images
Basic Responsive Image and Video The following CSS will allow images to resize down (not bigger) if they are bigger than their container. img,video{ width: auto; max-width: 100%; height: auto; }…
-
Programming Project Setup
For the Programming Module project, we’re going to use a teams feature in Replit that will give you a good base starting set of files and allow you to ask questions and chat about your project right in the Replit …
-
Programming Intro with p5.js
This is an introduction to programming using your Replit account and the p5.js library. p5.js allows you to use relatively simple JavaScript code to create interactive projects. The purpose of p5.js is to allow people to quickly and easily create …
-
Using Google Web Fonts
Google has a large number of fonts you can use in your project for free. You can browse them at: https://fonts.google.com/ This shows how to use Google Fonts in your CSS file using the @import method. …