need to scroll dynamic mc to work on the main timeline

I have a dynamic image scroller that scrolls to the right or to the left that follows where the mouse is located.  When you hover over the image, a pop up box appears with information.

This wheel works perfectly well within the scene mc, but once that I drag the mc in the main scenario the mc does not scroll smoothly right or left.  He is nervous and the infobox does not at all.

How can I run smoothly on the main timeline?

Replace this _root

Tags: Adobe Animate

Similar Questions

  • How can I get a dynamic mic to work on the iMac?

    How can I get a dynamic microphone to work via the usb input? Do I need a plug-in?

    Well Yes, if it is a USB microphone, the support is to plug.  Note, Apple provides an Audio configuration and Apple Midi utility in Applications-> utilities that once connected develops on the parameters in the menu-> Preferences-> sound-> entry

    Some microphones require Mac OS X drivers.  It would therefore be important to determine if yours is a.   Google your brand and model micro with Mac OS X and the drivers of Word to see if someone needs.

  • My Lenovo ThinkPad(red scroll) scroll function does not work in the new Firefox 4. It worked very well at point 3.6. Can you please fix this because it is a very important feature.

    (Middle button) scroll feature does not work on the new firefox 4. For this reason, so I need to move the scroll bar to move the page. It's very irritating problem, if you are a guy who uses the middle button to scroll. Can you if you please fix this...

    Thank you!!!

    I've updated to Firefox 4.01 today and the Center knob on my Lenovo T400 does more. I downloaded the updated Ultranav utility and the Ultranav driver for my T400 by http://www-307.ibm.com/pc/support/site.wss/MIGR-72858.html , then uninstalled the 'Thinkpad Ultranav Driver' to add/remove programs, rebooted and then installed the update utility and driver (another reboot) and now it works perfectly.

    So happy to get it working again.

  • Shortcut Ctrl C does not work in the main window of Firefox

    I use Firefox version 38.0.5, Windows 7
    Since the update Ctrl + C shortcut does not work in the main window of Firefox. (I can't copy text from any website using Ctrl + C).

    Click right and using the copy in the menu works perfectly. CTRL V and Ctrl X work fine without problem.

    Ctrl C works fine when copying text from the address bar and search bar, I just can't copy anything from anything in the main window of firefox.
    

    I tried to run Firefox in safe mode, I have also reset firefox and a virus scanner, but nothing has solved the problem.

    If anyone has any suggestions, that would be great. Thank you

    See:

    • bug 1173979 - copy Ctrl + C is broken in the last Irish FF 38.0.5

    Please, do not comment in bug reports
    https://Bugzilla.Mozilla.org/page.cgi?id=etiquette.html

  • Targeting of evil to a button on the main timeline for a VideoEventComplete at work

    I have a .fla file that has buttons on the main timeline that target frames in a mc named 'pages' in a table.  The 'pages' are implemented in the form of frames each five images or as a slide show where the buttons advance or return to the previous page.  I want to make invisible buttons until frame 30 video is complete (page 4).  When I insert the code below in the main timeline, the button becomes invisible, but there is no event that will finish to come back only to show the button so it sits right there with no way to advance as the buton is invisible,

    Then... How to target the button to only be invisible when it has an event video complete but not not start before 30 (page 4) image of the mc and then do it again in the 35 framework etc.

    I tried to put it in the main timeline and on the frame of the first video.  If I'm on it within the pages don't need to point the code on the main timeline to get code know where are the buttons? Something like main_timeline.nextbtn etc... ?

    The code in the settings:

    Stop()

    Import fl.video.VideoEvent;

    THIS BUTTON IS LOCATED IN THE MAINTIMELINE\\
    nextBtn.visible = false;
    addEventListener (VideoEvent.COMPLETE, doNextFrame);

    function doNextFrame(e:VideoEvent):void {}
    nextBtn.visible = true;

    pages.nextFrame)
    }

    All the code is:

    THE CODE of the MAIN SCENARIO is:

    Listeners of button

    import of flash.media.SoundMixer;// it comes to the


    nextBtn.addEventListener (MouseEvent.CLICK, nextSection);
    prevBtn.addEventListener (MouseEvent.CLICK, prevSection);

    ///////////////////////////////////////////////////////////////////////////

    function nextSection(event:MouseEvent):void {}

    var thisLabel:String = pages.currentLabel; Gets the current image under chain tag
    var thisLabelNum:String = thisLabel.replace ("sct", ""); cut the main letters off the number
    var curNumber:Number = Number (thisLabelNum); Converts this string to a real number number
    If (curNumber < 18)

    {

    var nextNum:Number = curNumber + 1;
    pages.gotoAndStop ("sct" + nextNum);

    }

    SoundMixer.stopAll (); Place it inside your functions

    }
    ///////////////////////////////////////////////////////////////////////////
    function prevSection(event:MouseEvent):void {}

    var thisLabel:String = pages.currentLabel; Gets the current image under chain tag
    var thisLabelNum:String = thisLabel.replace ("sct", ""); cut the main letters off the number
    var curNumber:Number = Number (thisLabelNum); Converts this string to a real number number
    var prevNum:Number = curNumber - 1; subtract 1 from the number, so we can go to the next image tag
    pages.gotoAndStop ("sct" + prevNum); This allows us to go to the previous image tag

    SoundMixer.stopAll (); Place it inside your functions


    }

    Please Note: it started in a previous discussion, but I think that I was confused that the question so go fresh here, thank you so much for the time on this

    I can't say I'm immune to be confused by the story you tell, but I'll take a stab to offer what could be a solution.  If the buttons are in the main scenario and the code that you want to make visible with in a movieclip which lives on the main timeline, then you can target the buttons from inside and using movie...

    MovieClip (parent).nextBtn.visible = true;

    MovieClip (parent).prevBtn.visible = true;

  • Need help nav State active started working on the Web site pages 1 vertical slide...

    Hi guys!

    I created a Web site vertical slide you can see here...

    When you click a navigation button, when it takes you to the relevant slide, the active State should move the Home button to the relevant slide. It works fine without the 3 links on the end to external pages but it is only when these additional links are that something seems to get confused...

    Anyone know how I can get the States of nav working for the slide of the site section?

    Thank you very much and I hope to hear from you.

    SM

    Try this:

    . NAV-collapse: hover,.

    . NAV-collapse: active,.

    . NAV-collapse: focus {}

    background: #e8e8e8;

    }

    Nancy O.

  • ToolTips not working not inside the Embedded Movie Clip but works on the main stage

    Hey,.

    I have a clip which is a browser window, and I try to have some sensitives of the ToolTip on the buttons inside the browser window.

    If I create a button on the main stage, it hovers and works very well, but if I create the same clip inside the embedded browser window, the ToolTip is not displayed.  I have no error messages, but it is not here that I see.

    Any ideas?

    Thank you!

    Even you place your mc in another clip for example NavWindowMC:

    Write code in the maintimeline as

    Fl.transitions.easing import. *;
    Fl.transitions import. *;

    NavWindowMC. mc.addEventListener ('mouseOver', mouseRollOver);
    NavWindowMC. mc.addEventListener ("mouseout/mouseouthandler()", mouseRollOut);
    NavWindowMC. mc.addEventListener ("mouseMove", mouseMove1);

    var tooltip:Tooltip = new Tooltip();
    ToolTip.txt.Text = "Design";
    ToolTip.x = stage.mouseX;
    ToolTip.y = stage.mouseY - NavWindowMC. MC.height;

    function mouseRollOver(e:MouseEvent):void {}
    addChild (tooltip);
    var myTween:Tween = new Tween (Regular.easeIn, 0, 1, 0.5, tooltip, "alpha", true);

    }

    function mouseRollOut(e:MouseEvent):void {}
    removeChild (tooltip);
    }

    function mouseMove1(e:MouseEvent):void {}
    ToolTip.x = stage.mouseX;
    ToolTip.y = stage.mouseY - NavWindowMC. MC.height;
    }

  • Need help to make my printer work with the new laptop.

    I just bought a laptop ACER Aspire V5-571. At the Windows experience index. Intel (R) core, 64-bit. My current project is gettting my 2005 Dell all-in - one 944 to work with my new laptop. I passed on the line and installed the recommended driver and used the printer to scan a document I then sent an email, but for some reason my computer any it will not print a page from an online account. Keeps saying needs of troubleshooting and I need to download the driver, which I did, a Vista 7 64-bit-compatible driver. How can I make this work? or what other driver or update do I need?

    It seems that Vista drivers are the latest Dell has provided.  I noticed that, they say, you have to install all the drivers for this device before installing the Vista (s).  I found the link depending on whether you should check out

    http://support.Dell.com/support/topics/global.aspx/support/KCS/document?&docid=270659&doclang=en

    Some older printers have no Windows 7 drivers, but usually the work of those of Vista.  If they are not, you can use XP mode if you have the professional or Enterprise version of Windows 7 Ultimate.  If you have the Home Premium version, you can use him anytime upgrade to professional for $90.  Of course to buy a new printer is always an option too.

    As you probably know, it is the responsibility of the manufacturer to provide drivers.  Many manufacturers have refused to provide any Windows 7 drivers for older devices.

    Good luck.

  • HP Mini 110 laptop ca 1030: need a password in order to work around the error fatal to the power upward.

    When the dough on my laptop has stopped working, this morning, I powered up to a black screen, current password and then after 3 attempts, with serial number of machine fatal error message.

    Y at - it a password for my machine, I saw this question posted from other users.

    @Margaret55

    Enter e9loffvghi

    Use this code to go into the BIOS.

    Disable all passwords that are enabled.

    If demand for CURRENT password using this code.

    Request NEW password just press ENTER.

    If asked to hit just to CHECK password to enter.

    Save and exit.

    REO

  • Please help, I've updated my iPad has a few days, but by exploring my camera I discovered that the front camera did not work while the main or back camera is not working properly, please, anyone with a secure solution please share.  Thank you

    I have tried everything that I could even, to the extent where I hard reset my device, but that it does not work, no possible solution please share with me, that I will accept it gladly. Thanks in advance.

    Already restore you factory? If this is not the case, try this. If you have, or it did not help the cause can be hardware partner. Take it to your local Genius Bar or Apple authorized service provider. -AJ

  • HP ePrint only works for the main e-mail address, does NOT work for the other email address

    I have several e-mail addresses configured in the list of authorized sender, but it seems to work only for e-mail messages sent from the e-mail address (main) of the owner. I get a confirmation email when I use other e-mail addresses, saying that "labor received ePrint" but no dice.

    What gives?

    Thank you

    P

    Hi panchuparayil,

    Thank you for the update.

    Please start with the update of the printer by getting the latest Firmware and updates given that a firmware update available.  After completing the update of the firmware, please restart the printer.  Once the printer has been restarted, please try to send another email to the address of electronic mail of the ePrint printer.

  • Why some of my windows vista has stopped working on the main account.

    Help and support fuction no longer works. When you try to use help and support in the start menu, I get the error that this program under constrution. This works very well in my seconcary accout. This is for help and support, which is in the start menu. When the short cut is clicked on the window opens and the message appears indicating that the site is under construction?

    Hi, James.

    You can try this fix-
    Trouble Windows Vista Help & Support

    http://www.Windows-now.com/blogs/kmkenney/archive/2006/11/25/fix-Windows-Vista-Help-and-support.aspx

    or right-click on command prompt and select run as administrator

    Type the following regsvr32 msxml3.dll

    Press enter

    I can not open Help files that require the Windows Help program

    http://support.Microsoft.com/kb/917607

  • My Board didn't work and the main window screen appears as "guest."

    My administrator abilities remained with my name. But all my downloads and my main screen of windows can be found on "comments". "." And many major programs are on "comments, but I can't switch them me - the administrator." Help!

    Hello

    1. Since when are you facing this problem?

    2. don't you make recent changes?

    I suggest you to follow these steps and check if that helps:

    Method 1:

    Try to restore the system to an earlier point and check if it helps:

    http://support.Microsoft.com/kb/306084

    Method 2:

    Otherwise, I suggest to create a new user account and copy all the data to this account, see this link:

    http://support.Microsoft.com/kb/811151

    For more information, see this link:

    http://support.Microsoft.com/kb/555473

    It will be useful.

  • AnyConnect works at the main location and for internet, but not over the WAN

    I have a firewall of 5525 asa running an Anyconnect VPN.  I have three sites and it will be the access point for all.  There is a mpls wan between sites.  The Anyconnect IP pool is 192.168.165.x 255.255.255.0. In the primary site, the local IP addresses are 172.17.x.x 255.255.0.0 and 255.255.255.0 192.168.10.x legacy.  Remote sites are 192.168.20.x 255.255.255.0 and 192.168.30.x 255.255.255.0.

    From a PC to my LAN, I can reach the four lines and servers ping, tracert, and access by name or number.  When it is connected to the the anyconnect, I can only access the 172.17.x.x and 192.168.10.x.  We're set up for a lot of tunnel the VPN so this is important.  I tried to add routes to the routers on each side of the WAN to point 192.168.165.x traffic to the firewall's inside address based on a tip I read on the map here, but that did not help.  Any ideas where I should look next?

    Thanks for your help,

    Brad

    Cant it ASA itself remote peripheral ping at all sites?

    You have the NAT rules in place for example all traffic to the VPN range?

  • When a pdf file is open in a tab, automatic scrolling of the cushion does not work in the other tabs, but only for the specific PDF tab.

    The Tablet/mouse scroll function does not work for the other tabs when a PDF file is opened.

    Hi ESNE,.

    Have you checked to see if your PDF is updated? You should take a look at the Base files display PDF in Firefox article. There are lots of good information in there. You should try both of the suggested PDF Add-ons to see if this solves the problem.

    Hope this helps!

