ActiveDen

Easy scroll bar with easing, as3 version

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
d34d Purchased

Ok problems fixed :)

EasyScroll is working fine now.

To anyone using 3D properties tweening, such as “rotationX” for example, beware that it will change the Movieclip matrix into a maxtrix3D, causing some issues with the startDrag function.

To fix it, I applied the following piece of code

//going to need the object's current x and y co-ordinates in a moment... var currentX = this.x; var currentY = this.y; //shut off transform.matrix3D this.transform.matrix3D = null; //when matrix3D was set to null, the object lost its x and y co-ordinates. Time to reset them... this.x = currentX; this.y = currentY;

source: http://www.kirupa.com/forum/showthread.php?t=354771

It solved my problems :)

Also, Brano Simo was in constant support through email even though my project is over 1200 lines of code, and organised by “chaos” xD

Hope it helps any one in the future!

branosimo

Thanks for nice words and useful note. I’m glad you’ve found a solution!

  • Bought between 50 and 99 items
  • Has been a member for 5-6 years
benson Purchased

The download does not include the com and caurina folders…

In fact it does not contain ANY folders – how do I get these?

branosimo

Hi Benson, so the file is empty? It’s strange, I just tried to download it and everything’s ok. What’s the filesize of that zip? Should be 2M. Please try to redownload it. Than com and caurina folders are here: Easy_scroll_as3/source files/fla There is everything you need.

Regards, Brano

  • Has been a member for 1-2 years

Need it to scroll horizontal content now… not yet possible.

by
by
by
by
by