myClip = _root.createEmptyMovieClip("appClip",1);
myClip.modifier = 5;
myClip.onEnterFrame = function(){
   this._alpha-=this.modifier;
   trace(this._alpha);
}

Why is that trace outputting uneven decimals, not integers?

- A
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to