Examples of playAt()


Examples of org.newdawn.slick.Sound.playAt()

    x = 2 * (x - w / 2) / w;
    y = 2 * (h / 2 - y) / h;
    Sound s = getSound(name);
    // System.out.println("play at " + x + "," + y);
    if (s != null)
      s.playAt(x, y, z);
  }

  /**
   * Remove actor from allGroup
   *
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.