hi everyone,
I used bellow code to relationship between udk and swf file,
var GFxClikWidget PlayButton;
PlayButton = GFxClikWidget(GetVariableObject("PlayButton", class'GFxClikWidget'));
PlayButton.AddEventListener('CLIK_press', OnPressPlayGameButton);
and "PlayButton" in GetVariableObject's argument is a button component in swf file.
but it doesn't work at all!
what's problem?
I used bellow code to relationship between udk and swf file,
var GFxClikWidget PlayButton;
PlayButton = GFxClikWidget(GetVariableObject("PlayButton", class'GFxClikWidget'));
PlayButton.AddEventListener('CLIK_press', OnPressPlayGameButton);
and "PlayButton" in GetVariableObject's argument is a button component in swf file.
but it doesn't work at all!
what's problem?
Comment