|
Flash Actionscript - Why isnt my 'for' loop working?
onClipEvent (load) {
this._alpha = 0;
for (var a = 1; a<100; a++) {
this._alpha = a;
}
}
spot any obvious errors?
__________________
[See a gallery of my Graphic art Here.][Visit my website Here]
|