# The onEvent function in your Game objectdefonEvent(self,event):ifevent.type==gameUtils.AnimStart:print(f'Animation {event.animationID} just started on object {event.objectID}')elifevent.type==gameUtils.AnimStop:print(f'Animation {event.animationID} just stopped on object {event.objectID}')
Delete Page
Deleting the wiki page "Animated objects" cannot be undone. Continue?