|
|
Re: Racer: Crash and Burn
[Re: janerwac13]
#242718
12/25/08 10:15
12/25/08 10:15
|
Joined: Dec 2008
Posts: 222
janerwac13
OP
Member
|
OP
Member
Joined: Dec 2008
Posts: 222
|
how can i show the videos without that i can listen to the Soundtrack and that the soundtrack plays when the mainmenu is loaded.nextq. how can i write whate plays the next song if the last song is ended or the i press the F1 button to listen to the next song when this song is bad.(Like burnout Dominator you press the R2 Button and teh next song plays) sorry for my english!
Last edited by janerwac13; 12/25/08 10:17.
|
|
|
Re: Racer: Crash and Burn
[Re: janerwac13]
#242723
12/25/08 10:29
12/25/08 10:29
|
Joined: Aug 2008
Posts: 2,838 take me down to the paradise c...
Cowabanga
Expert
|
Expert
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
|
how can i show the videos without that i can listen to the Soundtrack Delete the sound from the video, then use media_play for playing the video. how can i write what plays the next song if the last song is ended or the i press the F1 butte to listen to the next song when this song is bad. Try this example: var song = 0;
if(key_f1 == 1)
{
song += 1;
}
function song_startup()
{
while(1)
{
if(song == 1)
{
media_play(REPLACE_THIS_WITH_YOUR_OWN_STUFF);
}
if(song == 2)
{
media_play(REPLACE_THIS_WITH_YOUR_OWN_STUFF);
}
if(song == 3)
{
media_play(REPLACE_THIS_WITH_YOUR_OWN_STUFF);
}
}
}
and so on...
|
|
|
Re: Racer: Crash and Burn
[Re: KiwiBoy]
#265186
05/11/09 02:19
05/11/09 02:19
|
Joined: May 2009
Posts: 4 USA N.C
Pugware
Guest
|
Guest
Joined: May 2009
Posts: 4
USA N.C
|
Anywho. This is looking good, can't wait to see more of the finished project, so keep going !
Ok! I gotz 3DGStudio! I must create a Half Life 3 wit it! EpiK
|
|
|
Moderated by mk_1, Perro, rayp, Realspawn, Rei_Ayanami, rvL_eXile, Spirit, Superku, Tobias, TSG_Torsten, VeT
|
|
|