MCPcopy Create free account
hub / github.com/ActiveState/code / Fille

Function Fille

recipes/Python/580671_chroma/recipe-580671.py:325–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323 fenetre.after(200,Machin)
324
325def Fille() :
326 global Yfille, Xfille, AnimJ
327
328 if Decors[(Yfille)//64][(Xfille)//64] in ('x') :
329 NomFichier = 'FILLE'
330 boite.itemconfigure(fille, image=eval(NomFichier+str(AnimJ)))
331 fenetre.after(200,Fille)
332
333def Mario() :
334 global Ymario, Xmario, AnimJ

Callers 1

recipe-580671.pyFile · 0.85

Calls 2

strFunction · 0.85
afterMethod · 0.45

Tested by

no test coverage detected