Posts by Henrique • 25 points
4 posts
-
0
votes1
answer71
viewsQ: Unity C# | Problem Using For Loop Inside Update()
Hello, My problem is this, I have a list of events that happen at a certain time, which is randomized, and when an event occurs a new timer is drawn to the next one adding another 10 seconds, all…
-
1
votes1
answer526
viewsQ: Make image appear stay a while and then disappear - JS
I’m playing a game of snake (Snake) and I need to make an image appear on the canvas every 3 seconds, but it needs to last 4 seconds before it disappears. I’m trying to use the setInterval() but the…
-
0
votes1
answer99
viewsQ: Problem with comparing two cards in a memory game - JS/Jquery
Hello, this is an exercise for college and I’m not able to think of a solution to compare when two cards are equal, which would be done in the function isMatchPattern(). Could someone suggest a…
-
1
votes2
answers698
viewsQ: Java/SQL Login and Password Validation Issue
I have a problem in the validation of Login and Password, the code is only taken the values of the first line of the database, but when I try to put the values of the other lines it gives error, I…