Semi-transparent pixels of images are getting mixed with black on the Kindle Fire.

YESSSSS Joshua!!!

Awesome… everything works as it should! :slight_smile:

Now, if you guys manage to fix the delay bug with the storyboard.gotoScene(), you will be D BEST!!! :smiley:

Thanks again for this fix!
Enjoy

Nick [import]uid: 77183 topic_id: 20939 reply_id: 92625[/import]

Hi, I´m using the sprite_loq to generate my animations, but I want to use blendMode=“multiply”,is it possible?

[code]
local loqsprite = require(‘loq_sprite’)
local spriteFactoryPista = loqsprite.newFactory(‘pista’)

pista = spriteFactoryPista:newSpriteGroup()
pista:setReferencePoint(display.TopCenterReferencePoint);
pista.blendMode=“multiply”
[/code] [import]uid: 82653 topic_id: 20939 reply_id: 95303[/import]