system
December 21, 2002, 8:11am
21
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;
}
}
}
system
December 21, 2002, 8:15am
22
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
system
December 21, 2002, 8:16am
23
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.
system
December 21, 2002, 8:23am
24
system
December 21, 2002, 8:25am
25
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.