Getting around the y axis until the user stops now button?

In my example below is there a way to have the user press the orange button and it makes the numbers continually down the axis y until the user stops now down on the orange button?

http://twistedpancreas.com/edge/Misc/MouseDown.zip

Thanks in advance.

Replace your original stage comments trigger action code is added to the code;

/ * Your original Code
sym.getComposition () .getStage ().getSymbol('lab_items').$('btn').bind ('touchstart mousedown', function (e) {})
sym.getComposition () .getStage () .getSymbol ('lab_items')
.getSymbol ('numbers')
. $('labMarks')
. Animate ({'top': '= 50px'}, 300, "linear");
});
Put an end to your Original Code * /.

New Code.

A function to maintain the method animate of continuous scrolling.

The trick here is with the last parameter scrollCont.

Which essentially calls the function (himself)

loop, until the mouseup is raised later

function scrollCont() {}
sym.getComposition () .getStage () .getSymbol ('lab_items')
.getSymbol ('numbers')
. $('labMarks')
. Animate ({'top': '= 50px'}, 300, "linear", scrollCont);
}

Stop() function continuous when scrolling

MouseUp is trigger, later

function stopScroll() {}
sym.getComposition () .getStage () .getSymbol ('lab_items')
.getSymbol ('numbers')
. $('labMarks').stop ();
}

Your mousedown touchstart remain valid; the add event

chaining the touchstart mouseup; which

When the trigger fires the stopScroll() function.

sym.getComposition () .getStage ().getSymbol('lab_items').$('btn').bind ('touchstart mousedown', function (e) {})
scrollCont();
.bind}) ('touchstart mouseup', Function {})
stopScroll();
});

End new Code.

HTH

Darrell

Tags: Edge Animate

