OOP Design Pattern

Hello boys and girls.
Well, I am kinda frustrated with static functions in oop.
I am trying to buil a mid-scale applcation in as3 (cs4) and I want to create some “lowlevel” functions. For example I want this application to be able to popup a message box (library symbol with my own baseClass), but I want to call this function(s) from all the classes of my app. Most of the project don’t use hierarchy (only MovieClips descendants), since every movie clip in the library has its own functionality.
So, I want to create something like global static functions and variables (gathered in one class) and call them from any instance of any classe. Aslo, I want these functions to be able to create instances of any class (such as the message box) and add them to the Stage.

Is it possible to explain the logic of this project in a few lines?
I 'll be grateful.
Thank you for your time,
Emmanouel.