branosimo
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 3-4 years
- Slovakia
- Sold between 1 000 and 5 000 dollars
124
Purchases
Buyer Rating:
4.50 stars
4.50 average based on 12 ratings.
-
5 Star
866%
-
4 Star
325%
-
3 Star
00%
-
2 Star
18%
-
1 Star
00%
| Created | 19 July 10 |
| ActionScript Version | AS3 |
| Documentation | Well Documented |
| Flash Files Included | ActionScript AS, Flash FLA, HTML Files, JS Files, XML Files |
| Opens With | Flash CS3 (9+) |
| Published Size | 17kb |
| Resolution | Resizable |
- blue
- clean
- ease
- easy
- easy to use & customize
- fullscreen
- html formatted text
- lightweight
- resizable
- resizable
- scroll
- scrollbar
- simple
- tween
- xml
© All Rights Reserved branosimo -
Contact Envato Support

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!
Thanks for nice words and useful note. I’m glad you’ve found a solution!
The download does not include the com and caurina folders…
In fact it does not contain ANY folders – how do I get these?
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
Need it to scroll horizontal content now… not yet possible.