el5ateer
08-29-2005, 04:38 PM
Hi again experts :cool ,
Now I am confused and I wanna know what to do in such case..
When I use this action (in a combo box ofcourse) : selected = ComboBox.GetSelected("Plugin1");
it's known that [selected] by then is equal to one or two .. etc. // I want to insert the number of the "selected" let's say "one" to load an audio which is named [1.ogg] in the background .. I use this action :
Audio.Load(CHANNEL_BACKGROUND, "AutoPlay\\Audio\\"..selected..".ogg", true, false);
so am I right which is probably a non-sense question coz it does not work :D
Or is there something wrong which I should fix it or I am goin on the wrong way ?
Now I am confused and I wanna know what to do in such case..
When I use this action (in a combo box ofcourse) : selected = ComboBox.GetSelected("Plugin1");
it's known that [selected] by then is equal to one or two .. etc. // I want to insert the number of the "selected" let's say "one" to load an audio which is named [1.ogg] in the background .. I use this action :
Audio.Load(CHANNEL_BACKGROUND, "AutoPlay\\Audio\\"..selected..".ogg", true, false);
so am I right which is probably a non-sense question coz it does not work :D
Or is there something wrong which I should fix it or I am goin on the wrong way ?