Recent content by Silverhawk11011

  1. S

    Sprite movement issue.

    Well to start my background image is 800x600. This gives me a few extra steps of my character on a larger screen to check collision.
  2. S

    Sprite movement issue.

    Sorry let me clerify this abit. The sprite does a standing walk animation, like running on the spot. He starts as soon as the game loads, not when the first button press happens. He also never stops lol. What I need to do is get him be stopped when game loads, start when button is pressed. But...
  3. S

    Sprite movement issue.

    Hello everyone. I am currently working on an ARPG style game using some borrowed sprites :P . Currently I am working on my main character class. I have added the sprite, made him an animated sprite and added some control. He has a specific set animation for each direction he walks (north, east...
  4. S

    PyGame - Two issues

    So I am still trying to get this working lol. I found a feature called pygame.transform.scale now I figure this would be the best to do the job however, I cant get this to work. I have never used it at all, so I am unsure what needs to be done with it. Think someone could point me in the...
  5. S

    PyGame - Two issues

    Heh. I wish I had $500, text books and tuition take most of my money, the rest is for frozen pizza and KD. If anyone is still up, I am having some difficulty with this, I have added an ememy plane to the mix, that just goes from the top of the screen to the bottom. However I am trying to set a...
  6. S

    PyGame - Two issues

    Thank you guys so much for all the help :) .. You guys rock!!
  7. S

    PyGame - Two issues

    Ok so after moving everything into the c:/.. folder and using "r" it works. lol Now to just make the clouds show up in random sizes, :P
  8. S

    PyGame - Two issues

    Gahhh lol. self.image = self.image.convert() AttributeError: 'Treasure' object has no attribute 'image' OMg lol... let me put the files in one place. I forgot that eclipse puts the main unit in its own folder....
  9. S

    PyGame - Two issues

    os.path.join("Images", "treasure.gif") NameError: global name 'os' is not defined lol. Where would I define this?
  10. S

    PyGame - Two issues

    I tried both the r and then // neither worked. I will try the os.path.join next :)
  11. S

    PyGame - Two issues

    I would first like to say hello to everyone in the community, this is my first time here, and I like what ive been reading, there are some very bright people here. I am a programming student and currently taking game programming and working on a game assignment. The assignment is to add sounds...
Back
Top