Problem with next button / song - Player.Source

Hey, I have a problem with next/skip button for my music player it does not allow me to go for next song when I press button. The songs are added already in MIT app. Any tips?
thanks

Welcome,

Yes, post your blocks.

Thank you

Hmm, skip to next one but after is playing same song . Thanks in advance

got 4 different once :stuck_out_tongue:

Maybe all songs are the same. :grinning: :wink:

Show your blocks and post the aia.

Look at my blocks again.

to large

1 Like

OK thank you works now! and how to loop so next will work all the time? :slight_smile:

if index = length of list global MyMusic
then
set index = 1

Also...

A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Tutorials for MIT App Inventor to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

3 Likes

2 Likes

Thank you!!!!!!