problem with the touch screen
The code on the buttons looks like this:
"button_6.addEventListener (TouchEvent.TOUCH_TAP, fl_TapHandler_6);
function fl_TapHandler_6 (event: TouchEvent): void {
gotoAndPlay (6);
}
button_6.addEventListener (MouseEvent.CLICK, f5_ClickToGoToAndPlayFromFrame);
function f5_ClickToGoToAndPlayFromFrame (event: MouseEvent): void {
gotoAndPlay (6);
}
"
I am begging you for help, in 2 days I must have everything working.
greetings
Eve