Maybe you are looking for

  • Delete my data from a browser using Firefox Sync navigation

    Yesterday I started using a tab in Firefox for Android, but I accidentally spent in a regular tab. And a junk site got registered in my story and as semi-automatic sugestion... I have not found a way to remove these individual entries, I'm desperate

  • COMPUTER LAPTOP WON'T PLAY MY MUSIC

    Hi, whenever I try to play music through my laptop it wil not play, I get a few seconds then take the following message: Windows media player has stopped playing. am not very good looking for failure, so don't know if its something I did or if it's a

  • EQUIUM A60: graphic ATI does not properly

    I HAVE AN EQUIUM A60 1 YEAR MESSAGE SUDDENLY CRASH SAID: ATI GRAPHICS CARD DOES NOT PROPERLY.CAN'T FIND THE DRIVERS UPDATED ON ATI OR MICROSOFT HELP PLEASE?

  • ProBook 650 1: Wireless not working not not on 1 650

    Wirelless does not work, drivers for BCM20702AO AND universal host controller serial are mandatory, I downloaded the drivers several times already, but not joy, I ran the recovery dvd for ProBook 640-650G 1 application and driver but I still have thi

  • Wireless, Ethernet normal slowdown!

    I run broadcom 1350 (also tried to 1370) on a dell inspiron 1150. In the last few weeks my Wireless has slowed down (.5 Mbps to 5 Mbps download), even if my upload speed on wireless and all about ethernet normal rest. Any ideas on what to check?