User Tools

Site Tools


using_the_easysound_library

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
using_the_easysound_library [2023/05/09 17:22] – created frchrisusing_the_easysound_library [2023/05/12 15:41] (current) frchris
Line 5: Line 5:
 Add the EasySound.jar library the your BlueJ API (the way we added the KarolRobot library. Add the EasySound.jar library the your BlueJ API (the way we added the KarolRobot library.
  
 +<code>
 +public class EasySounds
 +{
 +    
 +    public static void main(String[] args)
 +    {
 +       EasySound bells = new EasySound("bells.wav");
 +       bells.play();
 +    }
 +}
 +</code>
 +
 +[[https://mathorama.com/apcs/uploads/Main/boing.wav|bounce.wav]]
  
using_the_easysound_library.1683667351.txt.gz · Last modified: 2023/05/09 17:22 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki