ENIGMA Forums

Sharing is caring => Tips, Tutorials, Examples => Topic started by: hpg678 on March 05, 2019, 08:00:29 am

Title: Creating a spin sequence without having addition frames to your sprites
Post by: hpg678 on March 05, 2019, 08:00:29 am
this tutorial shows how to make your sprite spin along the x-axis with out creating addition frames.


the entire source file is in the EDC (https://enigma-dev.org/edc/games.php?game=81).
and you can watch the video from here (https://www.youtube.com/watch?v=gsc5GvOUjMw).


Special thanks and shoutout to "Impo" for helping me.
Title: Re: Creating a spin sequence without having addition frames to your sprites
Post by: Goombert on March 09, 2019, 02:34:07 pm
Oh that's very interesting hugar! I had never thought about doing this myself without having to create a fully animated sprite or do some 3D with an ortho projection. Thanks for sharing this example as I think it will help novices pull off this seemingly basic graphics technique without much effort!