Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Some questions about animating using Gtween — Gideros Forum

Some questions about animating using Gtween

zoolaxzoolax Member
edited January 2013 in General questions
Hi
when I were using c*sdk for animation I do :

local tr
tr= transion.to(obj,{x=2,y=2,alpha=0,transtion=easing.inExpo,onComplete= some function})

later to remove it from the memory :

transition.cancel(tr)

Even if you are not familier with c*sdk,
I think you know what I mean.

I tried to find Gtween use in gideros reference manual,I did not.
A.Can you give me an exaple how to translate the above code,or a link to an example,I searched the foroums ,I could not find exatly what I were looking for.

B.and should I require(`Gtween`) and where can I find it
Thanks

www.zoolax.com

Comments

Sign In or Register to comment.