Computer Science Canada Music Running IN a proc |
Author: | shakin cookie [ Fri Jan 11, 2008 5:49 pm ] | ||
Post subject: | Music Running IN a proc | ||
ok, so i have music playing at the end of my program. It is in a procedure that is called by a button, so i cannot process the music and the proc. How can i get them to run at the same time? Here is the code:
|
Author: | shakin cookie [ Fri Jan 11, 2008 5:52 pm ] | ||
Post subject: | RE:Music Running IN a proc | ||
and here is the button that calls it:
|
Author: | Nick [ Fri Jan 11, 2008 6:50 pm ] |
Post subject: | RE:Music Running IN a proc |
put the music in a process as you normally would then when the proc is called then fork your process throgh the proc |
Author: | shakin cookie [ Sun Jan 13, 2008 12:10 pm ] |
Post subject: | RE:Music Running IN a proc |
oh, ok, that works. now i can sleep at night! |