Similar Questions

  • When you buy a used computer how do you get around the user so password down, you can load your commands on the computer

    When you buy a used computer how can you getaround left password buy the former owner, so you can to the low load you information

    Hello

    I'm sorry, but the strategy of microsoft in these forums, is that without assistance will be given about the lost, unknown or forgotten passwords

    read the policy at the link below

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-security/keeping-passwords-secure-Microsoft-policy-on/a5839e41-b80e-48c9-9d46-414bc8a8d9d4

    ______________________________________________________________

    and when you buy a second hand computer, because you never know what it contains or is used since, the best policy is to reinstall the operating system

    How to reinstall Vista

    Contact the manufacturer of the laptop computer and ask them to send you to vista recovery disks to reinstall the operating system back as it was when you bought it

    they do it for a nominal cost of $

    also ask them if you have a recovery partition on your hard drive to get back to the way you bought

    you would normally press F8, F9, F10 or F11 or Alt + F10 or 0 to start to start the recovery process according to the manufacturer

    Ask them of the exact key sequence

    or borrow a vista microsoft dvd; not a HP, Acer recovery disk etc

    Make sure that you borrow the correct 32-bit or 64-bit microsoft dvd to your computer

    they contain all versions of vista

    This is the product key that determines which version of vista is installed

    http://www.theeldergeek.com/Vista/vista_clean_installation.html

    How to replace Microsoft software or hardware, order service packs and replace product manuals

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

  • Any way to get around the problem of compaibility ITE 8211 ATA/ATAPI

    Any way to get around the problem of compaibility ITE 8211 ATA/ATAPI

    Hi EwenWood,

    You want to know a way around the issue of compatibility ITE 8211 ATA/ATAPI. I will help you in this problem.

    According to the Windows 8 Compatibility Center, we have all the information available for ITE 8211 ATA/ATAPI. Click here to know more: http://www.microsoft.com/en-us/windows/compatibility/win8/CompatCenter/ProductViewerWithDefaultFilters?TempOsid=win8&Locale=en-us&TextSearch=ITE%2B8211%2BATA%252fATAPI&Type=Both&CurrentPage=0&TotalPages=1&ShowCriteria=0&SortCriteria=Relevance&Compatibility=Unknown&LastRequested=14

    I suggest you to contact the manufacturers of devices for updated drivers.

    I hope this helps.

  • How to get around the problem of printing from the printer driver Adobe PDF for Notepad instead of a PDF Document?

    How to get around the problem of printing from the printer driver Adobe PDF for Notepad instead of a PDF Document? I tried the tool 'Repair Acrobat Installation' and other problems listed on the forums, but nothing worked. In the Notepad document is the following ' % [ProductName: distill] % X937B6DD4 not found, using the mail service.» X07BB154E not found, by using the messaging service. % [Page: 1] %% % [Page: 2] % % [Page: 3] % % [Page: 4] % % [Page: 5] % X4EEBB81F not found, by using the messaging service. %% [Error: invalidfont;] OffendingCommand: show; ErrorInfo: CharOffsets ss %% [Flushing: rest of work (end of file) will be ignored] %% %% [warning: PostScript error.] No PDF file produced. ] %%."

    The log file indicates that the Distiller cannot find fonts and besides, fonts with very weird names. (These names can often appear when printing from an application, WPF such as Internet Explorer 9, 10 or 11.)

    My best guess is that the problem is with the options set for the PostScript of PDF from Adobe printer driver instance. Exit the application you were initially impression since. Open the Adobe PDF printer Properties . Then click the Advanced tab. Then click on the button default printing . This should produce a significant window default print Adobe PDF is already opened in the Adobe PDF settings tab. On this tab, there is a checkbox to rely on system only fonts; do not use fonts in the document. If this box is checked, uncheck it and press apply , then OK. Then go to the general tab and press the button Preferences giving the window entitled Adobe PDF printing preferences. Again once, look for the box to rely on system only fonts; do not use document fonts. If this box is checked, uncheck it and press apply , then OK. Then back in the Adobe PDF Properties dialog box main, press apply (if it is enabled), and then click OK. Re-enter the app you were original print and try to print again. Let us know if that fixes the problem.

    -Dov

    PS: Unfortunately, rely on fonts system only turned on by default, causing problems for many applications. I always recommend turning it off (i.e., unchecking it)!

  • How to get all the users of the IOM, whose field Manager is not null or empty

    Hello world

    How to get all the users of the IOM, whose field Manager is not null or empty (using java code)

    Thank you

    Published by: user11205212 on January 18, 2010 12:38 AM

    Hey beginner,.

    I come to write this line where he can put his sql query... in the next post I provided the example sql also...

    Concerning
    VM

    Published by: user12280771 on January 18, 2010 22:11

  • How can I get my card of waveform to reset whenever the user presses a button?

    My program takes in an acquisition of input data and displays this signal in a continuous waveform chart. I wish that the previous values to remove the graphical display each time that the user presses a button (a Boolean toggle). Any ideas on how I can do this? I'm relatively new to Labview and don't know where to start to fix this problem.

    There is a property for this node.  Put something like this in your user interface loop, if you have a.

  • How can I get around the screen of the user account?

    Original title: bypass the restore to the starting point

    Hello, recently, I chose to use the system restore and everything seems fine, except at the beginning: W7 boot computer and be ready to go.

    Now, computer displays a screen showing as the only user and I must press the space bar to get to W7
    How can I fix to bypass the screen of the user?
    (I'm talking the same screen you get when your computer was asleep and you open the lid to wake up).
    Thank you.
    Jmont_rose

    Hi Jmont_rose,

    Welcome to the Microsoft community. According to the description you want to bypass the login screen of the user.

    ·         You want to bypass the login screen and go directly to the desktop?

    If so, I suggest you follow these steps:

    (a) press Windows Key + R.

    (b) type control userpasswords2 in execution prompt and press enter.

    (c) uncheck users must enter a user name and password to use this computer.

    (d) click on apply.

    (e) enter your user name and password. Click OK two times.

    I hope this helps. Let us know if you need help with Windows related issues. We will be happy to help you.

  • How can I stop a slide until the user clicks a button?

    I would like to pause a slide until the user clicks on a button (that I created on a Smartshape). The thing is that I have not added a box of click on the smartshape object but have only together properties smartshape to 'use like Button '. If I add a clickbox object, I would get a ' project Pause until that the user clicks on ' in the section property options. However using a smartshape as a button, I can't find this option. I use 6 Captivate. It seems strange that I expect to see the same checkbox option, even if I had to use a smartshape as a button but I did not. Can't someone help me and let me know if I'm missing something.

    Of course, I could use a clickbox on my smartshape to achieve what I want, but I want to avoid this for two reasons:

    1. I want to avoid adding another object when I don't need.
    2. My smartshape is a right arrow (indicating 'Start'), and I'm not a square box sitting on top of a triangle, click because it shows just the hand pointer even if the cursor is not exactly on the arrow button as it enter the clickbox area.

    Thank you

    Sean

    Click the smart shape, go to properties > accordion Timing > Pause after and determine the number of seconds since the start of the slide to break him.

  • Satellite Pro L100: How can I get around the startup password?

    Hello

    We have a Satellite Pro L100 PSLA4E and unfortunately, a startup password has been entered that we do not know. Does anyone have ideas how we can get around this?

    Thanks for your time, any ideas are greatly appreciated.

    BEAK

    Hello

    If you mean the BIOS password, then I have some bad news for you.
    If the BIOS password is not known to you, you can't bypass the password.
    This can be done by the partner of service authorized in your country.

    Just ask the guys for a helpa? ¦

  • Add a printer on a vista laptop on. Canon pixma ip3600 Office xp wireless worked until the laptop stops. now get error when you try to connect to it.

    computer Vista laptop does not connect to destop printer

    Add a printer on a computer laptop port local \\computer\printer) on the computer vista laptop. (for xp wireless canon pixma ip3600 Office worked until computer laptop shutdown. now get error when trying to connect.) How to install printer permanent on laptop?

    Hello

    1. What is the exact error message you get?

    I suggest you to refer to this link and check if it helps:

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-network-printer-problems

    It will be useful.

  • How do you get around the use of the introductory cartridges when installing?

    I got a co-worker that has never been used or installed a printer.  I changed the cartridges, and now I'm trying to install it I can't past the "wrong cartridge" message on the screen.  How can I get around that to install the printer.  It is a photosmart C7280 printer.

    I don't think you can.  The 'starter' cartridges are partially designed to regionalize the printer (THE USA or Japan, etc.)

    I think that if you call HP (1-800-HP INVENT), they can reset that, but I'm not 100% sure on that

  • By As3: Is it possible to get the URL of the user as I buttons on AS2?

    By As3: is it possible to get the user URL as I did of buttons on AS2?

    https://www.Google.com/search?q=AS3+get+current+URL

  • How can I get around the limit of characters in the option "print pages."

    I have a fairly large PDF file and I need to print some pages (for example, pages 1, 324, 456, 759, 812, 946, 1206, 1562, 1792, etc.). However, when I click on print and try to type in the pages, there is a character limit, and it is much smaller than the number of characters that I need to type. Is there a way to get around this? Thank you.

    OK I found the answer. CTRL + J opens the console (you must enable javascript). The following script will extract pages to a new document, and then you can just print these pages. All you need to do is complete the table "pageArray" with a list of your pages, separated by commas. It does not support the ranges.

    Extracts from the pages listed in a new document

    var pageArray = [INSERT YOUR LIST OF PAGE NUMBERS HERE, SEPARATED BY COMMAS];

    If (pageArray.length > 0) {}

    var d = app.newDoc ();    This will add a blank page, remove that once we are done

    for (var n = 0; n)< pagearray.length;="" n++)="">

    d.insertPages ({}

    nPage: d.numPages - 1,.

    cPath: this.path,.

    Start: pageArray [n] - 1,.

    nEnd: pageArray [n] - 1,.

    } );

    }

    delete the first page

    d.deletePages (0);

    }

  • How to get around the process of authentication of the Complutense University of MADRID

    Hi all

    I use Oracle Content Server and I need to get the file directly so I can attach my mail application. However, I am able to get the native file using this URL:


    http://localhost:16200/cs/idcplg? IdcService = GET_FILE & dID = 29401 & dDocName = IPM_029601 & allowInterrupt = 1

    But as soon as I click on that URL, it shows me the Login Page and after you submit the user name and password, it gives me the file to save to my local computer.
    I need to bypass the authentication page, and I need this file directly to save on my local computer.
    Is there a method that I can implement to pass the credentials as hardcoded or is it possible to pass the credentials in the url GET_FILE above.

    Please suggest!
    Urgent!

    Thank you...

    Taken the lead here: service GET_FILE p does not accept user and password settings. He worked while authentication has been cached in the browser.

    If you can handle protocols SOAP & WSDL side client (Visual Basic or Java), then there is the solution to get the file from the Complutense University of MADRID with a proper authentication. It is a GetFile.wsdl to start.

    http://download.Oracle.com/docs/CD/E17904_01/doc.1111/e10807/a01_wsdl_and_soap.htm

    and 10gR 3 manual with even better examples:

    http://download.Oracle.com/docs/CD/E10316_01/CS/cs_doc_10/documentation/addons/soap_wsdl_10en.PDF

    Kind regards
    Boris

  • How can I get around the global script protection in my CMS?

    We enabled on our server global script protection CF.  I am the admin of right.  The tags it will search and replaces it with "invalidTag" are the ones who are in the file of neo - security.xml:

    object | IFRAME | incorporate | XSS | script | JavaScript | applet | Meta

    However, we occasionally have to introduce these tags pages controlled by our CMS, which of course go in a database.  When this happens the tags are replaced by 'invalidTag '.

    I want and need script enabled to prevent protection against pirates, but I also want to be able to add these tags to our local CMS.  What is the best way to get around this?  At the present time, I actually had to remove' object 'and 'integrate' in the list however it scans, but I feel that this will defeat the purpose.

    When I googled this problem that I've seen a couple of hacks that had something to do with the re-write of the tag after he sent in the database, but that seems kind of varnish for me.  I wonder if I am missing a simple trick to get around this problem.  But then I suppose that if I could, a hacker could.

    Thanks for any advice.

    Thank you for that clarification. I think that you said succinctly yourself: 'I actually had to remove' object 'and 'integrate' in the list it scans against, but I feel that this will defeat the purpose. I think it's a matter of weighing the risks and benefits and then make a choice.

Maybe you are looking for