I'm having a small project in Actionscript 3, and everything would be very much easier if it was possible to call code in the superclass from the subclass.
This is the project:
CarGame
Car
is it possible to call a function in the CarGame class from the Car class?