Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
koji Tween preporucujete/koristite?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash
View previous topic :: View next topic  
Author Message
nemogirl



Joined: 27 Oct 2004
Posts: 386
Location: istra

PostPosted: 20.08.2008 12:06    Post subject: koji Tween preporucujete/koristite? Add user to your forum ignore list Reply with quote

ja sam krenula sa MC Tweenom.
pa saznala za Tween class, Tweener, i jos par..
tu procitala da je Tweener bolji od Tween classa
http://www.psyked.co.uk/adobe/flash/stop-using-mxtransitionstween.htm

koja su vasa iskustva i dojmovi? tko je jaci? Very Happy
Back to top
View user's profile Send private message
strija



Joined: 14 Sep 2003
Posts: 473
Location: Čakovec

PostPosted: 20.08.2008 12:54    Post subject: Add user to your forum ignore list Reply with quote

Ja jos uvijek koristim MC Tween, nekako mi je najjednostavniji.

_________________
We can exist in ambiguity, but it means the deepest loneliness. | creolab.hr | thefarewellreason.com
Back to top
View user's profile Send private message Visit poster's website
djankey



Joined: 22 Nov 2006
Posts: 128
Location: zg

PostPosted: 20.08.2008 20:09    Post subject: Add user to your forum ignore list Reply with quote

Definitivno Tweener (AS2.0 & AS3.0)
http://code.google.com/p/tweener/

_________________
http://www.as-flash.com
Back to top
View user's profile Send private message Visit poster's website
Vj3k0



Joined: 12 Jul 2007
Posts: 185
Location: Zagreb

PostPosted: 21.08.2008 08:27    Post subject: Add user to your forum ignore list Reply with quote

Nikad imao problema, sve savršeno radi....
http://blog.greensock.com/tweenliteas3/
Back to top
View user's profile Send private message Visit poster's website
astolitu



Joined: 26 Jun 2004
Posts: 547
Location: Zagreb

PostPosted: 21.08.2008 08:56    Post subject: Add user to your forum ignore list Reply with quote

djankey wrote:
Definitivno Tweener (AS2.0 & AS3.0)
http://code.google.com/p/tweener/


zakon je, ali mi je mc_tween prirasta srcu Smile

_________________
http://www.markobjedov.com/
Back to top
View user's profile Send private message Visit poster's website Twitter profile
ITS



Joined: 06 Feb 2008
Posts: 377

PostPosted: 21.08.2008 09:27    Post subject: Add user to your forum ignore list Reply with quote

Ajd budite ljubazni pa mi malo objasnite te tweenere, kako ih koristite, gdje, odnosno sve šta mislite da bih trebao znati. Može i neki primjer.... unaprijed puno hvala!
Back to top
View user's profile Send private message Send e-mail
strija



Joined: 14 Sep 2003
Posts: 473
Location: Čakovec

PostPosted: 21.08.2008 10:03    Post subject: Add user to your forum ignore list Reply with quote

Pogledaj malo http://hosted.zeh.com.br/mctween/documentation.html i sve ce ti biti jasno. To su funkcije s kojima radis tweenove, bez timeline-a. Ima slide, blur, alpha...

Recimo moja 2 sajta koja intenzivno koriste MC Tween:
http://www.gospodicna.si/
http://www.falcon.si/

_________________
We can exist in ambiguity, but it means the deepest loneliness. | creolab.hr | thefarewellreason.com
Back to top
View user's profile Send private message Visit poster's website
djankey



Joined: 22 Nov 2006
Posts: 128
Location: zg

PostPosted: 21.08.2008 10:05    Post subject: Add user to your forum ignore list Reply with quote

astolitu wrote:
djankey wrote:
Definitivno Tweener (AS2.0 & AS3.0)
http://code.google.com/p/tweener/


zakon je, ali mi je mc_tween prirasta srcu Smile
I meni je jedno vrijeme, ali sam ipak prebjegao Smile

Tweener: dokumentacija i primjeri:
http://hosted.zeh.com.br/tweener/docs/en-us/
http://tweener.googlecode.com/svn/trunk/examples/

_________________
http://www.as-flash.com
Back to top
View user's profile Send private message Visit poster's website
ITS



Joined: 06 Feb 2008
Posts: 377

PostPosted: 21.08.2008 10:58    Post subject: Add user to your forum ignore list Reply with quote

hvala svima!
Dancing
Back to top
View user's profile Send private message Send e-mail
nemogirl



Joined: 27 Oct 2004
Posts: 386
Location: istra

PostPosted: 25.08.2008 13:43    Post subject: Add user to your forum ignore list Reply with quote

hvala svima za njihov 5 cents Smile

do sada nisam puno radila s mc tween-om, ali uvijek mi je sve radilo ok.
do danas. danas mi se ponasa totalno cudno i ne kuzim u cemu je stos rrrrrrrah

imam problem sa callback funkcijom - ili mi se izvrsi odmah cim pocne tween ili mi se uopce ne izvrsi. ne kontam Shocked

