gracecheah
07-30-2007, 07:08 AM
hi all,
i have done 2 games using flash 8 connecting server in java. the 2 games i done were in 2 seperate file. now i would like to make a menu file which allow user to choose the game they want to play. the menu file i export into exe file as well as the 2 games. so, anyone hav any idea how to write the code for calling the exe game file once i click on the button. i have try
fscommand("exec", "Doraemon.exe");
but it not work.
actually i have try to join the 2 games and menu in 1 flash file which is in scene by scene. but i have use external actionscript file, so when it run the external actionscript file, the game confuse where to execute after run the external actionscript file. it dont know wanna back to game 1 or game 2. so please help me. appreciate a lot
i have done 2 games using flash 8 connecting server in java. the 2 games i done were in 2 seperate file. now i would like to make a menu file which allow user to choose the game they want to play. the menu file i export into exe file as well as the 2 games. so, anyone hav any idea how to write the code for calling the exe game file once i click on the button. i have try
fscommand("exec", "Doraemon.exe");
but it not work.
actually i have try to join the 2 games and menu in 1 flash file which is in scene by scene. but i have use external actionscript file, so when it run the external actionscript file, the game confuse where to execute after run the external actionscript file. it dont know wanna back to game 1 or game 2. so please help me. appreciate a lot