Posts by Paulo Victor Santos • 39 points
2 posts
-
1
votes1
answer57
viewsQ: Deactivate the page scroll at a specific time
I made a kind of carousel with CSS and a little bit of Javascript with some images and as I use the mouse scroll on top of the images the images move to the side, the problem is that the page also…
-
0
votes1
answer75
viewsQ: How to detect that two bodies (in my case, balls) have touched while they are moving?
I’m doing a program in python that simulates a small game of billiards (pool) and I’m having trouble finding a simple way to identify when the two balls touch, so I can change their direction. My…