To the left is boyfriend from friday night funkin'. To play, use the arrow keys to move him and the space bar to make him throw up a peace sign.
This is a interactive comic about a man and his burning hatred for cheese; while his pal on the other hand; has a strong attraction toward his cheese.
Which cheeser will prevail? (It is recommended to click the red shapes.)
[This was created by finding the position of your cursor, and once it is in the red shape and clicks, then the next slide will show.]
Click your mouse to wake up Baby Yoda!
This code makes use of the shapes a lot to create Baby Yoda. This code also uses the onMousePress function to detect if you have pressed your mouse.
Instruction can be found by pressing H, which is looking at the information panel.
Don't press C. If you press C, press V to undo C. I hope that made sense.
When you hover over any color, the surreal sketchbook will change your drawing's color.
To interact with this program, use the left, right, and down arrow keys to produce flames. This will show flames from CJ's hands and burn him from below. I used a couple of functions and imported images to make this happen.
This interactive display uses on mouse press function to create an Among Us character where ever the mouse clicks. This code also uses the app background function to create the blue, white, and gold gradient in the background. To interact with this code just click anywhere in the code box!
Hold the arrow keys to increase or decrease the numbers. It increases or decreases by 100 each step, and when one number gets to either 5000 or -5000, the program stops and highlights that number red.
When I went to BYU, I didn't learn the fight song, but this program can help me do just that. I created it to demonstrate how to use various concepts (getTextInput, getPointInDir, onKeyPress, etc) to the students. It also has sound, so make sure your volume is up. The inputs require a QWERTY keyboard. Feel free to sing along.
In this program, you can use WASD to change the width and height of the mouth while arrow keys can move around the eyes. You can do anything you want and can make some really weird or funny faces because in the end it is all up to the user on what they want to do. The program is very simple just using on key press as well as if and elif statements and a nested conditional.
You are asked for a color of your dot. Once a valid color is entered into the text box, your dot is placed into the middle of the board. Your dot follows your mouse, and when you click a circle of random size is placed randomly around the board. It uses onMouseMove and onMouseClick to move the dot and place the circles
Look out! The skyscraper is getting attacked by aliens!! You have to click to start the fight back. This code uses a for loop to make the aliens.
Shamelessly copied from the classic game, Frogger, this program tests your ability to press the arrow keys repeatedly to get the frog to the log. Because I used onKeyPress instead of onKeyHold, you have to press the keys quickly, at times. Watch out for the cars, or they will kill the frog (even though the frog is bigger).
Click to make the season change to winter and release to make it go back to summer using OnMousePress and OnMouseRelease to change between seasons.
Move around your mouse, or if you're feeling extra nifty, you can press mouse1 and it will will still spin the stars. I used OnMousePress, and onMouseMove with a bunch of rotateAngles.