Can different symbols share the same trigger?

Hi!
i have 4 buttons all animated on the same timeline. Each is text that's converted into a symbol.
i used sym.getSymbol("about").play("over"); for each with their respective symbol names in the hopes that each with trigger individually, but mousing over one triggers the rest too.
Can anyone point me in the right direction pls? Thx!

Hey Mate,
sym.getSymbol("about").play("over" ); is asking to play a timeline from a symbol called "about".
However this isn't what is set up.
if you were type sym.play("over"); what you'll find is that all of the contact/gallery etc will animate.
you need to create a symbol for each button and copy those triggers and animations details into that symbol OR if you want to use the stage timeline (recommend only if a basic comp or site) then spread those animations out and triggers. 
i.e aboutOver and galleryOver
Best to create individual symbol for each button and then click on "open actions' for each of those buttons and add the mouse enter / mouse leave / click actions there.

Similar Messages

  • Can two people share the same Apple ID on two different iPhones and maintain different passwords?  Yes, there is more to the story.

    I have an iMac, and iPhone.  I've had my Apple ID for a few years. 
    My wife got an iPhone 4S a few months back and the salesperson at Verizon set her Apple ID the same as mine, but gave her a different password.  I don't know if this was ok, but that is what happened.
    So, yesterday, we both upgraded to IOS6 and I had no problem logging in to my iPhone with my Apple ID.  When my wife went to log in, she was told that she was entering the wrong password. We entered the password over and over again and still was wrong.
    The question is... can two people share the same Apple ID on two different iPhones and maintain different passwords?  (I have the feeling her iPhone is thinking that since it's my Apple ID, it wants my password.)
    If not, can I still set up a new Apple ID for her even through she's had the iPhone for a few months?
    Thanks.

    Hi
    You shold follow your feelings, its probably right most of the time.
    You can have 5 different devices hucked upp to one Apple ID. What I have done is that my wife and I have one Apple ID, when I bye a new app on my phone, She gets it to. Thats nice.
    You can allways set upp a new Apple ID for your wife.

  • Can 2 websites share the same cookie?

    Hi,
    Can two different websites share the same cookie?
    For example, Blah-Forums.com and Blah-Store.com are
    interlinked and share the same
    audience. When a person signs on at Blah-Forums.com, I want
    to make it so that he/she
    can move to Blah-Store.com and retrieve their cart items from
    Blah-Store.com without having
    to sign on again.
    Can this be done?
    Thanks in advance,
    Joe

    Cookies get set, and are sent back, based on the domain name
    of the resource that is setting the cookie.
    If the page that sets the cookie was requested as:
    http://www.mydomain.com/foo.cfm
    then the cookie will be set on www.mydomain.com.
    (Note: alternately, you can specify that you want the cookie
    to be set on the domain without including the subdomain. In that
    case, the cookie would be set on mydomain.com and the browser would
    return that cookie for any requests to mydomain.com, or
    *.mydomain.com)
    If the page that sets the cookie was requested as:
    http://192.168.1.1/foo.cfm
    then the cookie will be set on 192.168.1.1.
    Web browsers only send cookies back to servers when the
    domain being requested matches one of the domains in one of the
    cookies. So a subsequent request to www.mydomain.com will send the
    first cookie, and a subsequent request to 192.168.1.1 will send the
    second cookie.
    Web browsers don't do a DNS lookup of the domain and also
    send the cookies corresponding to that IP address.

  • HT204053 can two devices share the same apple id

    can two devices share the same apple id

    Yes.
    According to this Support Article  >  http://support.apple.com/kb/HT4627
    Your Apple ID can have up to 10 devices and computers (combined) associated with it.

  • Can a company share the same Digital ID?

    Hi,
    I'm trying to get to grips with how Adobe's Digital ID encryption works.
    I have a document that I send out regularly to clients that needs protecting and I believe that the pubic/private encryption key is the best thing.
    I have a question: Can a company or several computers share the same Digital ID? For example, I usually work on my main computer but occassionally if I'm travelling I have to use my laptop to send out the document etc. Can multiple computers share the same ID? If so, how do I do this? I don't want to have set everybody up on my main computer and then my laptop etc... my clients won't be happy.
    Thanks!
    -blueunderground

    Thanks for your response.
    I want to have access to my digital ID on more than one computer so I can apply certificate security. I've created a digital ID on my laptop, can I then transfer it to my main pc?
    When I said 'my clients won't be happy' I meant if I have to create a new digital ID on every device I use and then add each client (i have over 100) multipe times to each device I use.. they will get annoyed. Do you see what I'm saying?
    All i want to know is if I create a digital ID on my laptop, can I then transfer it to my main pc? if so, how do I do this?
    Thanks,

  • Can two people share the same library?

    I installed a new mac mini which we're planning on using as a media hub and as a machine to sync my iphone from.  I want to have a "Server" login on it just for itunes to run the backend for Apple TV.  However, I'd also like my itunes library on my "Personal" login.  Can I share the same library betwixt the two (if put into the Shared folder?) or do I have to set it up in my Personal and then share it to the Server login?  If I do that, don't I have to login to both and run itunes before it'll work?  I'd like to avoid anything like that because I travel often and want something my family can leave on and reboot easily while I'm away, without giving my kids access to my Personal login.

    Hi chris brian,
    If you are looking to share the same iTunes library between multiple user accounts on the same Mac, you may find the following article helpful:
    iTunes: How to share music between different user accounts on a single computer
    Regards,
    - Brenden

  • Can multiple threads share the same cursor in berkeley db java edition?

    We use berkeley db to store our path computation results. We now have two threads which need to retrieve records from database. Specifically, the first thread accesses the database from the very beginning and read a certain number of records. Then, the second thread needs to access the database and read the rest records starting from the position where the cursor stops in the first thread. But, now, I cannot let these two threads share the same cursor. So, I have to open the database separately in two threads and use individual cursor for each thread. This means I have to in the second thread let the cursor skip the first certain number of records and then read the rest records. However, in this way, it is a waste of time letting the second thread skip a certain of records. It will be ideal for us that the second thread can start reading the record just from the place where the first thread stops. Actually, I have tried using transactional cursor and wanted to let the two threads share the same transactional cursor. But it seems that this didn't work.
    Can anyone give any suggestion? Thank you so much!
    sgao

    If your question is really about using the BDB Java Edition product please post to the JE forum:
    Berkeley DB Java Edition
    If your question is about using the Java API of the BDB (C-based) product, then this is the correct forum.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • HT4528 Can two phones share the same Apple ID or will this cause confusion?

    Can an I4s and an I5 share the same apple ID or does this cause sonfusion?

    it result in them getting all the same messages if one have turned on imessage
    and it result in them not being able to facetime eachother

  • Can multiple portlets share the same pageflow ?

    What is the framework behaviour if two distincts portlets are based on the same
    pageflow .jpf file.
    Will they share the classe instance or will it be two distincts page flow instances.

    Yes, multiple portlets can share the same pageflow, and the instances
    will be separate.
    Subbu
    Olivier wrote:
    What is the framework behaviour if two distincts portlets are based on the same
    pageflow .jpf file.
    Will they share the classe instance or will it be two distincts page flow instances.

  • Can ias1020, ias1022 share the same database ?

    I am wondering if multiple iAS versions can be installed in the same database ? I have iAS1022 with portal 3.0.9.8 installed. Now I need to install a lower version of iAS containing portal 3.0.6 in order to upgrade portal to 3.0.8. Can this be also installed in the same database ?
    Thanks for any replies
    null

    You're correct if you use broker id then this id is appended to the schema name. So each table name in each schema will have the following format table_name+brokerid. This way you can use the same database for different brokers.
    Tom

  • Can two ipads share the same icloud account

    hello. My wife and i recently added a second ipad to our household (his and hers). We would like to share the same icloud account fior photo streaming and music and such, but want to have our seperate emails, contacts and calendars on each ipad. Is this possible without having to create seperate icloud accounts?

    Don't understand what you are trying to do.
    You said 2 iPads using the same iCloud acoount, are you try to switch to another iCloud account?
    Then you need to delete the one you have on iPad. Deleting iPad iCloud account do not delete the content in iCloud. You will be asked.

  • Can two users share the same mac desktop with two different iTunes accounts

    I have a mac desktop, my husband and I share the mailbox for our emails but he has his itunes account on the computer. I have mine on an old mac laptop wHich is not working well any longer. Can I create a second Itunes on the desktop so we could both use the same computer yet keep our music separate

    You can.
    Your home account can have its own hard drive.
    iTunes Media Library can be shared. Or not.
    Even have your own boot drive if needed and you have different applications and configuration.
    The Mac Pro and OS X are designed for multiple users. Not being limited to just one (or two, now that SSDs have found their way into iMac and laptops) has allowed more people to off load their media and data from the boot drive, which is always good.
    How to import, move, and use iTunes
    http://www.apple.com/support/itunes
    and of course the forum for itunes for more troubleshooting

  • Can 2 different iphones share the same apple ID?

    Can my husband who just got a I phone use my apple ID?  He wants to get our Itunes from the computer on his phone.

    You can share iTunes content using the same Apple ID, but for everything else...iCloud, iMessage, FaceTime...your husband needs his own Apple ID. If you don't set things up that way, you'll have a mess on your hands. You can create an Apple ID here:
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    Must be a verified email address.

  • Can two iPhones share the same apple id?

    I have a white iPhone 4 and i just bought a new black iPhone 4. Can I activiate the new black iPhone 4 and use the same apple id on both of them? Will all the music be shared? Can I have access to the account on both phones?

    No. The only information that may be transferred between the two is music, apps, or books if automatic downloads are turned on within Settings>iTunes and App Stores. However if you use the same Apple ID for iCloud on both devices they will share whatever information you share with iCloud. For instance if you have different contacts on both phones and use the same iCloud account with both of them they will then show a combination of the two contact libraries on both phones. So if you add a contact to one iPhone it will add the same contact to the other. The same goes with deleting contacts as well. Hope this helps.

  • How do different users share the same calendar and contacts information?

    My family has several macs with different users. We all have the same contacts and calendars so everyon just logs into the same icloud account. But we would like to be able to use the beta messages and for that matter mail without everyone seeing eachothers mail and messages. Is it possible to set that up using iCloud?

    Thanks for the info. I can see that for mail, contacts and calendar. But not for Itunes, Messages, or Photostream. And I can't see it at all on the iPhones or iPads. Am I missing something? (I neglected to mention the other devices)
    To be more explicit, my family members would like to share Itunes, Photostream, Contacts, and Calendars, but not email or Messages from the Beta Messages.

Maybe you are looking for

  • Using terminal to change IP address

    One emac has gone odd. It refuses it acknowledge the server and it has locked its IP address off the network. It retains the server prefs and won't let me use the sys prefs to open network. (I work in a school - obviously I lock them 80 ). Can anyone

  • CRS with 10GE port

    Hi , As of now we use 1 port 10GE card only (Cisco 1-Port 10-Gigabit Ethernet LAN/WAN-PHY SPA) in our CRS connects to Core backbone. We might need 10GE for access now to provide 10GE to PE ( pure ethernet not any optical technology). I was trying to

  • VFP Vs Oracle 9i

    I want to use Visual FoxPro and Oracle 9i database to develop a software.I want to get more details about how use VFP to develop with Oracle 9i database? Thanks

  • Add/Remove Text Lines FCPX

    In FCPX, with the title design called "Winner's Circle" it is set at default to have 5 text lines. I only need 2 text lines for this title. The amount of text lines determines how many times "winner's circle" repeats the animation. It is repeating it

  • SSL vulnerability

    I am currently investigating the recent SSL vulnerability announced by Cisco, http://www.cisco.com/en/US/products/products_security_advisory09186a0080847c49.shtml I would like to know if our SSL modules (WS-SVC-SSL-1) running version 3.1(1) are affec