Ok, it's been... a week? Really?
Damn, that was a fast week.
Well, I've made very little progress with coding this last week, mostly due to massive time commitment to both job hunting and D&D campaigns. Here's what I have done:
Well, I've decided to focus on the JRPG for the time being as I get back into coding a little more regularly (after a fairly long break after finishing uni). Something about Flash is just... simpler, compared to Unity.
It's state at the beginning of this blog was almost non-existent, with only a few class files made in a sort of experimental build, just to see how I can make it how I think it should work.
Now, it's got a very basic movement system for an overworld grid, which still needs a bunch of work. It's just a circle moving around a bunch of squares right now, and I still need to properly tie it to the grid so it doesn't walk between grid spaces. It's sort of tied into the grid, but it can sometimes go in a different direction when the direction is changed mid-move (without finishing the previous move). It also seems to get stuck for some reason when this happens, and won't continue a previous movement after a new one is finished, even if the button is still held down.
...That's a really bad way of explaining it.
Here, basically like this:
- I press and hold left to start travelling left
- While still holding left, I then press up, and the character stops going left and starts going up instead
- I release up, still with left pressed; the character stops moving entirely
I want the character to keep going left after up is released (in that scenario), but it just stops altogether.
Nevermind, I'll figure something out. I always seem to.
(As a side note, fuck YouTube ads appearing at random in the middle of videos when it hasn't been refreshed in a while. Trying to listen to music here, but NO, HEY, LISTEN ABOUT THIS COURSE TUTOR, DON'T WORRY, WE STOPPED YOUR MUSIC FOR YOU SO YOU CAN LISTEN TO THIS GUY! I swear, I'm on the cusp of just activating AdBlock for YouTube again. I love content creators, I really do, I want to support them, but I also want to be able to listen to music online without this shit. There's got to be a way to whitelist channels with ABP...)
Anyway, I've jabbered on enough. I'm going to spend a little more time with the movement code tonight, and then probably just go to bed or something.
Later, mortals. Praise the Emperor.