This is G o o g l e's cache of http://www.flashsandy.org/forum/index.php?act=Print&client=printer&f=4&t=234 as retrieved on 15 Jul 2007 05:30:15 GMT.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.
This cached page may reference images which are no longer available. Click here for the cached text only.
To link to or bookmark this page, use the following url: http://www.google.com/search?q=cache:tzmmMyOuHc8J:www.flashsandy.org/forum/index.php%3Fact%3DPrint%26client%3Dprinter%26f%3D4%26t%3D234+%22index+php%22+-lofiversion+site:www.flashsandy.org&hl=en&ct=clnk&cd=84


Google is neither affiliated with the authors of this page nor responsible for its content.
These terms only appear in links pointing to this page: index php

Printable Version of Topic

Click here to view this topic in its original format

Sandy's Forum _ Bugs _ sandy 1.2.. Sprite2D not working ?

Posted by: nyls Dec 18 2006, 11:18 AM

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




Posted by: kiroukou Dec 18 2006, 11:29 AM

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 wink.gif

Thanks for the report

PS : you are in the good room to report bugs wink.gif

Posted by: nyls Dec 18 2006, 12:19 PM

first thing I do every morning, update the SVN wink.gif

So last revision for me is 18 ..

Posted by: kiroukou Dec 18 2006, 05:59 PM

Héhé ok. So I'm going to do the modifications as fast as possible to make the compatibility back wink.gif


Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)