Button does not... and I don't even know why

I have this frame 1:

IMAGE NUMBER.

slidenumber_txt. Text = currentFrame + "of" + totalFrames; Object (this).

BUTTONVISBILITY / /.

a_btn. Visible = true;

b_btn. Visible = true;

c_btn. Visible = true;

d_btn. Visible = false;

e_btn. Visible = false;

f_btn. Visible = true;

g_btn. Visible = true;

i_btn. Visible = true;

j_btn. Visible = true;

k_btn. Visible = false;

l_btn. Visible = false;

h_btn1a. Visible = true;

h_btn1a. SetStyle ("icon", iconh);

h_btn1a.addEventListener (MouseEvent.ROLL_OVER, fh_btnro);

function fh_btnro(e:MouseEvent):void {button_txt.text = 'Interacción' ;}

h_btn1a.addEventListener (MouseEvent.ROLL_OUT, fbtnrout);

h_btn1a.addEventListener (MouseEvent.CLICK, fbtnclickh1a);

function fbtnclickh1a(e:MouseEvent):void {}

var loadera = new Loader();

addChild (loadera);

loadera. Load (new URLRequest("lesson1/interactions/interaction1a.swf"));

}

function fbtnclicki(e:MouseEvent):void {}

var loadera = new Loader();

addChild (loadera);

loadera. Load (new URLRequest("lesson1/documents/document1a.swf"));

}

function fbtnclickf(e:MouseEvent):void {}

var loadera = new Loader();

addChild (loadera);

loadera. Load (new URLRequest("lesson1/sounds/audioplayer1a.swf"));

}

function fbtnclickj(e:MouseEvent):void {}

var loadera = new Loader();

addChild (loadera);

loadera. Load (new URLRequest("lesson1/videos/video1a.swf"));

}

function fbtnclickk(e:MouseEvent):void {}

var loadera = new Loader();

addChild (loadera);

loadera. Load (new URLRequest("lesson1/tests/test1a.swf"));

}

And this on frame 2:

slidenumber_txt. Text = currentFrame + "of" + totalFrames;

a_btn. Visible = true;

b_btn. Visible = true;

c_btn. Visible = true;

d_btn. Visible = true;

e_btn. Visible = true;

f_btn. Visible = true;

g_btn. Visible = true;

i_btn. Visible = true;

j_btn. Visible = false;

k_btn. Visible = false;

l_btn. Visible = false;

h_btn1b. Visible = true;

h_btn1b. SetStyle ("icon", iconh);

h_btn1b.addEventListener (MouseEvent.ROLL_OVER, fh_btnro1b);

function fh_btnro1b(e:MouseEvent):void {button_txt.text = 'Interacción' ;}

h_btn1b.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

Object (this),.h_btn1b.addEventListener (MouseEvent.CLICK, fbtnclickh1b);

function fbtnclickh1b(e:MouseEvent):void {}

var loadera = new Loader();

addChild (loadera);

loadera. Load (new URLRequest("lesson1/interactions/interaction1b.swf"));

}

I also have this on another layer:

import flash.events.MouseEvent;

Import fl.transitions.Tween;

Fl.transitions.easing import. *;

Import fl.transitions.TweenEvent;

Stop();

STADIUM.

stage.displayState = StageDisplayState.FULL_SCREEN;

CUSTOM MENU.

var custom_menu:ContextMenu = new ContextMenu();

custom_menu.hideBuiltInItems ();

option1 var = new ContextMenuItem ("© Copyright 2012 Jeje Designs all rights reserved");

var option2 = new ContextMenuItem ("+ 1 787.272.5059: ") [email protected] "); "

Option3 var = new ContextMenuItem ("project title: presentation system 1.0 Build 1 Release 1 |") 01032012 ");

option4 var = new ContextMenuItem ("Devigner: Edwin Merced | ") [email protected] "); "

Option5 var = new ContextMenuItem ("security access");

Option5. Enabled = false;

Option5.separatorBefore = true;

custom_menu.customItems.push (option1 option2, option3, option4, option5);

contextMenu = custom_menu;

NAVIGATION.

a_btn. SetStyle ("icon", icona);

b_btn. SetStyle ("icon", iconb);

c_btn. SetStyle ("icon", iconc);

d_btn. SetStyle ("icon", icond);

e_btn. SetStyle ("icon", icon);

f_btn. SetStyle ("icon", iconf);

g_btn. SetStyle ("icon", ihsane);

i_btn. SetStyle ("icon", iconi);

j_btn. SetStyle ("icon", iconi);

k_btn. SetStyle ("icon", iconk);

l_btn. SetStyle ("icon", iconl);

a_btn.addEventListener (MouseEvent.ROLL_OVER, fa_btnro, false, 0, true);

