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

Function PNJ

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

Source from the content-addressed store, hash-verified

278
279
280def PNJ() :
281 global Yj, Xj, AnimJ
282
283 if Decors[(Yj)//64][(Xj)//64] in ('j') :
284 NomFichier = 'PNJ'
285 AnimJ = 1 - AnimJ
286 boite.itemconfigure(pnj, image=eval(NomFichier+str(AnimJ)))
287 fenetre.after(1000,PNJ)
288
289
290

Callers 1

recipe-580671.pyFile · 0.85

Calls 2

strFunction · 0.85
afterMethod · 0.45

Tested by

no test coverage detected