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

Function Machin

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

Source from the content-addressed store, hash-verified

314# PNJs de la dernière salle (16)
315
316def Machin() :
317 global Ymachin, Xmachin, AnimJ
318
319 if Decors[(Ymachin)//64][(Xmachin)//64] in ('e') :
320 NomFichier = 'MACHIN'
321 AnimJ = 1 - AnimJ # Tempo
322 boite.itemconfigure(machin, image=eval(NomFichier+str(AnimJ)))
323 fenetre.after(200,Machin)
324
325def Fille() :
326 global Yfille, Xfille, AnimJ

Callers 1

recipe-580671.pyFile · 0.85

Calls 2

strFunction · 0.85
afterMethod · 0.45

Tested by

no test coverage detected