On the second time that I return to the button, it doesn't work anymore?

Hello

Hey well im still busy making an animation, and I got stuck.

The animation is as follows: I have 15 active buttons at the moment, I've programmed only 1 so far. If I click this button 1 (linkslinksboven_btn), he goes to a certain slice, in this case the 181 framework. In 181, I have 4 new buttons 1 is programmed, if I click on this button (linkscirkellinks_btn), I did some lines go to a color and a letter "M" is now 10 times for 10 seconds. After these 10 seconds little animation stops and I have to click a button (onzichtbareknoplinkslinksboven_btn), which dates back to where my 15 buttons are active should be the frame 180, so all 15 are able to get clicked again. If I click the button, it shows my 15 buttons but when I click on the 1 I programmed and used earlier, it does nothing?

Here are all the coding on my first keyframe:

-Frame stop @ framework 180-------.
addEventListener (Event.ENTER_FRAME, onEnterFrame180);

function onEnterFrame180(e:Event):void {}
If (currentFrame == 180) stop();
}

-Knop linksmidden_btn-------.
linksmidden_btn.addEventListener (MouseEvent.CLICK, linksmidden_btnClick);

function linksmidden_btnClick(event:MouseEvent):void {}
gotoAndPlay (180);
}

-Knop linkslinksboven_btn-------.
linkslinksboven_btn.addEventListener (MouseEvent.CLICK, linkslinksboven_btnClick);

function linkslinksboven_btnClick(event:MouseEvent):void {}
gotoAndPlay (181);
}

-Knop linksrechtsboven_btn-------.
linksrechtsboven_btn.addEventListener (MouseEvent.CLICK, linksrechtsboven_btnClick);

function linksrechtsboven_btnClick(event:MouseEvent):void {}
gotoAndPlay (182);
}

-Knop linkslinksmidden_btn-------.
linkslinksmidden_btn.addEventListener (MouseEvent.CLICK, linkslinksmidden_btnClick);

function linkslinksmidden_btnClick(event:MouseEvent):void {}
gotoAndPlay (183);
}

-Knop linksrechtsmidden_btn-------.
linksrechtsmidden_btn.addEventListener (MouseEvent.CLICK, linksrechtsmidden_btnClick);

function linksrechtsmidden_btnClick(event:MouseEvent):void {}
gotoAndPlay (184);
}

-Knop linkslinksonderbovenkant_btn-------.
linkslinksonderbovenkant_btn.addEventListener (MouseEvent.CLICK, linkslinksonderbovenkant_btnClick);

function linkslinksonderbovenkant_btnClick(event:MouseEvent):void {}
gotoAndPlay (185);
}

-Knop linkslinksonderonderkant_btn-------.
linkslinksonderonderkant_btn.addEventListener (MouseEvent.CLICK, linkslinksonderonderkant_btnClick);

function linkslinksonderonderkant_btnClick(event:MouseEvent):void {}
gotoAndPlay (186);
}

-Knop linksrechtsonderonderkant_btn-------.
linksrechtsonderonderkant_btn.addEventListener (MouseEvent.CLICK, linksrechtsonderonderkant_btnClick);

function linksrechtsonderonderkant_btnClick(event:MouseEvent):void {}
gotoAndPlay (187);
}

-Knop linksrechtsonderbovenkant_btn-------.
linksrechtsonderbovenkant_btn.addEventListener (MouseEvent.CLICK, linksrechtsonderbovenkant_btnClick);

function linksrechtsonderbovenkant_btnClick(event:MouseEvent):void {}
gotoAndPlay (188);
}

-Knop rechtsonderkant_btn-------.
rechtsonderkant_btn.addEventListener (MouseEvent.CLICK, rechtsonderkant_btnClick);

function rechtsonderkant_btnClick(event:MouseEvent):void {}
gotoAndPlay (189);
}

-Knop rechtsbovenkant_btn-------.
rechtsbovenkant_btn.addEventListener (MouseEvent.CLICK, rechtsbovenkant_btnClick);

function rechtsbovenkant_btnClick(event:MouseEvent):void {}
gotoAndPlay (190);
}

Here is the coding to the second keyframe to the 181 Member:

Stop();

-Knop linkscirkellinks_btn-------.
linkscirkellinks_btn.addEventListener (MouseEvent.CLICK, linkscirkellinks_btnClick);

function linkscirkellinks_btnClick(event:MouseEvent):void {}
gotoAndPlay (182);
}

-Knop linkscirkelboven_btn-------.
linkscirkelboven_btn.addEventListener (MouseEvent.CLICK, linkscirkelboven_btnClick);

