- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
private static function get_icon( _stuff_view : MovieClip ) : MovieClip
{
var icon_stuff : MovieClip;
try
{
icon_stuff = MovieClip(_stuff_view.getChildByName('icon'));
if (!icon_stuff)
icon_stuff = _stuff_view;
}
catch ( e : Error )
{
icon_stuff = _stuff_view;
ASSERT.warning("LoadedLibsManager 'icon' not find ");
}
icon_stuff.stop();
return icon_stuff;
}
serpinski 15.05.2013 13:46 # +1
serpinski 15.05.2013 14:28 # −5
Lure Of Chaos 15.05.2013 16:17 # +3
не найти