hi i was creating a basic scaleform menu for my game but i got one problem when trying to call a unrealscript function from the flash file
this is what im using to call the function
case "New Game":
ExternalInterface.call("FlashToConsole,open MG-MyGameMainMenu2backup");
break;
but after i import it to udk add the kismet sequence what open the gfx movie it shows perfect but when i click on the New Game button nothing happends
i have alredy try it on the scaleform launcher in adobe flash editor cs4 and when i click on the button it say
Callback! open MG-MyGameMainMenu2_backup, nargs = 0
and yes i have read the udn tutorial about scaleform so plz help
and ExternalInterface.call("FlashToConsole,open MG-MyGameMainMenu2backup"); this is the function what im using to open my map and i have alredy assigned it to the New Game button
PD: if i write someting wrong is becouse MY FIRST LENGUAGE IS NOT ENGLISH
this is what im using to call the function
case "New Game":
ExternalInterface.call("FlashToConsole,open MG-MyGameMainMenu2backup");
break;
but after i import it to udk add the kismet sequence what open the gfx movie it shows perfect but when i click on the New Game button nothing happends
i have alredy try it on the scaleform launcher in adobe flash editor cs4 and when i click on the button it say
Callback! open MG-MyGameMainMenu2_backup, nargs = 0
and yes i have read the udn tutorial about scaleform so plz help
and ExternalInterface.call("FlashToConsole,open MG-MyGameMainMenu2backup"); this is the function what im using to open my map and i have alredy assigned it to the New Game button
PD: if i write someting wrong is becouse MY FIRST LENGUAGE IS NOT ENGLISH
Comment