Multitouch Table FH Ingolstadt: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
public void animateLift(AnimationDoneHandler callback, int delay) {
IAnimation lift;
//1
Vector3D trg = this.getPosition(TransformSpace.GLOBAL);
//2
lift = this.tweenTranslateTo(trg.x,trg.y - 125, 0, 750, AniAnimation.QUAD_IN, delay);
 
//3
lift.addAnimationListener(new LiftAnimationListener(callback, this));
 
lift.start();
 
}
 
In the following sections, the other members of our team will demonstrate their applications and show other aspects of using MT4j as framework.
 
== Multitouch Poker ==
 
== Gatterzeux ==