daimonion
05-24-2005, 01:49 PM
Hi
I have a button which activates a function from a component:
on (release) {this.zyx123.flipForward();
}
however I wish to activate it from a frame in the main timeline. I have been informed i have to use onFramevent however i have tried this with no luck whatsover.
the button works fine so is there a way of changing the code slighlty so it will work from a frame?
I have a button which activates a function from a component:
on (release) {this.zyx123.flipForward();
}
however I wish to activate it from a frame in the main timeline. I have been informed i have to use onFramevent however i have tried this with no luck whatsover.
the button works fine so is there a way of changing the code slighlty so it will work from a frame?