Hello, I have the following scenario:
I have a game menu movie and an options screen movie that is triggered by pressing a button in the game menu. Everything works fine. However, I would like to hide the menu graphic beneath the newly opened options screen. But there seems to be no such option for the GFxMoviePlayer? I tried to Close() the menu movie and Start() it again on options screen exit but then it disappears for a second and re-appears which is really awful-looking.
Could anyone give me some ideas on how to proceed?
Thanks
I have a game menu movie and an options screen movie that is triggered by pressing a button in the game menu. Everything works fine. However, I would like to hide the menu graphic beneath the newly opened options screen. But there seems to be no such option for the GFxMoviePlayer? I tried to Close() the menu movie and Start() it again on options screen exit but then it disappears for a second and re-appears which is really awful-looking.
Could anyone give me some ideas on how to proceed?
Thanks
Comment