after clicking the button on frame 4 for example, i want it to go to frame 13 and play, and once it gets to frame 23, I want the content executed from the button to be loaded onto the scrollpane. I'd do it "another" obvious way, but since I have multiple clips to load from different buttons on frame 4, it wouldn't work out.
well until i figure it out, i got a dirty workaround.
I extend the scrollpane from frame 4 to 23, (but mask it until frame 23) so when i load the clip from a button, it loads on the same frame, but when it gets to 23, then it plays. how i did THAT was I added blank frames to the beginning of my little clips, so by the time it reaches 23 on the main time line, the clip will play. whew -_~ if anyone finds a simpler solution, that'd be great!