flash question
flash question
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- jaykwon0
what smoothy just said, but make sure that the name of your frame label and the reference to that label in your code are the same
i.e. label is labelOne
code attached to yr. button ison(press) {
_root.gotoAndPlay ("labelOne");
}and there you go