- Code: Select all
RLChar = new Button(this, "RotateLeftChar", null);
I made a button like so and got no errors. but when i run it causes a exception saying i dont have a sound file "button_click.wav". So i make this sound file thinking that should fix it but then it cause another exception. I've tryed setting the click sound to null but that didnt work.
EDIT: I've Fixed the problem by removing the default settings in the pipo framework.