function linkscirkelboven_btnClick(event:MouseEvent):void {}
gotoAndPlay (183);
}

-Knop linkscirkelrechts_btn-------.
linkscirkelrechts_btn.addEventListener (MouseEvent.CLICK, linkscirkelrechts_btnClick);

function linkscirkelrechts_btnClick(event:MouseEvent):void {}
gotoAndPlay (184);
}

-Knop linkscirkelonder_btn-------.
linkscirkelonder_btn.addEventListener (MouseEvent.CLICK, linkscirkelonder_btnClick);

function linkscirkelonder_btnClick(event:MouseEvent):void {}
gotoAndPlay (185);
}

And then finally on my last keyframe so far to frame 481:

Stop();

-Knop onzichtbareknoplinkslinksboven_btn-------.
onzichtbareknoplinkslinksboven_btn.addEventListener (MouseEvent.CLICK, onzichtbareknoplinkslinksboven_btnClick);

function onzichtbareknoplinkslinksboven_btnClick(event:MouseEvent):void {}
gotoAndPlay (180);
}

Anyone know why I can't click on the linkslinksboven_btn when I get to this image for the second time?

Any help or advice even to my easyer approach are welcome! I am open to learn. =)

Dear greetings,

Coyke

Probably, you need to have the code buttons of your framework 180 instead of any previous setting.  If 15 buttons end at framework 180, but the code for them is to frame 1, then when you move out of the frame 180 you essentially lose the buttons, and if you are relocating to the 180 framework, there is no code to assign a feature of the buttons.

Tags: Adobe Animate

Similar Questions

  • Click on the boxes in the version 6 doesn't work anymore

    I use click boxes to allow for the learner to control their navigation.  I have create a slide with boxes to click and when the user clicks on 'of the jumps to that section of the learning content.  It is often a course divided into several lessons.   The end user doesn't have to fill all the lessons, but only those they wish to see.  It worked perfectly in version 4.  I upgraded to version 6 and completed some course and it seemed to work.  But in that I'm working on that now it will allow me to click on the other boxes to click and it makes the rattling, but it does nothing or takes me to the first 'leap' of the first click box that I added to the screen.  I often copy these other content boxes, so I all deleted and recreated them to make sure they were not attached to something.  I made sure they are visible, the film made a break for the click, and they are all showing for the duration of the slide.  Can someone make a suggestion or help me with that?  The course is based on the branched navigation so I can't just delete them.  I'm on version 6.1.0.319.  One thing that is different between 4 and 6 is that now I have added quiz and they respond to questions.  If they are required to answer all questions that will impact the boxes to click the other slides?

    One thing that stood out to me in your description, is that you said you made sure that the boxes click ' all the screen for the duration of the slide.

    Are you aware that the click box break point is at the end of its object, as shown on the timeline? So the break box click point is not displayed the same way as the buttons or text input areas where you have a vertical line in the object indicating the position of the break point.  If your click boxes go right until the end of the chronology of the slide, then their points of break will be just at the end of the slide, not somewhere in the Middle, which is usually where you WANT them to be.  If all click boxes are added in the same way, and their break points are all on the same image of the slide, and then clicking one of them will reactivate the slide and take any action you assigned in which case.

  • Save the Page under doesn't work anymore - why?

    I frequently save web pages
    Page of file/save as...
    or more often
    Page of file/save to the Archive as... using the Mozilla Archive Format plugin

    Suddenly tonight nothing happens when I choose to those of others. The menu disappears just as soon as I click on the option. I didn't updated Firefox, or anything else recently.

    Please upgrade to the current version of Firefox 23.

    • Help > about Firefox

    The version of Firefox 21 that you are currently running is no longer supported with security updates.

    • It is important to update Firefox and Add-ons to the latest version to get all security patches.

    Maybe there is a problem with the MAFF extension.

    Helps if you change the settings in the extension is not to replace the built-in "save the Page under"?

  • Display the selected item doesn't work anymore?

    I am currently v9.0.2.271 RoboHelp HTML, after having updated last week. I wanted to show someone what the subject would look like in the help and clicked on the topic show the item selected (the one that looks like a pair of glasses) and nothing happened. I used it all along. Has anything changed in version 9.0.2 or I did something so that it does not appear?

    See point 61 to http://www.grainge.org/pages/snippets/snippets.htm

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Why the serial number doesn't work anymore?

    Serial number does not work. How is it?

    Please visit: https://helpx.adobe.com/creative-suite/kb/error-serial-number-valid-product.html

    I hope this helps.

    Concerning

    Megha Rawat

  • Sony Vaio SVE14112FXP. A few days ago the integrated webcam doesn't work. The strange thing is that it is not recognized by the administrator of the material, not even as an unknown device

    Hello

    I have a Sony Vaio SVE14112FXP. A few days ago the integrated webcam doesn't work. The strange thing is that it is not recognized by the administrator of the material, not even as an unknown device. I uninstalled and installed Arcsoft Webcam Suite, which has drivers, but nothing new.
    It seems that the built-in webcam is not connected.
    Thank you

    See Sony support site or their forum, this is a Sony webcam

    And no this isn't a feature of device, or something that should appear in the devices & Printers

  • When I try to install Firefox, I get an error "could not open the output file. I used Firefox before and it doesn't work anymore, so I uninstalled. Cannot re - install now.

    When I try to install Firefox, I get an error "could not open the output file. I used Firefox before and it doesn't work anymore, so I uninstalled. Cannot re - install now.

    This has happened

    Each time Firefox opened

    I tried to download firefox.

    User Agent

    Mozilla/4.0 (compatible; INTERNET EXPLORER 6.0; Windows NT 5.1; SV1; AntivirXP08; GTB6.3; .NET CLR 2.0.50727; MS - RTC LM 8)

    When you click on the download link on GetFirefox.com, you should be asked if you want to run or save the file. If this situation occurs when you try to run the download, try instead to record and put the file on your desktop or in a similar place, where you are certain that you can find.

    When the download is complete, try double-clicking on the downloaded file in the normal Windows Explorer (browse your way to the file from the desktop). This should start the installation.

    If, in the Explorer window, you notice that the file seems to be missing the Firefox icon orange/blue, right click the file and select Properties. The image should look like the attached picture (except that mine is in Danish, but that is irrelevant) if saved correctly - if it don't look like this, would you please describe the content or attach a screenshot of the box. Especially what it says under "File Type" - it must be 'program '. If this isn't the case, will have to focus on what could be the problem here.

    A bit off-topic, your Internet Explorer seems to be quite a bit outdated (IE 6, where the current version is IE 8), so I highly recommend that you try to run Windows Update to get your system up to date. Is it as a society (such as a thin client Terminal Server computer) system, this is not possible, and most likely, your system administrator will have to help you.

  • the Wacom tablet pressure sensitivity doesn't work anymore

    I have a Tablet Wacom Intuos 3, photoshop CS6 and Windows 7.  I have no idea why, but my Tablet pressure sensitivity doesn't work anymore.  I did a google search to see if others had the same problem on a forum (I can't remember where) I found a solution that seems to have worked for many, so I tried which...  Basically, it says to uninstall my wacom driver, unplug the Tablet, reboot, install driver, plug the Tablet and reset my preferences in photoshop.  I did it last night and it worked, I was very happy, but it was late, was exhausted, so I turned off my computer and went to bed.  When I have it turned on and is gone in photoshop this morning, it does more, pressure sensitivity is gone again.  I get this warning in my brush settings when I try to put it on pen pressure, angle or another setting requiring sensitivity to pressure, but it does not tell me how to fix it.  Is the only way I can make the process work I mentionned (pilot program is uninstalled, disconnect the Tablet, reboot etc.) but I would need to do whenever I have shut down my computer and it's a bit of a pain...  I have also tried installing different drivers, the last being first of all, when this does not work I tried older to see if that would make a difference without success...

    Any help would be greatly appreciated!  I'm starting to feel a little desperate...

    I read your post and found nothing which contradicts my statements.  But we looked at these questions several times - and this kind of problem is due to the driver or hardware.

    Yes, if you do not know the code or API involved, you may jump to the wrong conclusions.

    But I know what all is involved (and the fact that Adobe applications share not compressed code) and have sat and debugged these questions several times that I can remember.

    Please follow with Wacom to determine the problem with your drivers or tablet.

  • CTRL + SHIFT + T doesn't work anymore, I tried it on Windows and Ubuntu. The other shortcuts work fine.

    CTRL + SHIFT + T doesn't work anymore, I tried it on Windows and Ubuntu. If I go to history > recently closed tabs and click on something, it works, it's just the keyboard shortcut that broke. The other tabs keys work fine.

    Create a new profile as a test to see if your profile is the source of the problems.

    See basic troubleshooting: make a new profile:

    There may be extensions and plugins installed by default in a new profile, so check that in "tools > Modules > Extensions & Plugins" in case there are still problems.

    If this new profile works then you can transfer files from the old profile to the new profile (be careful not to copy corrupted files)

    See:

  • Why the rejection of multiple photos doesn't work anymore when you change pictures?

    Why the rejection of multiple photos doesn't work anymore when you change pictures? Does anyone else have this problem? It works on my other Mac but just stop working on my computer laptop pro, I have the latest OS and it worked until a few weeks ago. Thanks for any help!

    Selection of several photos at once enter "9" to reject all still works them for me in Aperture 3.6 on El Capitan.

    Have you tested, if the problem occurs only in an Aperture library or libraries opening?

    Create a new Aperture library to test and see rejection, so it works.

    If it does not work in a new library either, I got trash Aperture preferences.

    In preferences file is now in the container folder in the user's library.

    Try this:

    • Leave the opening runs.
    • Then open your user library and delete the folder complete ~/Library/Containers/com.apple.Aperture/
    • and the ~/Library/Preferences/com.apple.Aperture.plist file

    Your user library can still be hidden. To reveal the hidden user library:

    • Bring the Finder to the front by clicking on the desktop or the Finder icon in the Dock.
    • Select your folder user/home (with the House icon in the side bar of the Finder)
    • With this window in the Finder in the front window, press the ⌘J key combination to bring up the display options.
    • In the view options panel allow you to "show the library folder. That will make your visible user library folder in your folder.
    • Open your folder, then the library folder, then the containers.
    • Move the entire folder ~/Library/Containers/com.apple.Aperture on your desktop. Move the entire folder, not just the content.
    • Delete ~/Library/Preferences/com.apple.Aperture.plist as well.

    Now, restart the Mac, start Aperture and try see your book.  If all goes well, delete the folder on the desktop.

  • Canon scan to folder (Server 2008 R2) from the latest Windows Updates (13 sep 2012) it doesn't work anymore...

    We have a few Multi functional Cannon, who were able to scan to folder to our file server 2008 R2 server.

    Since the latest Windows Updates (13 sep 2012) it doesn't work anymore...

    Nothing has changed for folders or shares. Actions are like:

    \\fs01\scans\IT

    Shared folder is \\fs01\scans

    Share permissions are full for everyone

    On the COMPUTER folder, only the service and the Canon scanner user have full conrol...

    When I turn off the firewall of Windows on the FS01, it works.

    Can I get a SMB = OK on the Multi functional.

    When I turn on the WIndows firewall, I get a SMB = NG on the multifuntional

    I checked the rules and everthing about file and printer sharing is allowed...

    Can someone please think about what to do?
    Because really don't want to go with Windows Firewall disabled.

    The Endpoint Protection 2010 Anti Virus is installed on the FS01, but given that disabling the Windows Firewall works, I don't think that the Anti Virus has nothing to do with it.

    Update: I tried two other servers 2008 R2 (with also the Windows Firewall on) and it works! So there's something wrong with this one server... But as far as I can see, the firewall has all the file and open sharing of printers of things... And when I connect with the Canon Scan on a PC user I can browse places very well.

    Hello

    "Update: I just tried two other servers 2008 R2 (with also the Windows Firewall on) and it works! "So there is something wrong with this one server.

    Microsoft has specific Forums to help you with your Server 2008 R2 questions.

    Could you please repost this link in Server 2008 R2 Forums.

    "Support for Windows Server 2008 R2"

    http://TechNet.Microsoft.com/en-us/WindowsServer/bb512923

    See you soon.

  • I had Adobe Photoshop Elements back in January 2011 and this laptop doesn't work anymore. I was wondering how to get it on my new laptop.  I have the serial number and everything.

    I had Adobe Photoshop Elements back in January 2011 and this laptop doesn't work anymore. I was wondering how to get it on my new laptop.  I have the serial number and everything.

    If you have problems with activation, go here: find solutions to activation errors that may occur when you launch Adobe apps.

    Click on contact us in the link if you need to reset your activation. It's when you can't access your old computer and you get the activation limit exceeded message.

  • Search bar on the Macbook Air doesn't work, will allow me to load the pages of Favorites and links to these pages, but not let me google from the bar or manually enter Web sites, however, it works perfectly on the guest user

    Search bar on the Macbook Air doesn't work, will allow me to load the pages of Favorites and links to these pages, but not let me google from the bar or manually enter Web sites, however, it works perfectly fine on the guest user. Have you tried restarting and it still does not work.

    The problem should be solved now.

    Otherwise:

    OS X

    iOS

    Workaround for problems with the Safari address bar

    http://osxdaily.com/2016/01/05/fix-Safari-freezing-address-bar-use/

  • Shift + Ctrl + T doesn't work anymore. I tried uninstalling and reinstalling and it still don't work. I can't find the other answers.

    Today, I noticed that open a closed tab previously not working anymore. This feature is crucial for my work. I tried to uninstall Firefox and reinstall and it did not help. Under history, recently closed recently closed tabs, windows and are grey. I have my story to remember settings.

    I don't know what the problem is and I need to my Shift + Ctrl + T return.

    Your list of details of the system shows that you have defined two preferences that control the restoration of closed tabs and windows are set to 0:

    • Browser.sessionstore.max_tabs_undo: 0
    • Browser.sessionstore.max_windows_undo: 0

    You can reset all browser.sessionstore. * prefs that appear "BOLD" (user set) to the default via the context menu.

    You can check if you have a user.js file in the Firefox profile folder that sets the prefs as pref browser.sessionstore.resume_session_once true.

    Note that your list of details of the system shows that you have a user.js file in the profile folder to initialize some preferences at each start of Firefox.

    The user.js file appears only if you or another software created, therefore, normally, he wouldn't be here.
    You can check its contents with a text editor if you do not create this file yourself.

    The user.js file is read whenever you launch Firefox and initializes the preferences to the value specified in this file, so set of preferences via user.js can be changed temporarily for the current session.

  • G780 wireless doesn't work anymore; the networks are but cannot connect

    I have a G780 bought earlier this year. It came with Windows 8, which I still use. Everything was working fine until today. All of a sudden I can't connect to my wireless network (I have a router that can have a 'network of comments' in addition to normal and I can not connect to one of these). I had been fiddling with the settings last night, but everything was working well. I can connect with other devices, so I know that the networks work.

    Networks appear in the list of available networks, but every time I try and connect it just doesn't work. To make sure that I wasn't just typing the wrong passwords I tried to disable all security on one of the networks (so it was a totally open network without password), and the laptop still unable to connect. I tried to reboot the router wireless, by restarting the computer, update the driver for the wireless card, uninstall the drivers and reinstall them, activation and deactivation of the wireless card, by unchecking the option to disable card wireless to save energy and last computer ditch effort that I even did this "Refresh" of Windows 8 option that uninstalls all programs you install and resets the default options. Which included also to uninstall my antivirus program, so I tried to connect without that too. Nothing has made any difference.

    Edited to add that I also downloaded and ran the diagnostic tool on the Lenovo site for my laptop and the version of Windows for wireless network problems and it did not show anything.

    I'd appreciate really no indication as to what to do next. I'm good enough at the end of my mind with this.

    It's the weirdest thing ever. I decided to give it a try once again just for the heck of it and like magic it works all of a sudden. I can now connect to two networks very well. I have nothing after my last try yesterday evening except put the computer into hibernation... I don't know how it works now, but I appreciate the help! I'll create a restore right now, just in case. Thanks for your replies!

