How can I create a one time mouseover that expands the stage

i have 4 circles on a stage that is 1000 px wide and 200 px high.  When I hover over one of the circles I want the stage to expand to 1000 px wide and 500 px high.  But I want that to only occurs once when I hover over any one of the circles.
SO I guess my question is how do a make a mouseover that only occurs once and does not repeat itself when I hover over that object again. 
Thanks!

Just add a variable in compositionReady
var open = true;
then on you mouseover event in compositionReady add
sym.$('circleName').bind('click', function(){
if(open==true){
// code for your mouseover
open=false;
}else{
// code for your other state

Similar Messages

  • My daughter accidentally dumped my iTouch into the tub.  It is ruined.  How can I receive my one time regrant on all the songs I've lost.  There were approximately 80 songs I purchased on iTunes.  They get me through the day!  Please help!

    My daughter accidentally dumped my iTouch into the bath tub.  It is ruined.  How can I receive my one time regrant to get back the 80 plus songs I purchased and downloaded on iTunes?  I'm devastated....please help!  My husband bought me the new iPhone4 for my new Mother's Day gift.  I would like to download all the songs I lost.  Thank you so much!

    You can redownload the songs as many times as you want, the "one time regrant" no longer exists. Make sure you are using the same apple id on both your dead itouch and your iphone 4. On your iphone 4 go to the itunes app > Purchased (may be under more based on your settings) at the top click not on this iphone, click all songs then click the little cloud next to each song you want to redownload. It will prompt you for your id and password and the begin your download

  • How can I create a one time cron schedule that would execute only once in C#?

    I have used cron schedule in C# to create an application that should trigger a job only once. This code piece is throwing an exception, An unhandled exception of type 'Quartz.SchedulerException' occurred in Quartz.dll
    Below is my code:
    class Program
    static void Main(string[] args)
    Test();
    public static void Test()
    ISchedulerFactory schedulerFactory = new StdSchedulerFactory();
    IScheduler scheduler = schedulerFactory.GetScheduler();
    IJobDetail jobDetail = JobBuilder.Create<SatellitePaymentGenerationJob>()
    .WithIdentity("TestJob")
    .Build();
    Console.WriteLine(DateBuilder.DateOf(16, 30, 00, 24, 2, 2015));
    //ITrigger trigger = TriggerBuilder.Create()
    // .ForJob(jobDetail)
    // .WithCronSchedule("0 0 12 20 4 ? *")
    // .WithIdentity("TestTrigger")
    // .StartNow()
    // .Build();
    ITrigger trigger = TriggerBuilder.Create()
    .WithDescription("Once")
    .WithSimpleSchedule(x => x.RepeatForever().WithRepeatCount(1))
    .StartAt(DateBuilder.DateOf(12, 43, 00, 26, 2, 2015))
    .Build();
    scheduler.ScheduleJob(jobDetail, trigger);
    scheduler.Start();
    internal class SatellitePaymentGenerationJob : IJob
    public void Execute(IJobExecutionContext context)
    Console.WriteLine("test");
    I believe that the way I have done scheduling to be execute only once is causing the issue. Please advice.
    mayooran99

    Hi mayooran99,
    From the additional information: Repeat Interval cannot be zero. The screenshot
    as below.
    You should specify a repeat interval in seconds. 
    Please try the following code
    ITrigger triggers = TriggerBuilder.Create()
    .WithDescription("Once")
    .WithSimpleSchedule(x => x
    .WithIntervalInSeconds(20)
    .RepeatForever())
    .StartAt(DateBuilder.DateOf(12, 43, 00, 26, 2, 2015))
    .Build();
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I create a Face Time account.  I have an Apple ID and password.  When I Google how to create an account all I get is what I need for the system

    I have a 13" MacPro.  How can I create a Face Time account.  I have an Apple ID and password.  When I Google how to create an account all I get is what I need for the system

    You don't need to create an account.   Your use your Apple ID to log into Facetime.
    If you haven't already you will need to download the Facetime App from the Mac App Store.
    https://itunes.apple.com/us/app/facetime/id414307850?mt=12&ls=1
    FaceTime for Mac: Troubleshooting FaceTime - Apple Support

  • How can I create multiple versions of a video within the same project?

    OK...this is a probably a very basic question but I'm not sure how to word it clearly.
    How can I create multiple versions of a video within the same project? What I mean is that I have a bout 50 minutes of video and I want to make two DVDs using different clips from this original 50 minutes of footage. It would be a real pain to have to re-import the video AGAIN for the second DVD. I suppose I could drop anything I don't want to burn to DVD back into the clips pane but that would wipe out all my transitions wouldn't it? I want to save each project in their “raw” form so I can burn additional DVDs later otherwise I would just do them one at a time and not care about one of them being destroyed.
    Wow...that was a mess. Does anyone understand what the heck I’m asking? I hope so.

    How can I create multiple versions of a video within the same project?
    You can't. You make separate projects using the same or different clips, segments, transitions, titles, etc. You can even duplicate the first project and then modify/make the desired changes in the duplicated project. Each project can then be burned as a different DVD or as different titles on the same DVD if there is enough room.

  • How can I create an active table of content in the sidebar to help readers to get to the section?

    How can I create an active table of content in the sidebar to help readers to get to the section?

    You can create bookmarks with Adobe Acrobat.

  • How can I create a new E-mail address for the Marketing Manager

    Hullo,
    how can I create a new E-mail address for the Marketing Manager (i.e. marketing professional role in SAP CRM) please.
    That when you go and create a new E-mail campaign you need to choose an E-mail form in addition to the E-mail address of the Marketing Manager.
    Kind Regards.

    Hi Alhussien
    Add it to his Position in the Organisational Model. Transaction PPOMA_CRM.
    Under there address section is an option to populate the email address.
    Regards
    Arden

  • How can I create a long employment form without making the form widget drag?

    How can I create a long employment form without making the form widget drag?

    Sorry Sachin, I mean that I created a simple form on the page from the widget and started adding fields to it. The more fields I add the slower the delay becomes in creating a new field. Even when I try to select and drag or move an item, there's a huge delay and sometimes the program feezes,  loose what i've done and have ot restart.
    I'm doing an enployment form that has more than 20 fields, at least, and I need to be able to build the fields in separate categories, like Education, Past Employment, etc... quickly without delay issues.
    I can probably send you a snap shot of what I'm talking about if I cna post it or attach it here..?
    ~Andy

  • How can i do a variable User exit that present the values before execute

    Hi Gurus,
    How can i do a variable User exit that present the values before execute, i need this:
    a variable that calculate SYS-DATUM until 30 days before (I got the code) but this  variable run automatic because is user exit, i want this variable but first present the values, not execute automatic, this is because the users want the report that automatic present the values , help

    Hi,
    Refer the below links,
    http://documentation.softwareag.com/natural/nat424mf/pdf/ops_mf/conf_usrex.pdf
    http://www.erpgenie.com/component/content/article/1097
    http://www.apentia-online.at/UP/Apentia/files/Article/SAP_BW_User_Exits_and_BAdIs.pdf
    Hope it helps you,
    Regards,
    Ravindra.

  • How can I create a one-click download for a PDF file?

    I want to have several PDF files on the website ... for downloading. How do I create a one-click download button? for those who don't know about control-right-clicking to download something?
    Does such a possibility exist?
    Ben

    Hi Quicktime Kirk,
    Thank you. And that leads me to another question: I've used the zip function before, with the idea of making a smaller file for transfers; but the PDF I get from Pages doesn't seem to compress any more when supposedly further compressed by .zip. Meaning, same size files.
    Is this supposed to be like this? And, just so I understand, the file needs to be a .zip file for this one-click function to work? Have I got that right? Or will it work just as well with the .pdf file? Given there is no difference in the compression.
    Ben

  • Can you create a custom iBook widget that accesses the ipad's camera?

    I am wanting to know if anyone has created a custom iBook widget that accesses the iPad's on-board camera? I will be creating and custom coding the widget myself. Thanks any feedback is welcome.

    nbal
    Premiere Elements offers disc menus for only
    DVD-VIDEO on DVD disc
    AVCHD on DVD disc
    or
    Blu-ray disc format on Blu-ray disc.
    The only exception is the feature named webDVD which is in reality a flash file with menus. Until proven otherwise, no way to get that on the iPad 2 unless with viewing from a web browser?
    http://help.adobe.com/en_US/premiereelements/using/WSeffff8bffc802084-7cb60a1912fd358c4a5- 7ff7.html
    ATR

  • How can I create a new behance account and migrate the content of the old behance account into the new one?

    I can't change the url of my old behance account so I need to start afresh with a new behance account... how can i migrate all content from the old url into the new one? thanks

    If you have a login questions - please contact Behance support directly. Behance is transitioning all logins to Adobe IDs this Spring 2014. If you signed up for Behance post April 10, 2014, your Behance login matches your Adobe ID exactly. If you signed up before this and are having trouble logging in, visit this section for more help, or contact Behance support. Please do not comment on this forum with login questions, as we're able to provide much faster, one-on-one support elsewhere.

  • How can I create a one image per page caption sheet that includes the description in Bridge?

    I am trying to find a way to create a one-image-per-page caption sheet for my workflow. I currently place each image into Word and copy the description onto the document, then repeat for each image. I am hoping that there is a way to automate this process using Bridge. I know that it can be done using Lightroom, however, that is not currently an option for me. Is this something that can be done or am I bound, like Sisyphus to Microsoft Word? I have a very limited grasp of scripting, but I feel like this is possible.
    Thanks for any help.

    To create a NetBoot image, you could just put the cluster node in target mode and attach it to your PowerBook. Then use SIU to create the NetBoot image.
    If you're trying to create a backup image of the disk, use hdiutil, or put in in target mode and create the image with Disk Utility.

  • HT2513 How can I create a calendar on iCal that shows up separate from my calendar?

    I want to create a new iCalendar for a friend. I have done File --> New Calendar and File --> New Calendar Group but a blank calendar does not appear. My calendar remains on the screen. I click on my Home and Work and then my friend's calendar but my calendar, not a new one, remains on the screen.  In other words, I want the other calendar to be on my computer but I want to be able to bring it up sparaately from my calendar.  How do I get a new calendar to come up?
    Also, my friend has a MacBook Pro and I will want to transfer the calendar to her when it is made. How do I do this?

    In iCal, you select on the left sidebar which calendars you want to be visible. You create a new calendar the way yoou describe it (File>New Calendar) and then in the left sidebar you make sure that this new calendar is the only one that has the checkbox checked. Then this calendar is the only one visible.
    When you want to transfer this calendar to your friend, choose File> export calendar. This will create an .ics file which you can send to your friend by email, dropbox etc. Your frien then just dobbelclick on the .ics file, and the calendar will be saved in iCal.

  • How can I "Put Back" a time machine backup from the trash to my external hard drive?

    Basically what happened was I accidentally put an older time machine backup from my external hard drive into the trash on my macbook. Since then, time machine has made new backups onto my external hard drive. How can I either "Put Back" or replace the deleted backup back into my hard drive?
    Whenever I try to move it it says "A newer item named “Backups.backupdb” already exists in this location. Do you want to replace it with the older one you’re moving?" I click replace and after a few minutes of loading, it says "Cannot replace. An item named "" already exists."

    As long as you don't delete the trash, the files should be recoverable.
    I suspect using the Put Back command could take a long time, so be patient.
    If your Time Machine backups are mixed with your daughter's backups you might want to buy a larger drive and move the Time Machine files to the new drive.
    Regarding missing photos in iPhoto...There might be options to rebuild/recover that data from iPhoto rather than trying to revert to a Time Machine backup.
    Check out this third party app, iPhoto Library Manager. It has a demo.
    http://www.fatcatsoftware.com/iplm/
    Options for a larger drive.
    I like the Seagate USB 3.0 Backup plus drives. Works on USB 2.0 ports. They come formatted for PC but easy to format in Disk Utility.
    I don't recommend Western Digital because of the boot problem with some of their drives.
    LaCie makes good drives.
    All Mac formatted drives will cost more and it’s easy to reformat with Disk Utility. Do not use the software that comes with the drives. It’s recommended that you use Apple’s Disk Utility.
    Prices vary but this gives you an idea of what you’ll find. As you notice the second and third TB is usually only $15 more per TB. Normally, you’ll find these prices but right now the 1T is more than the 2T
    Seagate Backup Plus 1 TB USB 3.0 $85
    Seagate Backup Plus 2 TB USB 3.0 $99
    Seagate Backup Plus 3 TB USB 3.0 $115
    I have seen the 3T on sale for $99.
    Locally, Best Buy seems to have the best prices.

Maybe you are looking for

  • SWF not working properly after upload

    I have a Flash gallery that works locally but not after upload.  I added several photos to the xml file and only the original 8 jpgs are displayed. http://federalhomecompany.com/bricktest/fireplaces.swf Here is the html file... http://federalhomecomp

  • Incomplete Posting of AR to GL

    Hi, EBS R12.0.4 We can not close AR period due to pending hang transactions. I raise and SR and the support give me this action plan. ACTION PLAN ========== 1. Run the concurrent program - transfer journal entries to GL. -- upload us log and output f

  • Centered text not centered on DVD

    I have created a movie from home videos.  I have used the "Vertical Drift" text in a couple places.  Even though the text shows in my preview window with no problems, when burned to a DVD, the text is cut off.  This happens on all settings on our TV

  • [JS][CS4] Remove all hidden page items?

    Hello, I'm trying to remove all hidden page items regardless of how many sublayers they are burried in. Is this possible? I wrote a snippet here that seems to only partly work. It removes all hidden page items unless two hidden items exist right afte

  • Embed HTML code in announcements body

    Every time i try to insert html code in the body of my announcement, I get the warning the html may have been modified and I get my code remove, any idea on how to fix this ?