Problem Away 3.6 “away3d.core.utils”

Software: Away3D 3.x

Luiz Carlos, Newbie
Posted: 15 December 2011 02:11 PM   Total Posts: 2

public function getBoolean(name:String, def:Boolean):Boolean
      {
        if (_init == null)
          return def;
     
        if (!_init.hasOwnProperty(name))
          return def;
     
        var result:Boolean = _init[name];

        delete _init[name];
     
        return result;
      }

Hey guys can you know WHAT this bug?

It happens when I add a sprite that contains a view3D in a container application.

I use FlashBuilder 4.5 with SDK 4.5

Help me.

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X