I have dragged a UILoader component on stage and called it “picLoader”.
Now with actionscript, I want to load an image in it, from an array… So the name of the source would be “images[0]” (images being the name of the array).
How do I write this?
THANKS!!!