REQUEST Direction decetion

Started by YoshiMario2000, August 23, 2015, 09:10:54 PM

Previous topic - Next topic
Can you add a function for On_direction change and the ability to detect the direction that the npc/enemy change. So for things that have uneven directions like 8x16 or 16x32.
This signature was way too long before, but now it's short!
Also, I am Still Alive!
On ad Off I go!

Do you ever get the feeling that the fandom of a product(s) ruin the potential that you could have had to enjoy the product?

You mean the direction of a sprite or the direction of a movement?

August 23, 2015, 11:07:54 PM #2 Last Edit: August 24, 2015, 01:58:11 AM by YoshiMario2000
both.
Edit:
I want to be able to set a direction WITHOUT using randomization.
And Detect if a sprite is facing N/E/S/W
This signature was way too long before, but now it's short!
Also, I am Still Alive!
On ad Off I go!

Do you ever get the feeling that the fandom of a product(s) ruin the potential that you could have had to enjoy the product?

For sprites you have the event sprite:on_direction_changed().
For movements, you have the event movement:on_changed(), and the event entity:on_movement_changed().