moviemastersdk
Newbie
i have a button setup to play a sound, *tittle ****release*
but nothing plays until i release the button again
here's my code
but nothing plays until i release the button again
here's my code
Code:
bKick.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
// TODO Auto-generated method stub
sp.play(dance_kick, 1, 1, 1, 0, 1);
}
});

