Re: help with a menu skript in bgt?

2019-03-21 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: help with a menu skript in bgt?

I am not downloading an exe file that you randomly posted a link to

URL: https://forum.audiogames.net/post/421233/#p421233




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: help with a menu skript in bgt?

2019-03-21 Thread AudioGames . net Forum — Developers room : adel . spence via Audiogames-reflector


  


Re: help with a menu skript in bgt?

look!https://www.dropbox.com/s/0z24wo9bod3mk … e.exe?dl=0

URL: https://forum.audiogames.net/post/421232/#p421232




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: help with a menu skript in bgt?

2019-03-21 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: help with a menu skript in bgt?

you need to do the int mres=m.run("asdhafuiawhuifhawr",true"); thing for each menu.

URL: https://forum.audiogames.net/post/421028/#p421028




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: help with a menu skript in bgt?

2019-03-20 Thread AudioGames . net Forum — Developers room : mahdi-abedi via Audiogames-reflector


  


Re: help with a menu skript in bgt?

as post 2 sed, you didn't rote anything to do when player press enter on eg offlyne or play onlyne

URL: https://forum.audiogames.net/post/420975/#p420975




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: help with a menu skript in bgt?

2019-03-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector


  


Re: help with a menu skript in bgt?

Its rather obvious isn't it. Even if you press return so your game menu starts, it gets created, , but you never call the run() method, so no menu is shown either, hence the app exits due to nothing left to do.Best Regards.Hijacker

URL: https://forum.audiogames.net/post/420884/#p420884




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


help with a menu skript in bgt?

2019-03-20 Thread AudioGames . net Forum — Developers room : adel . spence via Audiogames-reflector


  


help with a menu skript in bgt?

ok. this is the first thing I have coaded in bgt.but, in the menu when I press enter, its exiting.please help me with it.dynamic_menu_pro m;void setupmenu(bool music=false){m.reset(false);if(music==true){m.add_music("menumusic.ogg");}m.click_sound="mclick.ogg";m.enter_sound="menter.ogg";m.enable_up_and_down=true;m.wrap=false;m.enable_home_and_end=true;}void mainmenu(){setupmenu(true);m.add_item_tts("start game","gamemenu");m.add_item_tts("game settings","settingsmenu");m.add_item_tts("exit","exit");int mres=m.run("wellcom use your up and down aro keys to navigate in the menu, and use enter to actovate.",true);if (m.get_item_name(mres)=="play"){gamemenu();}else if (m.get_item_name(mres)=="settingsmenu"){m.fade_music(20);settingsmenu;}else if (m.get_item_name(mres)=="exit"){m.fade_music(20);exit();}}void gamemenu(){setupmenu(true);m.add_item_tts("play offline","offline");m.add_item_tts("play online","online");}void settingsmenu(){setupmenu(true);m.add_item_tts("exit","exit");}

URL: https://forum.audiogames.net/post/420871/#p420871




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector