I Wanna Community

Fangames => Game Design => Programming Questions => Topic started by: PanKarmelek on February 23, 2016, 02:56:16 PM

Title: Yuutu engine weird bug
Post by: PanKarmelek on February 23, 2016, 02:56:16 PM
Hey guys, I got a little problem when making fangames in yutuu engine. Sometimes, randomly when doing a 1-frame jump the character is set flying, like, he just jumps very high. Is this a known bug and do you think there's a way to fix it?
If not I could probably switch to other engine but I'd have to move my rooms and tiles there, is this possible?
Thanks for help!  :atkHappy:
Title: Re: Yuutu engine weird bug
Post by: Habluka on February 23, 2016, 04:08:44 PM
Yuuutu added an else in part of the player's step event where it shouldn't belong in a recentish update.  Just take it out and it should work.
(httpss://pbs.twimg.com/media/CZkwdQ8UkAAyFHZ.jpg:large)
Title: Re: Yuutu engine weird bug
Post by: PanKarmelek on February 24, 2016, 09:59:58 AM
It seems to be working now, thank you very much!  :atkLove: