Hi, i am trying to create a scrolling list with text and icons in using AS3, however i cannot get the list to populate with anything. I thought it was a simple case of using a data provider as you would with an option stepper, this is what i tried:
any thoughts on what im doing wrong?Code:import scaleform.clik.data.DataProvider; scrollingList.dataProvider = new DataProvider(["item1", "item2", "item3", "item4"]);



Reply With Quote
I am looking for some insight on creating a similar Menu style to BulletStorm. I basically want Rollover menu buttons that can expand down and the buttons beneath move down! I've tried for hours using the AccordionDemo and the TreeViewDemo. Heres is the Using the AccordianDemo 

Bookmarks