b_btn.addEventListener (MouseEvent.ROLL_OVER, fb_btnro, false, 0, true);

c_btn.addEventListener (MouseEvent.ROLL_OVER, fc_btnro, false, 0, true);

d_btn.addEventListener (MouseEvent.ROLL_OVER, fd_btnro, false, 0, true);

e_btn.addEventListener (MouseEvent.ROLL_OVER, fe_btnro, false, 0, true);

f_btn.addEventListener (MouseEvent.ROLL_OVER, ff_btnro, false, 0, true);

g_btn.addEventListener (MouseEvent.ROLL_OVER, fg_btnro, false, 0, true);

i_btn.addEventListener (MouseEvent.ROLL_OVER, fi_btnro, false, 0, true);

j_btn.addEventListener (MouseEvent.ROLL_OVER, fj_btnro, false, 0, true);

k_btn.addEventListener (MouseEvent.ROLL_OVER, fk_btnro, false, 0, true);

l_btn.addEventListener (MouseEvent.ROLL_OVER, fl_btnro, false, 0, true);

a_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

b_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

c_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

d_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

e_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

f_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

g_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

i_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

j_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

k_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

l_btn.addEventListener (MouseEvent.ROLL_OUT, fbtnrout, false, 0, true);

a_btn.addEventListener (MouseEvent.CLICK, fbtnclicka, false, 0, true);

b_btn.addEventListener (MouseEvent.CLICK, fbtnclickb, false, 0, true);

c_btn.addEventListener (MouseEvent.CLICK, fbtnclickc, false, 0, true);

d_btn.addEventListener (MouseEvent.CLICK, fbtnclickd, false, 0, true);

e_btn.addEventListener (MouseEvent.CLICK, fbtnclicke, false, 0, true);

f_btn.addEventListener (MouseEvent.CLICK, fbtnclickf, false, 0, true);

g_btn.addEventListener (MouseEvent.CLICK, fbtnclickg, false, 0, true);

i_btn.addEventListener (MouseEvent.CLICK, fbtnclicki, false, 0, true);

j_btn.addEventListener (MouseEvent.CLICK, fbtnclickj, false, 0, true);

k_btn.addEventListener (MouseEvent.CLICK, fbtnclickk, false, 0, true);

l_btn.addEventListener (MouseEvent.CLICK, fbtnclickl, false, 0, true);

function fa_btnro(e:MouseEvent):void {button_txt.text = 'Salida' ;}

function fb_btnro(e:MouseEvent):void {button_txt.text = 'Final' ;}

function fc_btnro(e:MouseEvent):void {button_txt.text = "Siguiente" ;}

function fd_btnro(e:MouseEvent):void {button_txt.text = "Previous" ;}

function fe_btnro(e:MouseEvent):void {button_txt.text = 'Inicio' ;}

function ff_btnro(e:MouseEvent):void {button_txt.text = "Audio" ;}

function fg_btnro(e:MouseEvent):void {button_txt.text = 'Glosario' ;}

function fi_btnro(e:MouseEvent):void {button_txt.text = "Lectura" ;}

function fj_btnro(e:MouseEvent):void {button_txt.text = 'Vidéo' ;}

function fk_btnro(e:MouseEvent):void {button_txt.text = "Prueba" ;}

function fl_btnro(e:MouseEvent):void {button_txt.text = 'Button L' ;}

function fbtnrout(e:MouseEvent):void {button_txt.text = "" ;}

function fbtnclicka(e:MouseEvent):void {var mc:lessonexit_mc = new lessonexit_mc();}

MC.x = 479;

MC.y = 290;

addChild (mc) ;}

function fbtnclickb(e:MouseEvent):void {gotoAndStop ("lastframe") ;}

function fbtnclickc (e:MouseEvent):void{nextFrame() ;}

function fbtnclickd (e:MouseEvent):void{prevFrame() ;}

function fbtnclicke(e:MouseEvent):void {gotoAndStop ("firstframe") ;}

/ * function fbtnclickf(e:MouseEvent):void {var mc:audioplayer_mc = new audioplayer_mc();}

MC.x = 751;

MC.y = 141;

addChild (mc) ;} */

function fbtnclickg(e:MouseEvent):void {}

var loadera = new Loader();

addChild (loadera);

loadera. Load (new URLRequest("glossary/glossary.swf"));

}

function fbtnclickh(e:MouseEvent):void {}

/ * function fbtnclicki(e:MouseEvent):void {button_txt.text = 'I' ;} * /}

/ * function fbtnclickj(e:MouseEvent):void {button_txt.text = 'J' ;} * /}

/ * function fbtnclickk(e:MouseEvent):void {button_txt.text = 'K' ;} * /}

function fbtnclickl(e:MouseEvent):void {button_txt.text = 'L' ;}

