Home › Forums › Puzzles › Keyboard Events unresponsive after double tapping key event input/function
- This topic has 67 replies, 2 voices, and was last updated 7 months ago by
c4cc.
-
AuthorPosts
-
2023-10-05 at 4:42 pm #67339
c4cc
Participant2023-10-05 at 4:46 pm #67340kdv
Participanttry 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 #67341c4cc
ParticipantTried it, now I can’t even turn character around
Even changing “absolute” to “round” changes jackshit
-
This reply was modified 1 year, 6 months ago by
c4cc.
2023-10-05 at 4:50 pm #67343kdv
Participantone 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 #67344c4cc
ParticipantLooks 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 #67345kdv
ParticipantGood. 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 #67347c4cc
Participantone 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 #67350c4cc
ParticipantGood. 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 #67351kdv
ParticipantThe 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 #67352c4cc
ParticipantYes, 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 #67353kdv
ParticipantYou 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 #67354c4cc
Participant2023-10-05 at 6:24 pm #673552023-10-05 at 6:48 pm #67357c4cc
ParticipantYou 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 #67358kdv
ParticipantExactly.
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.
-
This reply was modified 1 year, 6 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.