Maybe you are looking for

  • Satellite click Mini L9W - b: Touchpad is reversed in Windows 10

    Hello I've updated my Mini click for Windows 10. I encountered a problem where sometimes my touchpad does not work correctly. Rather than make the pointer up and down when you are prompted, the pointer will go left and right. When you perform the mov

  • Satellite Pro L300 - error when installing Intel Storage Manager

    I downloaded all the drivers. One of them will not install for me. "Intel IMSM Driver SATA Windows XP 21,12 MB V8.0.0.1039" for PSLB9A - 02H 002. It gives me an error "this model does not meet the minimum requirments for the installation of the softw

  • Pavilion 1320ex g6: card wifi problem

    Hello world I have problems with my wireless card that I want to buy a new internet form that can you tell me please which is compatible with my laptopin fact, I found this one:http://www.aliexpress.com/item/for-HP-Broadcom-BCM4313-minidon't you thin

  • Cannot set policies Vswitch

    Hello I have added a field to VMM a Vcenter that is running on a chassis of UCS - B. Now, I get a few defects related to CDP/LLDP adjacency. I can modify the UCS and Vcenter. However, APIC, I can't submit any changes to the policy of Vswitch. When I

  • I have some problems to make a backup with RMAN LV0.

    Mi database is Oracle 11gR2U4 and mi OS is Oracle Linux 6.5, is a two-node CCR environment.I always do my backups with a personal script and I've never had any problems, but it is the function with the RMAN command.function Backup_Level0{Path_ConfigF