View Single Post
Old Feb 26th, 2005, 4:45 PM   #1
TerraNerd
Programmer
 
TerraNerd's Avatar
 
Join Date: Jul 2004
Location: Vermont, USA
Posts: 65
Rep Power: 5 TerraNerd is on a distinguished road
Send a message via AIM to TerraNerd
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]
TerraNerd is offline   Reply With Quote