Hi, i created a simple sprite using an svg, but the alpha doesn't seem to work, i've tried with both fadeOpacity and alpha_ functions without success. I've triead too to setDirty after the following line without success.
var dotSprite = new Sprite("filename.svg"); dotSprite.setSize(dotSize, dotSize); dotSprite.setDrawFunction(wade.drawFunctions.fadeOpacity_(0, 1, 2, dotSprite.draw));
wade.addSceneObject(new SceneObject(dotSprite, 0, 100, 100));