Package de.zelosfan.framework.Interpolation

Examples of de.zelosfan.framework.Interpolation.TweenHandler


    Building building;

    public RisingCoin(Building _building) {
        super(null);
        building = _building;
        handler = new TweenHandler();
        handler.add("Y", 0, 50, 60, Interpolation.linear);
        handler.add("a", 1, 0, 60, Interpolation.fade);
    }
View Full Code Here

TOP

Related Classes of de.zelosfan.framework.Interpolation.TweenHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.