Invalid call. Nonexistent function ‘is_stopped’ in base ‘Timer’.
I create a timer in a parent class (class A). when i run the game with only the parent class, everything is fine. But when i add a class (class B) that extends from class A, the game gives me the Invalid call. Any ideas how to fix it without creating the timer in class B?