npr. ovdje mi se kod ne izvrsi
Code:

kocka.alphaTo(50, 1, "linear", 0, function() { removeMovieClip(this)});


a ovdje se izvrsi odmah, tj. ne ceka kraj tweenanja
Code:

function Idi(){
   gotoAndStop(3);
   }
kocka.alphaTo(50, 1, "linear", 0, Idi());


petljam vec satima i guglam i ne nalazim rijesenje.
imam feeling da je nesto glupavo
Razz

please help
Back to top
View user's profile Send private message
strija



Joined: 14 Sep 2003
Posts: 473
Location: Čakovec

PostPosted: 25.08.2008 14:17    Post subject: Add user to your forum ignore list Reply with quote

Jel si ovaj kocka MC ubacila na stage AS-om ili rucno iz library-a? Ako je ovo drugo onda to ne moze raditi jer removeMovieClip() to ne moze.

_________________
We can exist in ambiguity, but it means the deepest loneliness. | creolab.hr | thefarewellreason.com
Back to top
View user's profile Send private message Visit poster's website
nemogirl



Joined: 27 Oct 2004
Posts: 386
Location: istra

PostPosted: 25.08.2008 14:23    Post subject: Add user to your forum ignore list Reply with quote

Brick wall

ma da - simultano sam skuzila problem i procitala tvoje rjesenje...
da, zato removeMovieClip nije radio. sad koristim unloadMovie().
a ona funkcija se je iz nekog razloga pozivala odmah cisto zbog zagrada...
znaci, maknem zagrade iza naziva funkcije i radi na vrijeme Smile

Code:

kocka.alphaTo(50, 1, "linear", 0, Idi);


stjupid problem stjupid solution

sad sam se zapetljala sa loaderom al jos cu se malo petljat Very Happy
thnx strija
Back to top
View user's profile Send private message
strija



Joined: 14 Sep 2003
Posts: 473
Location: Čakovec

PostPosted: 26.08.2008 18:51    Post subject: Add user to your forum ignore list Reply with quote

Da se malo vratimo na twenn classe Smile
Malo sam proucavao ove alternative MC Tweenu i tweener se cini jako dobar, ali i ovaj TweenLite/TwinMax je odlican. Ima jedan zgodan peformance test ovdje: http://blog.greensock.com/tweening-speed-test/

_________________
We can exist in ambiguity, but it means the deepest loneliness. | creolab.hr | thefarewellreason.com
Back to top
View user's profile Send private message Visit poster's website
ITS



Joined: 06 Feb 2008
Posts: 377

PostPosted: 26.08.2008 22:44    Post subject: Add user to your forum ignore list Reply with quote

Odlični su, stvarno ste me preporodili sa tweenovima Smile

Sad se sve radim sa njima i klasama, puno brže realiziram projekat i ugodnije su animacije.
Hvala.
btw. ovaj Tween max ima problema sa većim brojem instanci ili?
Back to top
View user's profile Send private message Send e-mail
strija



Joined: 14 Sep 2003
Posts: 473
Location: Čakovec

PostPosted: 27.08.2008 00:13    Post subject: Add user to your forum ignore list Reply with quote

green-eye:: wrote:
Odlični su, stvarno ste me preporodili sa tweenovima Smile

Sad se sve radim sa njima i klasama, puno brže realiziram projekat i ugodnije su animacije.
Hvala.
btw. ovaj Tween max ima problema sa većim brojem instanci ili?

Pa prema ovom testu najbrze radi bas taj max.

_________________
We can exist in ambiguity, but it means the deepest loneliness. | creolab.hr | thefarewellreason.com
Back to top
View user's profile Send private message Visit poster's website
ITS



Joined: 06 Feb 2008
Posts: 377

PostPosted: 27.08.2008 10:59    Post subject: Add user to your forum ignore list Reply with quote

Pa meni izbacio sa istm brojem instanci kao na lite-u da ne može zbog velikog broja instanci, neam pojma... bez obzira odlični su.
Back to top
View user's profile Send private message Send e-mail
darkqueliss



Joined: 27 May 2008
Posts: 1058

PostPosted: 27.08.2008 11:03    Post subject: Add user to your forum ignore list Reply with quote

Da da, ti tweenovi su pre dobri... Koliko manje posla i muke, a super radi...
Back to top
View user's profile Send private message
tpokrajcic



Joined: 07 Dec 2007
Posts: 7

PostPosted: 12.11.2008 12:04    Post subject: Add user to your forum ignore list Reply with quote

TweenMax je odlican. Prije sam radio sa Tweener klasom, ali cim u igru dodje veci broj objekata se kuzi drasticna razlika u performansama. Pored toga TweenMax ima gomilu drugih featurea poput tweenanja po bezierovim krivuljama, grupiranja tweenova,...
Jos jedan projekt je vrijedan spomena, iako se jos uvijek nalazi u "private beta" fazi - Tweensy.
http://www.lostinactionscript.com/blog/index.php/2008/08/31/as3-tween-engine-tweensy-preview/
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group