blah flash
blah flash
Out of context: Reply #5
- Started
- Last post
- 16 Responses
- brawn0
alright, another idiotic question that someone will hopefully answer. I've been scouring my actionscript book, but of no avail, I don't even know what to look for.
I have a main timeline, and in one of the layers I have a movieclip called "loader" in "loader" I have several different frame labels, like, category 1, category 2 etc.
so in the main timeline, I have buttons that I want to trigger these frames in "loader"..
so on the buttons, I am using ..
on(release) {
gotoAndPlay ( ____________ );
}but nothing seems to be able to trigger this movie clips frames..
help out ?