Ok one quick array question...
randomPos = random(total); rfcClip = rfcsArray[randomPos]; imgID = imgArray[randomPos]; total--; //now how can I delete those two records from my two arrays and recompile the arrays for use next time? I want to slowing delete the entire array so that I never use one twice... thanks. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

