python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ball slowing down at Pong game
I followed this tutorial on how to create a pong game in unity:
https://awesomeinc.org/tutorials/unity-pong/
I finished the tutorial but I have a problem. The ball starts with great speed but slows do...
Anonym
Votes: 0
Answers: 0
'NoneType' object has no attribute 'ycor'
I trying to make a pong game using turtle library and I got this error:
'NoneType' object has no attribute 'ycor'.
This is my code:
#red, green, blue
import turtle
#Functions
def sprite(animation_spe...
The magic IL
Votes: 0
Answers: 1