Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: SBOVIS on February 22, 2005, 10:01:35 AM

Title: WME crash problem.
Post by: SBOVIS on February 22, 2005, 10:01:35 AM
Hi all,
        In my game I have (I think) some code conflict.

1. I have for all my items in the inventory a scene made so the player can view the item closeup.
    When using LookAt from the game menu.

2. When LookAt fails the main actor animates (sprite) to tell the player the LookAt action did not work.

ISSUE: If I try to LookAt an item in inventory it goes to the new scene and before it loads properly WME crashes.
         

I have blanked out the anmation code for the main actor in the menu script and tried the same test and the closeup item scene works perfectly.

If I do not change the code and the LookAt option fails the animation works perfectly. But the 2 do not work perfectly together.


Any ideas


I can post the code to the menu and the scene if needed.


Thanks


Title: Re: WME crash problem.
Post by: Mnemonic on February 22, 2005, 11:41:09 AM
I can post the code to the menu and the scene if needed.
That would be helpful, thank you.