SPrelewicz
Programmer
I have looked everywhere for help on this but can't find what I need.
I am creating a flash application to design signs for a co. I will have about 7 clip art images to choose. The user will click one to add to the design panel. then they add some text and choose a color for text and the clip art. I then need to save this design (either send it through email or save in an db, haven't decided.) The problem is, currently I am using a scroll pane. I have it so the user can pick a picture and have it show in the scroll pane, and they can also drag and drop it, via a setScrollContent() call. However, when I add something else, text or another picture, it clears what was there and adds only the new content.
I want it so a user can add any number of clip arts and text and arrange them (drag and drop), then submit it. Are there components for this? Can anyone give me some idea what to do to get this?
I am creating a flash application to design signs for a co. I will have about 7 clip art images to choose. The user will click one to add to the design panel. then they add some text and choose a color for text and the clip art. I then need to save this design (either send it through email or save in an db, haven't decided.) The problem is, currently I am using a scroll pane. I have it so the user can pick a picture and have it show in the scroll pane, and they can also drag and drop it, via a setScrollContent() call. However, when I add something else, text or another picture, it clears what was there and adds only the new content.
I want it so a user can add any number of clip arts and text and arrange them (drag and drop), then submit it. Are there components for this? Can anyone give me some idea what to do to get this?