tkinter實現動畫效果

一 代碼 #!/usr/bin/python # -*- coding: utf-8 -*- import time from tkinter import* # 配置 # 要打開的圖像 image1 ="open.png" # 初始座標 x0 =50.0 y0 =50.0 # 列表將包含所有的x和y座標.到目前爲止,他們只包含初始座標 x =[x0] y =[y0] # 每次移動的速度或距離 v
相關文章
相關標籤/搜索