Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MirrorDrill

Pages: [1]
1
Programming Questions / Animation looping bug [YoYoYo engine]
« on: May 02, 2018, 04:28:04 AM »
So I've coded a few custom player animations into YoYoYo's GMS engine, but I encountered a weird bug.
What I want to make is a double jump animation, that plays once on the second jump press in the air.
However, for some reason the animation which has 9 frames
  • at the start stays on the first frame for 3 loops
  • loops back to the 1st frame after only the fifth
Does anyone have any idea of what could be causing this?
I set global.playerAnimationFix to true.
Here are the relevant snippets

scrJump:
(click to show/hide)
End step:
(click to show/hide)
Console output below.
(click to show/hide)

2
Meet and Greet! / Hello.
« on: May 02, 2018, 03:53:45 AM »
Hello everyone. I am a programming student trying to get more creative. I have been lurking fangame streams since around 2012, but I finally decided to make an account here. I started actually downloading and playing some beginner fangames last year. I've tried making my own fangames, but as I mentioned, I just can't really come up with stage designs, so I just screw around with graphics and coding.

Pages: [1]