Jump to content
Search Community

Search the Community

Showing results for tags 'draggable spin wheel'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. I am working in edge animate version 2014 I am wondering if it is possible to have one wheel start spinning in sync with another wheel when it is dragged. I would like these wheels to be synchronized. Next - I added sound but when the wheel is released the sound does not stop. Below is my code: var smallWheel = sym.$('smallWheel'); var bigWheel = sym.$('bigWheel'); Draggable.create(smallWheel, { type:"rotation", throwProps:true, onDrag :function() { sym.$("rattle")[0].play(); Draggable.create(bigWheel, {type:"rotation", throwProps:true}); }, onRelease :function(){ sym.$("rattle")[0].pause(); } });
×
×
  • Create New...