Wintermute Engine Forum

Wintermute Engine => Bug reports => Fixed => Topic started by: FogGobbler on October 12, 2007, 09:09:58 PM

Title: animated item images
Post by: FogGobbler on October 12, 2007, 09:09:58 PM
Hi!

In my items.items file:

Code: [Select]
CURSOR_HOVER = "items\SDKarte_glow.[b]sprite[/b]"
Thie animation changes the alpha value of an image to achive a glowing effect. The animation works, but it doesn´t work in game.

Can´t I use sprite for item hover images?

Oli
Title: Re: animated item images
Post by: Mnemonic on October 13, 2007, 01:00:31 PM
It's a bug..
Title: Re: animated item images
Post by: Mnemonic on October 13, 2007, 01:06:33 PM
The workaround is not to use the "combined cursor", i.e. specify:

 CURSOR_COMBINED = FALSE

in the item's definition.
Title: Re: animated item images
Post by: FogGobbler on October 14, 2007, 07:47:57 PM
Thanks!  :)