top of page

Homework #2

  • Kelly Kiernan
  • Feb 4, 2019
  • 1 min read

For this assignment, we had to use the program on the microbit to create some sort of animation and text. I put mine on a forever loop, meaning it keeps playing forever. Mine was not a push to start or anything fancy- when you plugged it in to a power source it would just begin. I had it animated by mainly drawing in and filling in the squares to create images, and inserting them one after another to create a digital animated image. I first had a line one the bottom screen like “_____” that popped up to then look like a human figure. I theb had that move off the screen and have it followed by text that said “bye!!!”. I kept this short and simple and felt that I had understood the basis of the program. Most of what I used was under “basic”.

 
 
 

Recent Posts

See All
Coding for final

let font, fontsize = 40; let fortune = [15]; //this is the ballspeed for every variable var xSpeed = 5; var xE = 1000; var yE = 800; var...

 
 
 
Final coding

Examples of questions to ask a magic 8 ball Questions from an Aspiring Artist going through Tutorials 1.  Will my Tutorials grade reflect...

 
 
 
Final project

I didnt want to fully copy the jackson pollack splatter idea, but I really like it and want to maybe do a painting idea. I have a second...

 
 
 

Comments


bottom of page