constrict flash
constrict flash
Out of context: Reply #4
- Started
- Last post
- 16 Responses
- woodyBatts0
that will just pop it into place, forgive the archaic code but you can do it like this...
this.onResize = function(){
this.onEnterFrame = funtion(){
this._height = this.-height - (this._height - Stage.height)*.3;
}
};you can drop that code into any movie clip and viola!