H_btn1b button does not... I wonder why?

First of all, try to put b on another layer and see if that fixes it.

Tags: Adobe Animate

Similar Questions

  • Can I recover the Favorites lost and passwords and all other memory browser information? I lost everything and I don't even know why and how.

    I don't know what happened, but I think that somehow mozilla crashed trying to open Skype (and Skype crashed too) and at the same time, I've lost everything I've ever saved in the browser; PWS, info, all the bookmarks, navigation everything. Is it the 'template' (the custom background) browser. Can you collect all this information? I tried to restore the bookmarks, but he says simply unable to do. Everything is ok and can be restored from, but bookmarks... It is really annoying because I got tons of them and all the important things, now it's all gone. Is anyway to at least recover bookmarks?

    It was very good work. Play well. Please report your
    https://support.Mozilla.org/en-us/questions/1040079#answer-674673
    post as solved so other will know.

  • Whose action command button does not redirect me to another page. Why?

    Hello

    I have a command button in a jspx page and an unlimited workflow with two pages, where there is a rule of flow control between them, which needs to redirect the user from the first page to the second page. However when the user clicks the button, the updated page actually without having to navigate to the second page. Why does this happen?

    Here are the details:

    ADFC-config:

    <-flow-control id rule = "__42" >
    <-activity-id id = "__43" > first < /-activity-id >
    < control-flow-case id = "__44" >
    < result id = "__49" > go < / de-results >
    <-activity-id id = "__45" > second < / to-activity-id >
    < / control-flow-case >
    < / control-flow-rule >

    command button:

    < af:commandButton text = 'Go' id = "cb1" action = "go" / >

    Well, can you give more details?
    Jdev version?
    You start the app with a url ending with ".jspx' by chance?
    If so, you must remove this ".jspx" ending as it does not start the workflow.

    Timo

  • When I press the C.D.button to put on a dvd, it does not open!... ahybody knows why? It will really help me.

    When I press the C.D.button to put on a dvd to watch it does not open... anyone know why?... I could use your help!

    Hello

    It seems like a hardware problem, so I suggest you contact the manufacturer of the equipment.

  • Alignment does not and I don't know what to do

    All of a sudden my printer works again after showing me the codes of errors and is not not admissible.

    Needless to say I was very happy when all at once the cradle of the cartridge could pass again so I started to do a cleaning of the printer head.

    Printerheads cleaning went well but now it says alignment failed.

    That Ido to fix this error?

    You can call HP Total Care at 1-800-474-6836 if you are located in the Canada or the United States. Or if you are, you will find the contact information here. If you have reached the end of this document and cannot clear the error message, we're looking at the replacement of the product. They have agents in the HP Total Care will be able to chat with all the available support options and check the status of the printer warranty. You can also ask them about the programme of upgrading HP. This is where HP customers can seek a refurbished unit at a reduced price that comes with a full factory warranty.

  • I thought that I was paying for a version of "trial" for a month, but they took about six months of payments and I don't even know for what?

    I was just look at a product and decided I'd do a trial version.  It will cost $68.00 for the month - I thought - but so far, they have taken the money for six months and I've never tried the product.  How can I stop this?

    The 30-day trial is free... you have purchased a subscription... Check https://www.adobe.com/account.html for subscriptions on your page from Adobe

    This is an open forum, not the Adobe support... You need Adobe support to cancel a subscription

    -Cancel http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html

    -or by phone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • don't even know if I have a microphone in my laptop

    I have a dell laptop with windows vista and I don't even know if I have a microphone inside. where can I check if my laptop has even a mic intalled in there?

    Go to the Dell site and search for this model of computer and see what comes with it.

  • "back" button does not work and the home page does not display on startup

    My buttons next and previous no longer work. They show just gray and I cannot click on them.
    Also my home page does not appear when I launch firefox.
    I reinstalled firefox 4 and then I went back to firefox 3.6.16 and have the same problem in both versions.
    Don't know what to do anymore
    I just found out that when I opened a second window everything works well in the second window, but it still does not work in the first window.
    The same thing happens when I close both windows. The first window of my home page does not appear and the back button does not work, but the second window is operating normally. Including my home page.

    Try:

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the Add-ons is the cause of the problem (switch to the DEFAULT theme: Tools > Modules > appearance/themes).

    • Makes no changes on the start safe mode window.

    See:

  • Qosmio x x 770/00 - 1 button does not work by pressing 6 and another button

    This will its so weird, but bear with me...

    I just got a Qosmio x 770/00 x a couple of weeks, mainly for purposes of games.
    I play in left-handed configuration, using the Num as the directional keys button, with some of the other nondirectional numbers mapped to things like "jump" and "scrimmage", etc.

    I have the 1/end 'key usually mapped to the motion "Crouch" in games, noticed that if I press the ' 6/right' key in combination with another key, 1/end number' key will not register!
    This means that if I am moving forward in a game and strafe right, I can't squat at the same time.

    I did a bit of play, and it seems that this bug is not limited to my unit, or of any particular program. If you try something similar in any other program (such as Notepad) and hold that the "6' keys down along with another number key, 1" will not register.

    However, it seems that she * has * the key "6" in the combination (eg. If you press "4" and "7" overall, then press "1", "1" will always be you register.

    Have also tried on the demonstration model of the store instead of the local computer, and it seems that it is a problem with this particular model.

    The computer store runs Windows 7 Home Premium.
    I am running Win7 Pro. BIOS and Windows are fully updated.

    Have also tried it on my older P-series Satellite, and has not the same problem.

    Any ideas?

    Hello

    > I did a bit of play, and it seems that this bug is not limited to my unit, or of any particular program. If you try something similar in any other program (such as Notepad) and hold that the "6' keys down along with another number key, 1" will not register.
    > However, it seems that it must be the "6" key in the combination (eg. If you press "4" and "7" overall, then press "1", "1" will always be you register.

    I have 2 laptops from two different manufacturers and the 1 button does not register if 6 + other key.

    Don t think that it of a really a keyboard bug because it comes up with my two laptops that are not really similar to the other

  • Compact Z5 camera away from the lock screen and the camera button does not work as well

    Don't know what that happen but the icon of the camera on the lock screen suddenly disappeared and camera quick launch button does not work as well. Can I still use the camera from apps however.

    Problem solved through launch quick adjustment of the device. However, didn't turn off in the first place. Hoping that this is just a small problem

  • Pavilion a1620n won't start, the fans are not running. PS on the light and Sun. Start button does not illuminate

    Pavilion a1620n won't start, the fans are not running. PS on the light and Sun. Start button does not illuminate. EU tested ps and I was told it was OK. Disconnected from the motherboard except course before directed ps button and the cpu fan has become much brighter, but that's all that happened. Any suggestions on what to check? Checked with VOM push and he seemed to agree. Replaced the MB with the new Board of Directors, that didn't work either. Don't know if it was any good, it was a store Bulletin Board.

    All the indicators you mention leads to the PSU, not the Board of Directors.

  • I'm locked out of my iphone5 not connected to my wifi at home and my home button does not work, any ideas on how to fix?

    I'm locked out of my iphone5 not connected to my wifi at home and my home button does not work, any ideas on how to fix?

    < re-titled by host >

    Take it to an Apple Store for repair or replacement.

  • "Back" button does not work and lost bookmarks

    I followed the instructions that Firefox has been extremely slow. He said my favorites would be saved and everything should work as usual. However, I lost all my precious Favorites, and now the back button does not work. She is pale grey all the time, and itls drives me crazy, that I can't go back to the search page. I have to type everything in full again.
    If I can't change it, I'll have to switch to another web browser, after being with Firefox for more years than I care to remember.
    I liked using Firefox and have recommended it to all my family and friends.
    I'm very angry on my favorites, because I used these regularly and had a few coordinates links and important model for my sewing and knitting, as well as time-saving links. Now, I'm completely lost without them.
    If this isn't the page said it would be saved, then I would not have changed anything.
    It's very frustrating and annoying, after spending months, where I wanted and now he lost get it all because of the wrong information. I am very anxious.
    Lesley

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

    You can see if you can restore bookmarks to a JSON or a compressed backup of JSONLZ4 in the bookmarkbackups folder in the "Old data Firefox" folder on the desktop.

  • Satellite A200-1 and Windows 7 problem - function button does not work

    I have computer does model no A200-1The and windows Vista for windows 7 32-bit, I changed a moment my function button does not work.

    What should I do now? Maybe someone greet me some player? Please help me I can use my driver.

    Do you mean the FN key or what?
    > Please help me I can use my driver.
    My English is also not the best but what do you mean with driver?

  • Satellite P20: Fn + F5 and TV-button does not work

    Satellite P20, keyboard of Windows XP SP2 problem.
    When I press Fn + F5, the computer does not show that earlier the different display options. TV button does not work also. I can change the different views with my nVidia Display Driver.

    My keyboard is OK, there is no dust or liquids. I have the latest update of the BIOS and Windows XP Service Pack 2. What program controls the functions of the keyboard in this case?

    How do I fix this problem?

    Hello

    Of course, you have deleted something or preinstalled on your own operating system. Without Toshiba has designed tools and utilities, it won't work. I put t know exactly which of them are to do this, but please try to install keys Dritek easy button util. /Sticky V1.008, E - key utility and Toshiba Hotkey Utility.

    I hope this will help. If this isn't the case, please write again.

Maybe you are looking for