Package plar.core

Examples of plar.core.ActionLifeTimer


        currentSpriteSet = new SpriteSet();
        currentSpriteSet.autoSize = false;
        Common.info(1, "nuova mina!");
        explosionTime = 5;
        lifeTime = 6;
        ActionLifeTimer alt = new ActionLifeTimer();
        actions.addAction("alt", alt);
        actions.addAction("mine", new ActionTimer("",explosionTime,0,false) {


            public Object force(Object o) {
View Full Code Here

TOP

Related Classes of plar.core.ActionLifeTimer

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.