I get the typical "FPSCGAME.exe has encountered a problem and needs to close" error whenever I click on the video button after playing the game.
In more detail:
When I open my compiled game and click the 'credits' button, it plays fine but if I play the game first and won or die, then I get redirected to the main menu after the 'game complete' or 'game over' page, and if I try to click on credits button at this time then I get that error.
PLEASE HELP
Thanks in Advance
EDIT:
Here is the script:
;AIScript from Wizard
;Header
desc = Title Page Wizard
;Script
:state=0:music=audiobank\music\MYGAME\title.ogg
:state=0:hudreset,hudx=25,hudy=20,hudimage=languagebank\english\gamecore\backdrops\Mumbai\gamemenu.tga,hudmake=display
:state=0:hudreset,hudx=25,hudy=45,hudimage=languagebank\english\gamecore\backdrops\Mumbai\newgame.tga,hudtype=1,hudmake=button
:state=0:hudreset,hudx=25,hudy=55,hudimage=languagebank\english\gamecore\backdrops\Mumbai\credits.tga,hudtype=7,hudmake=button
:state=0:hudreset,hudx=25,hudy=65,hudimage=languagebank\english\gamecore\backdrops\Mumbai\controls.dds,hudtype=8,hudmake=button
:state=0:hudreset,hudx=25,hudy=75,hudimage=languagebank\english\gamecore\backdrops\Mumbai\exitgame.tga,hudtype=5,hudmake=button
:state=0:hudreset,hudx=50,hudy=50,hudimage=gamecore\huds\pointer.dds,hudmake=pointer
:state=0:state=2
:state=2:backdrop=gamecore\backdrops\MYGAME\background.jpg
:state=2,hudselectionmade=1:destroy
:state=2,hudselectionmade=5:quitgame,destroy
:state=2,hudselectionmade=7:video=videobank\credits.avi
:state=2,hudselectionmade=8:video=videobank\controls.avi