Blinking Sprite
Written by Sam Baylus on March 23, 2025
Sometimes, you want a sprite to blink! It's often seen after a character is hit from an attack to show there's a period where they can't get hit again. Here's one way to do it.
Read more →Sometimes, you want a sprite to blink! It's often seen after a character is hit from an attack to show there's a period where they can't get hit again. Here's one way to do it.
Read more →direction is a built-in variable that determines which direction the instance will move in when speed is greater than 0.
Read more →Make a dashed trail follow a bee!
Read more →irandom() gives you a random number between 0 and whatever number you want without all of those extra stinky decimals.
Read more →What if you wanted to use many different colors with one sprite? We can do this using image_blend and one rule...
Read more →If you're dealing with rotation, you'll want to be familiar with angles!
Read more →Do you want to make an object face the direction it's moving? Find out how!
Read more →