Music Running IN a proc
Author |
Message |
shakin cookie
![](http://compsci.ca/v3/uploads/user_avatars/2020354576476da0000712c.jpg)
|
Posted: 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:
[/syntax] |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
shakin cookie
![](http://compsci.ca/v3/uploads/user_avatars/2020354576476da0000712c.jpg)
|
Posted: Fri Jan 11, 2008 5:52 pm Post subject: RE:Music Running IN a proc |
|
|
and here is the button that calls it:
[/syntax] |
|
|
|
|
![](images/spacer.gif) |
Nick
![](http://compsci.ca/v3/uploads/user_avatars/19644337547e837b41d67a.png)
|
Posted: 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 |
|
|
|
|
![](images/spacer.gif) |
shakin cookie
![](http://compsci.ca/v3/uploads/user_avatars/2020354576476da0000712c.jpg)
|
Posted: 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! |
|
|
|
|
![](images/spacer.gif) |
|
|