Scrubbing a wheel and turning a pot with Edge Animate!

Hi all!
With the wonderful Edge Animate and the external JQuery Ui library (for the drag), I've made a wheel that you can move with a scrubber-bar.
The original, super-useful code from wich I started is made by JackPister in this thread: http://forums.adobe.com/message/4752554#4752554.
I've used Jquery Ui for dragging so I've simplified the code.
Here's a  prototype: http://www.terredainventare.it/edge/wheel/Wheel.html.
Here are the Edge project files: http://www.terredainventare.it/edge/wheel/Wheel.zip
Now, (almost) all is working, but I have two question for the Forum readers and the Edge Animate experts and staff:
1) do you see that when I hover with the mouse on the scrubber, the wheel moves? Why this?
2) What if I would (and I want!) build a circular scrubber that moves together with the wheel? I'm more explicit with these picture. It would be like a pot that you move dragging the handle!!
Many thanks for your help!!!
Davide

Thanks for you quick feedback, Jack!
1) Yes, your/Darrel's solution it's sure more elegant but I need to use JQuery Ui library so I can use the handle-option to build the handle of the pot.... Any hint about the use of JQuery Ui for dragging without this tedious "over" effetct?
2) Here http://threedubmedia.com/code/event/drag I've found this code:
<script type="text/javascript">
jQuery(function($){
   $('.drag')
      .drag('start',function( ev, dd ){
         if ( !$.data( this, 'circle' ) )
            $.data( this, 'circle', {
               radius: 160,
               centerX: dd.originalX + 160 + 30,
               centerY: dd.originalY + 30
      .drag(function( ev, dd ){
         var data = $.data( this, 'circle' ),
         angle = Math.atan2( ev.pageX - data.centerX, ev.pageY - data.centerY );
         $( this ).css({
            top: data.centerY + Math.cos( angle ) * data.radius - 30,
            left: data.centerX + Math.sin( angle ) * data.radius - 30
</script>
<h1>Circular Drag Demo</h1>
<p>Drag the boxes around the page, they only move along a circular path.</p>
<div class="drag" style="left:60px;">&bull;</div>
<div class="drag" style="left:170px;">&bull;</div>
<div class="drag" style="left:280px;">&bull;</div>
<style type="text/css">
body {
   background: #FFF url("http://threedubmedia.com/inc/img/circles.gif") no-repeat 0px 0px;
.drag {
   position: absolute;
   border: 1px solid #89B;
   background: #BCE;
   height: 58px;
   width: 58px;
   top: 180px;
   cursor: move;
   text-align: center;
   font: 24px/62px "Courier New", Courier, monospace;
   filter: alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: 0.75;
</style>
Do you think can be useful?
Many many thanks!!!
Davide

Similar Messages

  • Glitches and Load Speed Issues with Edge Animate Site

    I recently created a website at www.goshowpro.com and am having some glitches and load issues occur and would appreciate any help or insight into the matter. The site loads relatively quickly on my computer and my hosting servers technical support system but when I show it to my client it takes anywhere from 15-20 seconds, even after I have cleared the cache and cookies. All my image files are 'gifs' as to alleviate memory usage and I don't know what else to do that I haven't tried yet. Additionally, when you go to the services page from the about page, the light beams don't connect to the lighting fixtures and the text is placed differently than what I initially had in Adobe Edge Animate before I published the files. And the facebook link doesn't go to facebook but to www.goshowpro.com/facebook.... (ie I get a 404 error) even though in the program I have the link set as www.facebook.com....  I don't know what else to do besides what I have been doing and would very much appreciate any insight into these issues.
    I should also mention that I used more html files than I initially planned due to lack of support on creating complete animation functionality with Edge Animate. I would like to have everything on one page but I don't know if that would be possible with the current version of Adobe Edge Animate (1.0.1.204.22434). Thank you again for your help.
    Mike

    Hi, Mike-
    Have you tried profiling?  You can use Firefox's Firebug or Google Chrome Inspector to see what's taking so long to download.
    http://blogs.adobe.com/edge/2012/01/04/why-cant-it-just-work/
    -Elaine

  • My LG Spectrum will not stay on, keeps shutting off and turning back on with no signal and shuts off again

    My LG Spectrum will not stay on, keeps shutting off and turning back on with no signal and shuts off again

        Thanks for keeping us posted lizy7796. May I ask did the replacement device resolved the powering concern? Also, how much available device memory do you have after you restored your info onto the new device? If you have any additional questions then as always we're here to help.
    Thank you…
    ArnettH_VZW
    Follow us on Twitter @VZWSupport

  • Buttons created with edge animate are not working on android and windows devices

    Hello, I created a moble version of my website with edge animate (3.0).
    The menue-bars/buttons work fine with iphone and ipad, but not with android and windows devices.
    http://www.design-werk.org/buchgestaltung_kunstbuch.html
    Does anyone have an idea and can help me with that?
    Thank you guys,
    Wolfram

    Hello, I created a moble version of my website with edge animate (3.0).
    The menue-bars/buttons work fine with iphone and ipad, but not with android and windows devices.
    http://www.design-werk.org/buchgestaltung_kunstbuch.html
    Does anyone have an idea and can help me with that?
    Thank you guys,
    Wolfram

  • How to zoom and pan with Edge animate?

    Hi,
    I have been trying to make a project with Edge Animate, it is all about an image, but I want to be able to zoom and pan the image. Can you please send me an example if there is any around? or Can you explain me how to zoom and pan with Edge Animate?
    Thanks,
    Guasch

    I am having this same issue! I am searching through forums on what tools to use to create a good zoom and pan on an image that contains hyperlinks an other things, developed in Adobe Edge Animate.
    So far, here are some solutions I have come across:
    http://craigfrancis.github.io/zoomify/
    http://zynga.github.io/scroller/demo/dom.html
    These two seem to be the closest solutions to what I'm looking for. Now I just have to integrate the javascript into my adobe ege animate composition. Hopefully that won't be too hard. Are there any suggestions from the adobe community on how to do this?

  • Update only a part of a project with Edge Animate CC 2014.1.1 PROBLEM

    WIN 8.1
    Edge Animate CC 2014.1.1
    Firefox 35.0
    The Problem started after Update to Edge Animate CC 2014.1.1
    I want to update text which is an Edge Animate file
    The original Project was programmed with Edge Animate 1.0(not CC)
    After I made the changes and saved the file I get a “updatedtext_upgraded” folder that contains the new files.
    I am not sure what to do with that folder:
    A) Do I have to exchange the data from the Folder ”updatedtext_upgraded”?
    or
    B) Do I have to put the whole project into the folder “updatedtext1_upgraded”?
    or
    C) Do I have to develop the whole Project new with AN CC 2014.1.1?
    Thank you

    I am currently having issues opening older compositions in 2014.1.1
    I have never used an earlier version but have a large project and I am using EA for the first time.
    Before I started it I gathered many tutorials and downloaded examples of the features I would need in my new project only to find that they all were created in earlier versions of EA and when I publish from my version they are not working properly in a wide variety of ways.
    It seems there are few tutorials built for the very latest version - things like custom scrollbars for text and loading and unloading composiitons - see huge lists online of things Adobe have apparently 'fixed' with this version but it feels like other things are broken.
    I am now desperately searching for information on what exactly is deprecated and what I need to do to get files working correctly.
    Very worried indeed.

  • JS error on export with Edge Animate?

    Ive just started messing around with Edge Animate and Muse.  The first time or two that I exported it worked.  But I'm not sure what I did but now everytime I export I ge tthis:
    http://i.imgur.com/gtqQDiH.png
    It runs FINE in the preview, but when I export I get this error everytime.
    Even with a new site and a new animation.

    Hi,
    Great. I must tell you that the most common cause of JavaScript errors on a Muse page is .js files missing from the server or .js files, or other files on the server, not all being from the save version of Muse. If you're using an external FTP client, you must re-upload all files and folders whenever a site is exported using an updated version of Muse (since the code generated by Muse changes from release to release to improve page load performance, support new features, address new browser versions and/or devices, etc., etc.).
    The second most common cause of JavaScript errors on a Muse page is buggy embed code and/or embed code that conflicts with the JavaScript used by Muse.
    Regards,
    Rohit Nair

  • Is snippet master compatible with edge animate? Or another easy to use cms?

    I am looking for an easy way for clients to update their website text, and am looking at making a whole site with edge animate.
    Any ideas? From anyone who has tried this?
    Thank you.

    Hi there,
    Thanks for your suggestions! We're looking at ways to make the timeline more flexible as far as nesting and/or hiding elements, so hopefully these types of improvements will come as Animate continues to grow. Just wanted to quickly pop in to address a few of your bullet points - hopefully, other Animate users can answer regarding whether they use Animate for software simulation.
    Your first two points (I think) can be at least somewhat addressed by using symbols. Each symbol has its own timeline which can contain many elements, but it will appear as a single element in the main (Stage) timeline.
    Regarding video, there's currently only one HTML5 browser that natively supports video with alpha transparency: Chrome, using video encoded to the webm format. See here for more info: Alpha transparency in Chrome video - HTML5Rocks Updates
    Once other browsers start incorporating native support for video with transparency, this could be pretty cool. But as of now, native browser support is still quite limited.
    Thanks,
    Joe

  • How can I capture a snapshot/screenshot from my game made with edge animate

    I am wondering if its possible to put a symbol button inside edge animate once the user clicks on it it downloads a screenshot from the current screen the user is on because it's a required inside the project I have made and the client is really asking for this advantage and I made the whole game with edge animate so please if anyone has any solutions to tell me about them..Thanks

    Hey, HeavenChains-
    We don't use canvas natively, so the html5 canvas screenshot may not work for you.  I did a quick websearch and there are libraries out there that may take a screenshot for you, but you may want to be wary due to privacy concerns with using third party software.
    Here's one of the ones I found (please don't take this as a recommendation, as I haven't tried it myself):
    http://grabz.it/api/javascript/
    Hope that helps,
    -Elaine

  • Constant crashes with Edge Animate and Yosemite

    I'm using Edge Animate running on a macbook pro and it is crashing every few minutes (like many others are reporting).
    The program is up-to-date. I have uninstalled and reinstalled it.
    Sometimes after a minute or two of working, the display features disappear. Old bounding boxes remain but, with some careful cursor action, I can still manipulate the image or symbol. . .  until the entire program freezes. Other times things just stop working (e.g., motion paths). The only solution is to force quit the program -- the button on the crash notice rarely works.
    Each time it crashes, it seems to create another Adobe Edge Animate CC 2014.1 Helper in the Activity Monitor (don't know what that means). I've tried deleting them but it doesn't help.
    In the console, I get
    2/18/15 9:16:30.612 AM Adobe Edge Animate CC 2014.1[4172]: *** Assertion failure in -[NSEvent subtype], /SourceCache/AppKit/AppKit-1343.16/AppKit.subproj/NSEvent.m:2427
    There are 43 lines (!!!) that are identical to the one above.
    This is obviously a known problem and needs to be acknowledged and fixed!

    Hi L Nordstrom,
    - If you have Dropbox installed, uninstall the software and retry.
    - If you are accessing files from a remote network, copy them to your local computer, and retry.
    Let us know if you still face issues.
    Thanks,
    Preran

  • Broken phone. Still in contract. Can I pay ETF and sign back up with Edge?

    Please help me with the best option for my situation: I have a broken phone and about a year left on my contract. I ultimately would like to get on edge when I ge ta new phone. Would I be able to pay the early termination fee to get out of my contract and then sign back up with edge on my same family plan? Is there a better option for me?

        vette311,
    Ouch, sorry to hear about your phone. Let's find out what the best option would be to get you into a new device. Is they device physically broken? Is there water damage to the phone? If you have insurance on the line you can always make a claim: http://bit.ly/07CrqPK
    When are you actually able to upgrade on your line? You can always check that by dialing #UPG from the Verizon Wireless device. Or you can always log onto your My Verizon to check the date as well. Please keep us posted.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • Working with Edge Animate, how do you change layer colors and and names of layers?

    For many years, I have worked with Adobe Photoshop, and the ability to change layer color or the name of layers is quite easy. I have been reading around about how to do this with Edge, but, can't find any information on how I might be able to do this. Can you help?
    Thank you!
    LainKennedy

    Hi Darrell,
    Thank you for your answer. When I double click on the layer name, it opens for a second, then closes. I have tried to close the app, shut down my workstation, throw out the preferences, and, nothing seems to work. Am I doing something wrong?
    Thank you, again, for your timly answer. Really appreciate your help.
    Lain

  • Working With Edge Animate and Business Catalyst

    Does anyone work with a site with incorporates Edge Animations that is hosted on Business Catalyst?  I am asking because my Edge animations run fine on my page on preview in browser but do not run at all when uploaded to BC.  Here is my script:
    Thank you.

    If you are working with your Business Catalyst site in Dreamweaver, I know you can publish from Edge Animate to an .oam file, then insert this into your BC site in Dreamweaver using Insert > Edge Animate Composition.
    Just make sure to upload both the edgeanimate_assets folder and the actual project folder, or else it will not work.
    If you are not going through Dreamweaver, you should still be able to utilize the animation; however, you would just need to (a) make sure the <!--Adobe Edge Runtime--> code gets put into the <head> of your BC site, (b) upload all the necessary files (i.e. the .js files and any assets), and (c) correctly reference their locations in the code.
    e.g. if you upload the Index_Desktop_Animation_2_edgePreload.js file to the root of your site, you would need to change the src="/Index_Desktop_Animation_2_edgePreload.js" to make sure the file would load properly.

  • Problem with Edge animate and epub3.

    Greetings
    I created some interactive web pages using adobe edge animate cc for a book that will be displayed on ipad (Epub 3)
    when I test the web pages on pc they are displayed exactly as I want them to be.
    But when I try them on Ipad It shows no images.
    So I tried to append the images using some JQuey code
    $('#Stage').append("<img src = '....' />");
    and then when I tried to test this on Ipad all images where invisible too but when I rotated the device 90 degrees
    all images became visible.
    So when viewing those pages all images are invisible until rotating the device 90 degrees images become visible
    any suggestions where the problem could be
    I need the images to be visible when I open the page without the need of rotating the ipad
    I appreciate any help.

    Hello,
    Please double click on the symbol and make sure "autoplay " is unchecked in the stage properties. then republish the OAM file and then try.
    If the issue still persist please share the compressed project file with us to take a look at it.
    Regards
    Vivek

  • Working with Edge Animate and Muse CC

    Hi,
    I have just published a website to the Business Catalyst server via Muse for testing (link below) and noticed that the Edge animation i have included in the website doesnt work in Internet Explorer 8 as it doesnt support HTML5, do you have a work around for this and if so how do i implement it?
    Look forward to hearing from you.
    http://hooperdesign.businesscatalyst.com/

    i'm from orgin an php wordpress developer and im trying to make an muse site now to...
    and it is a pain in the *** xD.
    no control over css or html, so im starting to regret this
    but you can just render it as web in edge animate wit hthe iframe checked. than place in in muse by object > insent html and insent is as iframe.
    <iframe src="/folder/index.html"></iframe>
    warning, you can not see anything of iframe in preview mode, you have to completely render is as html and manualy open it to see the change....
    i really like edge animate but im starting to hate muse

Maybe you are looking for