Well, it will look similar to the Accordion Pane. I will work differently
though. Basically what it will do is create a list from an array. Each
item in the list will have a original spacing of 28. When each item is
clicked on it will go to frame 2 in the movieclip. This will mean that the
individual item will have a height of 100. I will somehow need the rest of
the items which appear below the movie to move down the page 100 pixels to
allow the clicked on item to be fully displayed.
I guess i need to then run through the loop again an add the spacing in
for that individual item.
I have made a slight change to the onRelease event fuction which will
hopefully help you understand better:
newClip.onRelease = function(){
//extent the movieclip which will have a height of
100;
this.gotoAndStop(2);
/*this next part dose not work, i somehow need to add
72 pixels to the
spacing of this idividual item*/
spacing = spacing + 72;
//the loop will need to be executed again
buildList();
}
Thanks again,
Jake
---
You are currently subscribed to fugli as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/