Jump to content
Search Community

joycedijkgraaf

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by joycedijkgraaf

  1. Hi there,

    First of all, I love the things you guys make possible. 
    The draggable spin was exactly what I was looking for. Unfortunately I am a complete noob with javascript or any coding whatsoever. 

    I tried to make it work for the last couple of hours, but the fact is. It is not my cup of tea. But I am willing to learn. 
    Could someone help me by explaining step by step, in a very childish way, what I need to do to make an object spinnable in Adobe Edge with Greensock?

    What I did so far:

    Put this in the html:

    <!--Adobe Edge Runtime End-->
     
    <script type="text/javascript" src="edge_includes/js/ThrowPropsPlugin.js"></script>
    <script type="text/javascript" src="edge_includes/js/TweenMax.js"></script>
    <script type="text/javascript" src="edge_includes/js/Draggable.js"></script>

    Converted the images in Adobe Edge to symbols. And used this code on the symbol in actions click in en replacing ("#knob" with ("#nameofobject")

    Draggable.create("#knob", {type: "rotation", throwProps: true});

    And now I am lost. 

    Could someone help this designer lady into the language of scripting. It would probably make my life a lot easier ;-)
×
×
  • Create New...