Drumpie
02-03-2010, 04:08 PM
Hello ,
I have a problem with my actionscript button, and I'm kind of new with actionscript.
This is the kind of code I put down each frames. It reprensent where you have to go when you press the button.
back_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler47);function mouseDownHandler47(event:MouseEvent):void {
gotoAndStop(246);
}
next_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler48);function mouseDownHandler48(event:MouseEvent):void {
gotoAndStop(232);
}
I could not send you my file so you can check my button problem.
But I can send it to you via email, on demand. As I want a proper back and next button, I don't know what to do in purpose of having no cicle bugs.
Thank you,
Liz
I have a problem with my actionscript button, and I'm kind of new with actionscript.
This is the kind of code I put down each frames. It reprensent where you have to go when you press the button.
back_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler47);function mouseDownHandler47(event:MouseEvent):void {
gotoAndStop(246);
}
next_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler48);function mouseDownHandler48(event:MouseEvent):void {
gotoAndStop(232);
}
I could not send you my file so you can check my button problem.
But I can send it to you via email, on demand. As I want a proper back and next button, I don't know what to do in purpose of having no cicle bugs.
Thank you,
Liz