Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: moving objects
Post: RE: moving objects

from graphics import* from math import sin, cos, radians class Balcao: def __init__(self, window, p1): self.mesa = Circle(p1, 100) self.mesa.setFill('brown') self.chao = Ci...
Francisco General Coding Help 4 2,585 Dec-09-2018, 07:24 PM
    Thread: moving objects
Post: moving objects

hey i need help in my code to make an object move where i click with the mouse, please
Francisco General Coding Help 4 2,585 Dec-09-2018, 07:14 PM

User Panel Messages

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