weimingtom / nekonme

Automatically exported from code.google.com/p/nekonme
0 stars 0 forks source link

loaderInfo Missing on DisplayObject #211

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
loaderIndo is a property of the DisplayObject class - 

add 

public var loaderInfo:LoaderInfo;

and in constructor - 

loaderInfo = LoaderInfo.create(null);

this will atleast create an empty LoaderInfo object. If you want to reduce 
objects being created, dont add one.. and leave it null - atleast then we can 
check if the property is null. 

Original issue reported on code.google.com by tonypoli...@gmail.com on 16 Mar 2012 at 6:03