Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
x_offset
#3
Thanks for the reply, when I ran the code I got the error message
Traceback (most recent call last):
  File "shapes.py", line 46, in <module>
    pg.draw.line(self.screen, pg.Color("red"), start, end, 1)
NameError: name 'pg' is not defined

All sorted used this code
    for y_offset in range(0, 100, 10):
        pygame.draw.line(screen, PURPLE, [0, 160 + y_offset], [190-y_offset, 160 + y_offset], 5)
To get this result,
[Image: u7GYcaz.png]

After a bit more thought, this;
[Image: Q8U8hiN.png]
Reply


Messages In This Thread
x_offset - by Graham - Nov-21-2018, 03:00 PM
RE: x_offset - by Mekire - Nov-22-2018, 06:29 AM
RE: x_offset - by Graham - Nov-22-2018, 08:49 AM

Forum Jump:

User Panel Messages

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