20-08-2008, 09:07 AM
Good morning,
this demo plays around with "named transitions", introduced to flare with release 2008.08.08. It tries to exemplify a case where the usage of named transitions is reasonable, namely the case of time overlapping transitions acting on the same object fields. For the circle on the left named transitions are used. For that matter the first transition downwards is canceled when the second transition on the circle starts. For the circle on the right no named transitions are used, the result is ...
The flare classes Parallel and Sequence are not used in this demo because the author has some trouble with them in connection with event dispatching, see
http://sourceforge.net/forum/forum.php?t..._id=757572
For that matter some odd helper Transitions had to be introduced here (p1,p2)
Cheers
martin
See
http://sourceforge.net/forum/forum.php?t..._id=757572
for an explanation posted by Jeff in the sourceforge forum on named transitions.
this demo plays around with "named transitions", introduced to flare with release 2008.08.08. It tries to exemplify a case where the usage of named transitions is reasonable, namely the case of time overlapping transitions acting on the same object fields. For the circle on the left named transitions are used. For that matter the first transition downwards is canceled when the second transition on the circle starts. For the circle on the right no named transitions are used, the result is ...
The flare classes Parallel and Sequence are not used in this demo because the author has some trouble with them in connection with event dispatching, see
http://sourceforge.net/forum/forum.php?t..._id=757572
For that matter some odd helper Transitions had to be introduced here (p1,p2)
Cheers
martin
See
http://sourceforge.net/forum/forum.php?t..._id=757572
for an explanation posted by Jeff in the sourceforge forum on named transitions.