I Wanna Community

Fangames => Game Design => Programming Questions => Topic started by: BoshyMan741 on January 16, 2015, 11:13:04 PM

Title: How to make avoidance?
Post by: BoshyMan741 on January 16, 2015, 11:13:04 PM
I know this is pretty over the top in terms of requests, but does anyone here know how to make avoidance. Most of the time what I do is make an attack at a certain time, test, and see if it's good. But I would wanna find out if there's  more efficient way of making it.
Title: Re: How to make avoidance?
Post by: Sudnep on January 17, 2015, 01:36:27 AM
You can set a key to increase room_speed to skip to the attack but to see if it's in-sync with music I don't know another way except through waiting out the song duration. (Changing room_speed will probably brake your play time timer.)