Package com.palepail.TestGame.Actions

Examples of com.palepail.TestGame.Actions.Active


    sequentialScript.add(new SmoothMoveTo(this, new Vector2(10 * Configuration.gameScale, -2 * Configuration.gameScale),
        100000));
    sequentialScript.add(new Wait(this, 50));
    sequentialScript.add(new SmoothMoveTo(this, new Vector2(10 * Configuration.gameScale, 4 * Configuration.gameScale), 3));
    sequentialScript.add(new Wait(this, 20));
    sequentialScript.add(new Active(this, true));
  }
View Full Code Here

TOP

Related Classes of com.palepail.TestGame.Actions.Active

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.