HaxeFlixel / flixel-demos

Collection of demos for HaxeFlixel
https://haxeflixel.com/demos
425 stars 290 forks source link

FlxMouseEventManager HTML5 target visual error #296

Closed svandragt closed 1 year ago

svandragt commented 2 years ago

Tested both macos and HTML5 as a build target. When using html5 (reproduced by the online demo at https://haxeflixel.com/demos/FlxMouseEventManager/), when hovering over a card, the other cards temporarily disappear.

Expected result: on the macos build, the cards do not disappear.

(sound is also missing btw)

Tested in both Chrome, Safari and Firefox

Geokureli commented 2 years ago

I believe this is an issue with using colors on FlxSprites. I had to change the pixel perfect collision demo to use baked color animations to avoid this. Ill add this to the list

Geokureli commented 1 year ago

this is fixed