Thread: array problem
View Single Post
  #1  
Old 02-25-2009, 06:30 AM
mrvr mrvr is offline
Member
 
Join Date: Dec 2008
Posts: 4
array problem

Hello!
I have made a playlist of songs, which in fact is an array, and I am trying to play the songs by using a for loop (I want to have constantly music at the background).

The problem is that it plays all the songs at once and as I can understand a timer that expires very quickly (I use this timer for the joystick) is responsible for that. I think I have to use another timer, but I have no idea what expiration time it should have, how many repeats, when to start it etc.

Can you give me any suggestions before I send my code?

Thanks
Maria
Reply With Quote