|
-
scroll pane component help
I created a scroll pane component which I named imgScroll and put it on a layer on the main timeline. I created a movie clip named goldDis This movie clip has an image of gold disk placed in it.
I then tried to assign the set scroll content action to the scroll pane component so that it would display the movie clip name goldDis. I did not give the movie clip an instance name but just referred to as goldDis when I needed to add something in the action boxes. Basically the action attached to the scroll pane looks like this:
onClipEvent (load) {
imgScroll.setScrollContent("goldDis");
}
On publishing the movie I see the scroll pane as an outline with the goldDis movie clip inside it. Am I supposed to see the goldDis movie clip inside of the scroll pane when the movie is published? Is there anything I am missing in the above action?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|