top of page

Micro:bit test program

  • Writer: Jessi Cruz
    Jessi Cruz
  • Sep 1, 2019
  • 1 min read

I wanted to make a string that only played on start so I could play around with button inputs afterwards. Having the string on for forever would interrupt the animation of button inputs or not allow them to start at all. So I made a simple animation on the "A" button input and it worked nicely. I added a tone command but of course it did not play as the micro:bit doesn't seem to have a speaker or any audio parts.


Recent Posts

See All
Final Project: SnakeDodge

https://editor.p5js.org/jisojc/sketches/JD5ABmlI- My final project was initially going to be a top-down shooter using a different p5...

 
 
 
Youtube COPPA Algorithm

https://www.theverge.com/2019/11/13/20963459/youtube-google-coppa-ftc-fine-settlement-youtubers-new-rules Youtube was fined a large sum...

 
 
 
Interactive Ball

Code: var brushSize; var BallX; var BallY; var ballSize; var xSpeed; var ySpeed; var bColor; function setup() { // put setup code here...

 
 
 

Comentarios


© 2023 by The Artifact. Proudly created with Wix.com

bottom of page