Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: Prote1n on August 05, 2010, 05:04:14 PM

Title: Entiry/Sprite over InventoryWindow
Post by: Prote1n on August 05, 2010, 05:04:14 PM
Is it possible to display a Scene Entity over the Inventory Window ?

The idea is to automatically open the Inventory and move the taken object to the Inventory Window for the user
Title: Re: Entiry/Sprite over InventoryWindow
Post by: Mnemonic on August 09, 2010, 10:14:40 AM
I think you'll have to fake it. For example, create a fake invisible button in your inventory window, and when you need to move some object from scene to inventory, hide the object in scene, set the button graphics and position to match the item, animate the button movement, and finally hide the button.
Title: Re: Entiry/Sprite over InventoryWindow
Post by: Prote1n on August 17, 2010, 09:46:42 AM
Thanks for the idea. Works perfectly