Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How would I make my position variable more accurate?
Post: RE: How would I make my position variable more acc...

The problem is that if you go to a block and repeatedly press the right or left arrow keys it messes up the level ending point, so you could theoretically finish a level just by running into a block r...
HelpMEE Game Development 4 3,054 Dec-30-2019, 09:39 PM
    Thread: How would I make my position variable more accurate?
Post: How would I make my position variable more accurat...

Currently, I have a variable that is supposed to exit the program once the player reaches a certain point, but my collision detection system is "fake" in the sense that the player can still move a bit...
HelpMEE Game Development 4 3,054 Dec-30-2019, 02:52 PM
    Thread: How can I make all of the background move as opposed to just one platform?
Post: RE: How can I make all of the background move as o...

Alright thanks!
HelpMEE Game Development 6 3,065 Dec-28-2019, 11:04 PM
    Thread: How can I make all of the background move as opposed to just one platform?
Post: RE: How can I make all of the background move as o...

How would I implement that though?
HelpMEE Game Development 6 3,065 Dec-28-2019, 09:18 PM
    Thread: How can I make all of the background move as opposed to just one platform?
Post: RE: How can I make all of the background move as o...

Yes I do. Here is the previous code: import pygame BLACK = (0, 0, 0) WHITE = (255, 255, 255) GREEN = (0, 255, 0) RED = (255, 0, 0) BLUE = (0, 255, 255) SCREEN_WIDTH = 800 SCREEN_HEIGHT = 6...
HelpMEE Game Development 6 3,065 Dec-28-2019, 07:55 PM
    Thread: How can I make all of the background move as opposed to just one platform?
Post: How can I make all of the background move as oppos...

When I collide into a platform, the player is supposed to stop moving, and it did, but it also glitched slightly into the rectangle, so I found a work-around which is supposed to make the background m...
HelpMEE Game Development 6 3,065 Dec-28-2019, 02:54 AM

User Panel Messages

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