Okay,
So, I’ve been coming here for a while for all my flash needs, but today I’m having trouble and I hope you can help. I used the XML Portfolio for what I needed for my own personal portfolio. However, I need help- I’ve been trying to display the images as a grid instead of how it is just on the _x axis.
I’m still VERY new to Actionscript, so any help is greatly appreciated. I have put the position portion of the code below, however I can past the whole code if necessary. Thanks for any and all help!
///
var currentThumb_mc = menu_mc.createEmptyMovieClip (“thumbnail_mc”+i,i);
currentThumb_mc._x = i * thumb_spacing;
///
http://www.kirupa.com/web/xml/examples/portfolio.htm
I’ve search all over the web and am still having trouble. So, if I have missed something, or if the answer on the forum please link it to me. Thanks!