I have a small project in ActionScript 3 and it would be much easier if I could call the code in a superclass from a subclass.
This is a project:
CarGame
Car
Is it possible to call a function in the CarGame class from the Car class?
a source
to share