I've seen that you can acces a GFx Movie Class from anywhere of your other UnrealSript Classes actors, etc...
I haven't figured out how to yet , does anybody know how to ¿
I've seen that you can acces a GFx Movie Class from anywhere of your other UnrealSript Classes actors, etc...
I haven't figured out how to yet , does anybody know how to ¿
As long as you have a reference to your GFXMoviePlayer, you can call functions in it. Typically you create a GFXMoviePlayer in a HUD, although this doesn't have to be the case. You can always store a reference in your gameinfo class which can be accessed from any actor via WorldInfo.
Found sveral ways though , one is in player controller something like CustomHud(myHud).SomeFunc that works , so yeah i finally got it thanks though
Bookmarks