UkeTrainer | Die SlotMachine zur Ukulele | Level 3 | C, Am, F, Dm und Gm | 4/4-Takt

$('#btn-example9-start').click(function() {
  $('#example9 ul').playSpin({
    manualStop: true
  });
});

$('#btn-example9-stop').click(function() {
  $('#example9 ul').stopSpin();
});
UkeTrainer | Die SlotMachine zur Ukulele | Level 3 | C, Am, F, Dm und Gm | 3/4-Takt

$('#btn-example9a-start').click(function() {
  $('#example9c ul').playSpin({
    manualStop: true
  });
});

$('#btn-example9c-stop').click(function() {
  $('#example9c ul').stopSpin();
});
UkeTrainer | Die SlotMachine zur Ukulele | Level 3 | C, Am, F, Dm und Gm | 2/4-Takt

$('#btn-example9a-start').click(function() {
  $('#example9a ul').playSpin({
    manualStop: true
  });
});

$('#btn-example9a-stop').click(function() {
  $('#example9a ul').stopSpin();
});