Hide MC using action scripting?

Wait, more updated code… man, I guess I really am tired, I am putting in useless code left and right…lol.

onClipEvent (load) {
	this._xscale = this._alpha=this._yscale=0;
	trigger = 0;
}
onClipEvent (enterFrame) {
	if (trigger == 0) {
		this._xscale = this._alpha=this._yscale += 5;
		if ((this._alpha && this._xscale && this._yscale)>=100) {
			trigger = 1;
		}
	}
	if (trigger == 1) {
		this._xscale = this._alpha=this._yscale -= 5;
		if ((this._alpha && this._xscale && this._yscale)<=0) {
			trigger = 0;
		}
	}
}

WHY AM I SO BORED!?!?!?!

lol im not een tired either

onClipEvent (load) {
	this._xscale = this._alpha=this._yscale=0;
	trigger = 0;
}
onClipEvent (enterFrame) {
	if (trigger == 0) {
		this._xscale = this._alpha=this._yscale += 5;
		if ((this._alpha && this._xscale && this._yscale)>=100) {
			trigger = 1;
		}
	}
	if (trigger == 1) {
		this._xscale = this._alpha=this._yscale -= 5;
		if ((this._alpha && this._xscale && this._yscale)<=0) {
			trigger = 0;
		}
	}
}

what change did you make in this one

I removed all the assets crap.

I added that because I was attemping something else, but forgot what halfway though… and forgot to remove it…lol.

heres something i threw together using your code
http://mohaa.cact-sd.org/aasigs/lostinbetaIsBored.swf

Cool, reminds me of a spider jumping down and grabbing my face, then trying to rip it off, over and over again.

Man, maybe I am tired… and I just don’t know it. Or maybe it is because I saw kickass Harry Potter and the Chamber of Secrets yesterday (if you didn’t see it, there were spiders).

Eh, I think I should go to bed. Goodnight.