Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~15.6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for kalookakoo

[CODE]def scoreScreen(): #Keeps Calling score = 999999/canvas.data.timer canvas.create_rectangle(0,0,1000,460, fill = "black") canvas.create_text(500,200, text = "Your Score was", font = ("Comic Sans MS Bold", 20, "bold"), fill = "Red") canvas.create_text(670,200, text = str(score), font = ("Comic Sans MS Bold", 20, "bold"), fill = "Red") canvas.create_text(500,400, text = "You have beat the …

Member Avatar for jemnbuckeye
0
4K
Member Avatar for kalookakoo

I'd really like to know the simplest way to implement music while people play the game I created, and for sounds to play during certain events. (such as dying)

Member Avatar for TrustyTony
0
190
Member Avatar for kalookakoo

I'm creating a game and I want to incorporate a gif of a running man when the user uses the arrow keys etc. I'm currently trying to use wxpython and I have code that allows it to be played in a small separate window, but I need to know how …

Member Avatar for vegaseat
0
10K
Member Avatar for kalookakoo

If I have class variables that are changed as a program runs, and at a certain point I want them all back to default without restarting the whole program, how would I go about it?

Member Avatar for Gribouillis
0
40
Member Avatar for kalookakoo

I'm having trouble figuring out how to implement where boundaries are (platforms/landings/ceilings). I have an image running across a background image. When the image gets 3/4 of the way to the canvas, it stops moving and the background image scrolls. Same things going backward at 1/4. So with two different …

Member Avatar for kalookakoo
0
401