- Impact
- 0
i'm having a problem getting flash to begin a second animation when a user rolls out of a button. this is the script that runs with the user rolls out. at the moment it doesn't fire anything in photoshop.
this code is attached to the button in the 'Over' state. blog_mov_1. is the movie that runs when the user rolls over the button.
any ideas of how you or think this could be pulled off...
chris
Code:
on (rollOut) {
blog_mov_1.gotoAndPlay(76);
}
this code is attached to the button in the 'Over' state. blog_mov_1. is the movie that runs when the user rolls over the button.
any ideas of how you or think this could be pulled off...
chris













