write trace(myArray[i]) instead of trace(i)

MJ> What do you mean?  There's nothing wrong with the way they wrote that 
either - this works for me:
MJ> 
MJ> myArray = [1,1,1,1,1,1,1,1];
MJ> 
MJ> for(var i=myArray.length; i>=0; i--){
MJ>     trace(i)
MJ> }
MJ>
MJ> I don't think they meant the word "Array" literally


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to