#๐Ÿ”’ How do i render another text in PyGame?

14 messages ยท Page 1 of 1 (latest)

long yew
#

I'm a beginner in pygame and i dont know much about how text rendering works. I watched a few tutorials and i managed to render a line of text and when i try to render a new one, it just simply doesnt. Can anyone help?

crimson edgeBOT
#

@long yew

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

long yew
#

i suck at pygame

shut salmon
#

Hey there! well you see, you need to change position of second text (because you're rendering both in same position).

Also, even if you change the position of second one, it will not render, because when you call the function type once, it goes to a loop!

#

to prevent this, you could just seperate it into two functions.

worn isle
#

You could just pass in the location to the type function.

worn isle
#

Also, don't call a function type. type is an important built-in name use to ask what type an object is and act as a class-like expression.

#

!e

print(type('hello'))
crimson edgeBOT
crimson edgeBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.