hi
i have problem with impact event.see below code
var impact_chk;
function final_find{
// if(event_type==event_impact){//
problem point impact_chk=1;
error("end find");
// }
}
action target_act{
my.enable_impact=on;
my.event=final_find;
}
my
problem : when game is run mode
problem point work perfect but after publish
problem point not work ?!
