Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Rotating Events?

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02
How could I rotate an event?

I have an single image of a saw blade graphic that I would like to make "spin".
I would like the event to rotate around an axis, default being the center of the event graphic.

I know I can load up gimp and create a sprite sheet for this effect but I'd rather just "script it" to save space & time. (Edit: I did this for now, lol)

Also I know I can already do this with "pictures". However that is too limiting for what I need.

I'm willing to create a plugin for this if needed. (hella)(thumbsup)

This is what the outcome would look like:
 
Last edited:

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02
Attempting to use Moghunter's Character Motion Plugin which seems like it might work:

This plugin command does rotate the event somewhat as needed:
Code:
rotation_event_id : ID : ROTATION_VALUE
However I'm still unsure how to make a constant 360 rotation. Any advice?
 
Top