|
It seems that the Sprite2D is not being drawn on screen .. or I am doing something completely wrong..
I took the http://www.flashsandy.org/demos/sprite-2d from the website and compiled with 1.2 and nothing displays
when replacing
var s:Sprite2D = new Sprite2D(1.0);
s.setSkin( skin );
with
var s:Object3D = new Box (324, 228, 10, 'quad');
var faces = s.aFaces
for(var j=0;j<2;j++){
faces[j].setSkin(skin);
}
the box is drawn as normal..
is there something changed the way a 2D sprite is drawn on the screen ?
thanks, nyls
Hum ok.
When did you update the svn?
Because this week end I did a major modification that can explain this. Otherwise it should not be a problem.
I'll look at it
Thanks for the report
PS : you are in the good room to report bugs
first thing I do every morning, update the SVN
So last revision for me is 18 ..
Héhé ok. So I'm going to do the modifications as fast as possible to make the compatibility back
Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)