Originally Posted by RoyN
Hey Netsuo, I know its not time for more requests, but I just thought of this, *if it isnt very hard* can we have an option to be able to have the audio from a video go on when we go to the other modules (except music), so we can listen to say a video CD, and go into GPS and not stop the music...
or go to the main menu if we go near a cop, but not stop listening t the music... ;)
Question: I removed the comment from one of the lines from the MODULE_START:AUDIO example, to get track +10secs whenever audio module starts.... but I can click menu, audio and the track wont advance...!
is that only when the module starts 1st time?
Also, when trying to edit that custom button and put a little test:
for i = 1 to 10
i = i + 1
next i
msgbox i
I get a crash with this.... is it bad code or something not supported?