alexvoz / as3isolib

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

IsoView, please change zoomContainer from private to protected #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

in the IsoView there is:

private var zoomContainer:Sprite;
protected var mContainer:Sprite;

which is inconsistent. I'm inheriting my own view class from IsoView and need 
access to both of them.

Please change those to protected.

Thanks

Original issue reported on code.google.com by vierzigu...@gmail.com on 10 Jun 2011 at 8:06

GoogleCodeExporter commented 9 years ago
When on this maybe the same for sceneContainer:Sprite, maskShape:Shape, 
borderShape:Shape?

Would be nice, thanks.

Original comment by vierzigu...@gmail.com on 10 Jun 2011 at 8:31