stupid flash question
stupid flash question
Out of context: Reply #4
- Started
- Last post
- 10 Responses
- autonoma0
Yes. Never target a scene. I actually never even use scenes.
If you want to go to a particular scene in a flash movie, you need to use frame labels. Then place something like this on the button:
on (press) {
gotoAndStop('frameNameHere');
}