Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Chooo Chooo... All Aboard!

Chooo Chooo... All Aboard!

PumpkinPieman
PumpkinPieman's Journal. · · 1 min read
1,333 2
Recently I've been a bit more tired then usual, with my computer back I should be loading back up visual studio but I haven't. I should be working on my application, but I'm not. I just don't feel like working on it. I don't even feel like posting this message.

It's either that I've just become more lazy, or I'm just running out of ideas and I've overshot my deadline. Sometimes even the smallest issue can halt all thought for me. Hollow halls is supposed to be a e4 entry, but I haven't nearly as much done as I've wanted to. Which is to say that I could get more done then I have, I haven't necessarily overshot my deadline.

The concept of events is driving me nuts, I often find myself in a corner when dealing with input. If the user holds down a button, in my current model it calls the code every frame. So if the character is moving to the right they're constantly being changed to the right every frame. In order to change this I would have to find out when the key was pressed and when it was let go. Even then there is a chance that the proper animation won't be changed.

Discussion

Loading comments...