Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Gravity doesn't works, and my character just moves right and really fast
Post: Gravity doesn't works, and my character just moves...

So I could fix my last error thanks to an user, but when I run the game my character just sticks in the air and only can move left when I press rioght and when I press right just moves a little, but w...
izmamonke General Coding Help 1 1,537 Aug-07-2021, 12:51 AM
    Thread: I was making code for collision for my character
Post: RE: I was making code for collision for my charact...

(Aug-06-2021, 03:04 PM)deanhystad Wrote: You have a typo: colliderect not colliederectomg i didnt notice ty so much
izmamonke General Coding Help 2 2,093 Aug-06-2021, 04:30 PM
  Star Thread: I was making code for collision for my character
Post: I was making code for collision for my character

So I was making a code for collision and this error poped up: Error:Traceback (most recent call last): File "X", line 111, in <module> plyrrect, collisions = move(plyrrect, player_movement...
izmamonke General Coding Help 2 2,093 Aug-06-2021, 02:08 PM
    Thread: When I tried to make an index for a walking animation and it didnt worked
Post: When I tried to make an index for a walking animat...

I tried to make a walking animation using an index and when I tried to put the image in the index this error shows up import pygame pygame.init() clock = pygame.time.Clock() fps = 120 screen_width ...
izmamonke Game Development 1 2,221 Jul-26-2021, 01:09 PM
    Thread: How do I make him jump once
Post: How do I make him jump once

How can I make him jump only once? Everytime I press Z while he is mid-air he jumps again, how do I fix it? import pygame pygame.init() clock = pygame.time.Clock() fps = 120 screen_width = 1920 scr...
izmamonke General Coding Help 1 1,582 Jul-22-2021, 08:26 PM
    Thread: Ho can I make it so the dirt goes up instad of diagonal
Post: RE: Ho can I make it so the dirt goes up instad of...

(Jul-12-2021, 01:25 AM)BashBedlam Wrote: There are three mistakes in the for loop in the World class. The first is tha you change img_rect.y to col_count instead of row_count. The second is using p...
izmamonke General Coding Help 3 2,204 Jul-12-2021, 12:51 PM
    Thread: Ho can I make it so the dirt goes up instad of diagonal
Post: Ho can I make it so the dirt goes up instad of dia...

I finished this code so in line 53-65 display the numbers of the code of images, but when I try to run it nothing goes as planned. how can I fix it? import pygame pygame.init() screen_width = 1001 ...
izmamonke General Coding Help 3 2,204 Jul-11-2021, 06:48 PM
    Thread: Help i don't know how to fix this
Post: RE: Help i don't know how to fix this

(Jul-08-2021, 04:21 PM)deanhystad Wrote: change __int__ to __init__ in line 30. I did not check for other errors. Thank you!
izmamonke General Coding Help 2 1,652 Jul-08-2021, 10:16 PM
    Thread: Help i don't know how to fix this
Post: Help i don't know how to fix this

Hi im new on pygame programming and when I want to make the "world" variable with the "World" class it gives me error how can I fix it? import pygame pygame.init() screen_width = 1001 screen_height...
izmamonke General Coding Help 2 1,652 Jul-08-2021, 04:00 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020