dufferton Posted July 18, 2014 Im trying to get a sprite to rotate. Not like how if you walk around it, you see different sides, i want it to look like its spinning in mid air, but i only use one image. is this possible? 0 Share this post Link to post
GreyGhost Posted July 18, 2014 If you mean only one image for each step of the rotation, that's easily done with a bit of scripting. Here's an example I threw together for ZDoom using the Revenant's SKELH sprite angles, which have been renamed so each is treated as a separate frame in the animation sequence. 0 Share this post Link to post
dufferton Posted July 18, 2014 thanks, but thats not quite what i was saying im looking for something more like this (apologies for small image choice) I was wondering if something like it could be achieved with code. I'm super lazy and dont wanna make a separate image for each angle the sprite turns in 0 Share this post Link to post
Blue Shadow Posted July 18, 2014 dufferton said:I'm super lazy and dont wanna make a separate image for each angle the sprite turns in I'm afraid you will need to do that, since it's the only way. 0 Share this post Link to post
GreyGhost Posted July 18, 2014 dufferton said:im looking for something more like this (apologies for small image choice) For spinning animations like that, there's a utility called RotSprite which can create the other sprite frames you need. The end result will be eight 45ยบ shifted frames which could be merged into a single file gif animation, though I can't think of any source ports that support the gif image format. 0 Share this post Link to post