So I have a “graphic organizer” that has series of boxes with text:
Basically there are four buttons that can be clicked after all the transitions are completed. Each button will create a dragable information box that either holds text or animation. Creating a text box (information box + text) is simple for me since I did so in the past, but now my challenge is inserting a seperate animation or .swf file into this box. The challenge for me are:
-How I appropriately insert this animation into this pop-up box
-How I retain the sounds and actionscript from this seperate animation (at the moment, this animation loses all its sounds and actionscript when I import it to my library and link it to actionscript).
-How I scale the animation to the size of the information box.
My animation has a resolution of 550x350 px; I want this animation to be scaled down in this “graphic organizer” that I linked to.