My Image Gallery
My Image Gallery
Out of context: Reply #15
- Started
- Last post
- 22 Responses
- legspin0
bk wrote:
// with white mc over computers
button.onRelease = function() {
if (white._visible = false) {
white._visible = true;
}
white.onEnterFrame = function() {
v_alpha = (0 - this._alpha)*.2;
this._alpha += v_alpha;
if (Math.abs(v_alpha)