Wednesday, 8 of September of 2010

Nice transformation tool. Grab it now…

Jack Doyle has launched a new transform manager class that would certainly reduce at least 20% weight from a developer back.
The tool is quite handy and don’t need much attention.

Features are simple and much easier. Boundary constraints, deletion and easy implementation are few great things that can touch you.

Certainly it worth it more than its price.

@Jack, You have done great. Thumbs up.

So don’t wait...just get it from here.

[http://blog.greensock.com/transformmanageras3/]

jd

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.


Leave a Comment


Comments RSS TrackBack 5 comments

DELL

in March 23rd, 2009 @ 13:40

Looks great! Thanks buddy to inform.

MyAvatars 0.2

Ricky

in April 2nd, 2009 @ 01:00

From FORUMS : ActionScript 3,
Hi DELXYZ, i want to know how can u delete the copy of bytes? Or i want to clear the memory occupied by a bytearray, how can i do it? Thanks

MyAvatars 0.2

flas3

in April 2nd, 2009 @ 13:05

Hi Ricky,
A ByteArray instance is deleted just like a normal String variable.

like …
var ba:ByteArray = new ByteArray();
….
Now if you need to delete….
Just set it to null.

ba = null;

and internal garbage collector will do rest of the things.

If you need to clean memory instantly, call gc twice (why? I don’t know :D ) like….
System.gc();
System.gc();

Hope this could fix your problem. Have a nice day.

MyAvatars 0.2

Ricky

in April 3rd, 2009 @ 08:10

Thanks a lot!! it is really helpful!

MyAvatars 0.2

Jloa

in November 15th, 2009 @ 13:44

Really nice transform mananger. And it really worths the price.

MyAvatars 0.2