This one is not about mice. Hah, got ‘ya there, huh? It’s about the mouse of your computer, you know, that little… thing that you carefully move around your (just guessing here) probably messy desk. And even that is kind of pushing it, because actually, this one is about one little thing so unimportant, it probably doesn’t even warrant a blog post, even though I already did one for the size of the “f” in the font of… okay, whatever.
The way I implented a certain sequence, it worked like this: At first, I coded the character behaviour in there. After I finished that, I began work on the camera (see earlier entries on this on the blog! Normally, I’d link this, but frankly, I cannot be bothered right now). After that, I made the briefing to the sequence. But depending on what I change and on what I want to test, I may not want to have, say, the new camera system active, or the hint system. So I can switch it off before that sequence. There are threequestions in total: Do you want to see the briefing, do you want to activate the new camera system, do you want to activate the hint system.
Given that it all was finished for a while until I decided to rewrite the code, most of the times that I started the sequence, it was related to bugs regarding the camera and the hint system, so I always said “No, Yes, Yes”.
But then, I was rewriting the character behaviour. I didn’t remove those questions before, though (should have commented them out), so I was always asked these questions. I did not want to have the new camera system in place, instead to only have that overview-flythrough-one that I use for debugging, as well as not getting “frequent” hints from the main character, because that was really not what I needed. So basically, I had to choose “No, No, No” – which is easy enough to do, really, I don’t even have to move the mouse – but guess what, at this point, I was so used to hitting “No, Yes, Yes” all the time that even after I finished adapting that code, which took me hours and which, without a doubt, had me starting that sequence about a zillion times, I still misclicked it every once in a while. I got so used to it that I was faster clicking “No, Yes, Yes” – which involves moving a mouse, then “No, No, No”, which involves pausing for a second to think what I have to click. Muscle memory at its finest.
Incredible. Also kind of worrying, what with the frequency in which I start this sequence.
-E