Closed GoogleCodeExporter closed 9 years ago
I don't get it... sorry.
On layer.as:
// create the new content object based on the type
var loadedContent:Content = new contentEvent.contentType(this,
contentEvent.path,
contentEvent.reference);
On Content.as:
/**
* @constructor
*/
public function Content(layer:Layer, path:String, content:IBitmapDrawable):void
{
and
ContentCamera.as
public function ContentCamera(layer:Layer, path:String, camera:Camera):void {
which all seem fine...
Where does the 4 args needed in the error comes from?
Does Camera support the IBitmapDrawable interface?
Thanks
Original comment by smac...@gmail.com
on 29 Apr 2007 at 12:34
will be fixed in 3.0.3
Original comment by soul...@gmail.com
on 29 Apr 2007 at 9:00
Original issue reported on code.google.com by
smac...@gmail.com
on 29 Apr 2007 at 12:02