Home › Forums › Puzzles › Keyboard Events unresponsive after double tapping key event input/function
- This topic has 67 replies, 2 voices, and was last updated 2 months, 2 weeks ago by c4cc.
-
AuthorPosts
-
2023-10-05 at 4:42 pm #67339c4ccParticipant2023-10-05 at 4:46 pm #67340kdvParticipant
try to remove
absolute
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-10-05 at 4:48 pm #67341c4ccParticipantTried it, now I can’t even turn character around
Even changing “absolute” to “round” changes jackshit
- This reply was modified 1 year, 1 month ago by c4cc.
2023-10-05 at 4:50 pm #67343kdvParticipantone of your conditions is not
true
when needed. use debugging to find out which one.changing “absolute” to “round”
Looks like you don’t see the difference between them… Do you know math?
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-10-05 at 4:57 pm #67344c4ccParticipantLooks like you don’t see the difference between them… Do you know math?
absolute value aka modulus (|x|)
The round variant rounds a number to the nearest integer
2023-10-05 at 5:02 pm #67345kdvParticipantGood. Then why are you switching between them in that condition?
You should add
print to console
at several places to see where the logic will stop.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-10-05 at 5:05 pm #67347c4ccParticipantone of your conditions is not true when needed. use debugging to find out which one.
I remember this one was supposed to be true:
Sadly, I can’t find a place to put true puzzles with them
2023-10-05 at 5:52 pm #67350c4ccParticipantGood. Then why are you switching between them in that condition?
You should add
print to console
at several places to see where the logic will stop.
2023-10-05 at 5:58 pm #67351kdvParticipantThe third condition is not true. Think. The solution is obvious.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-10-05 at 6:15 pm #67352c4ccParticipantYes, we should add false. But problem is, there is no place to add true or false on the “animate param from”
2023-10-05 at 6:18 pm #67353kdvParticipantYou are thinking in the wrong direction You’ve made a rude mistake in your code and don’t see it.
Yes, we should add false.
No, there is no need in it. Forget about the procedure from my screenshot.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-10-05 at 6:23 pm #67354c4ccParticipant2023-10-05 at 6:24 pm #673552023-10-05 at 6:48 pm #67357c4ccParticipantYou are thinking in the wrong direction You’ve made a rude mistake in your code and don’t see it.
Change LeftDownTime to RightDownTime?
2023-10-05 at 6:49 pm #67358kdvParticipantExactly.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
-
AuthorPosts
- You must be logged in to reply to this topic.