1. Список говнокодов пользователя kyzi007

    Всего: 128

  2. ActionScript / Говнокод #10032

    −95

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    52. 52
    53. 53
    54. 54
    55. 55
    56. 56
    57. 57
    58. 58
    59. 59
    60. 60
    61. 61
    62. 62
    63. 63
    64. 64
    65. 65
    66. 66
    67. 67
    override public function parseStatic (data : *) : void
    		{
    			if (_dataStatic)
    			{
    				super.parseStatic("merge");
    				_parentId = parseString(_dataStatic, _parentId, 'parentId');
    				_logicClass = parseString(_dataStatic, _logicClass, 'logicClass');
    				_logicParams = parseString(_dataStatic, _logicParams, 'logicParams');
    				_sourceClass = parseString(_dataStatic, _sourceClass, 'sourceClass');
    				_action = parseString(_dataStatic, _action, 'action');
    				_noCreate = parseBoolean(_dataStatic, _noCreate, 'noCreate');
    				_x = parseint(_dataStatic, _x, 'x');
    				_y = parseint(_dataStatic, _y, 'y');
    				_width = parseint(_dataStatic, _width, 'width');
    				_height = parseint(_dataStatic, _height, 'height');
    				_percentWidth = parseint(_dataStatic, _percentWidth, 'percentWidth');
    				_percentHeight = parseint(_dataStatic, _percentHeight, 'percentHeight');
    				_depth = parseint(_dataStatic, _depth, 'depth');
    				_scale = parseString(_dataStatic, _scale, 'scale');
    				_scaleX = parseNumber(_dataStatic, _scaleX, 'scaleX');
    				_scaleY = parseNumber(_dataStatic, _scaleY, 'scaleY');
    				_sourceClass = parseString(_dataStatic, _sourceClass, 'sourceClass');
    				_action = parseString(_dataStatic, _action, 'action');
    				_sourceUrl = parseString(_dataStatic, _sourceUrl, 'sourceUrl');
    				_hAlign = parseString(_dataStatic, _hAlign, 'hAlign');
    				_vAlign = parseString(_dataStatic, _vAlign, 'vAlign');
    				super.parseStatic(data);
    				_parentId = parseString(_dataStatic, _parentId, 'parentId');
    				_logicClass = parseString(_dataStatic, _logicClass, 'logicClass');
    				_logicParams = parseString(_dataStatic, _logicParams, 'logicParams');
    				_sourceClass = parseString(_dataStatic, _sourceClass, 'sourceClass');
    				_action = parseString(_dataStatic, _action, 'action');
    				_noCreate = parseBoolean(_dataStatic, _noCreate, 'noCreate');
    				_x = parseint(_dataStatic, _x, 'x');
    				_y = parseint(_dataStatic, _y, 'y');
    				_width = parseint(_dataStatic, _width, 'width');
    				_height = parseint(_dataStatic, _height, 'height');
    				_percentWidth = parseint(_dataStatic, _percentWidth, 'percentWidth');
    				_percentHeight = parseint(_dataStatic, _percentHeight, 'percentHeight');
    				_depth = parseint(_dataStatic, _depth, 'depth');
    				_scale = parseString(_dataStatic, _scale, 'scale');
    				_scaleX = parseNumber(_dataStatic, _scaleX, 'scaleX');
    				_scaleY = parseNumber(_dataStatic, _scaleY, 'scaleY');
    				_sourceClass = parseString(_dataStatic, _sourceClass, 'sourceClass');
    				_action = parseString(_dataStatic, _action, 'action');
    				_sourceUrl = parseString(_dataStatic, _sourceUrl, 'sourceUrl');
    				_hAlign = parseString(_dataStatic, _hAlign, 'hAlign');
    				_vAlign = parseString(_dataStatic, _vAlign, 'vAlign');
    			} else if (data == "merge")
    			{
    				super.parseStatic(data);
    				_parentId = parseString(_dataStatic, _parentId, 'parentId');
    				_logicClass = parseString(_dataStatic, _logicClass, 'logicClass');
    				_logicParams = parseString(_dataStatic, _logicParams, 'logicParams');
    				_sourceClass = parseString(_dataStatic, _sourceClass, 'sourceClass');
    				_action = parseString(_dataStatic, _action, 'action');
    				_noCreate = parseBoolean(_dataStatic, _noCreate, 'noCreate');
    				_x = parseint(_dataStatic, _x, 'x');
    				...
    			}
    			else
    			{
    				super.parseStatic(data);
    				_id = parseString(_dataStatic, _id, 'id');
    				_idDebug = parseString(_dataStatic, _idDebug, 'idDebug');
    			}
    		}

    kyzi007, 25 Апреля 2012

    Комментарии (3)
  3. ActionScript / Говнокод #9987

    −124

    1. 1
    var allInteractiveItems : Array = ItemSearchHelper.join(ItemSearchHelper.join(ItemSearchHelper.sortById(_worldInfo.itemsInteractive), ItemSearchHelper.sortById(GameInfo.instance.items)), ItemSearchHelper.sortById(GameInfo.instance.itemsInteractive)).concat(ItemSearchHelper.sortById(_worldInfo.items));

    Оптимизнула к концу рабочего дня...

    kyzi007, 19 Апреля 2012

    Комментарии (21)
  4. ActionScript / Говнокод #9883

    −116

    1. 1
    var rowIndex:Boolean = Number(isNaN(parseInt(nextCharacter)));

    Проверка строки на наличие чисел.
    Пикантность ситуации еще придает что parseInt ('буква') всегда равно нулю.

    kyzi007, 06 Апреля 2012

    Комментарии (6)
  5. ActionScript / Говнокод #9866

    −121

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    override public function removeChildAt(index:int):DisplayObject
    {
    var child:DisplayObject = getChildAt(index);
    
    removingChild(child);
    
    $removeChild(child);
    
    childRemoved(child);
    
    return child;
    }

    kyzi007, 05 Апреля 2012

    Комментарии (5)
  6. ActionScript / Говнокод #9776

    −129

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    private function updPos (xpos: int, ypos: int): void
    {
    	var di: int
    	var dj: int
    	var tx: int = shadow.x;
    	var ty: int = shadow.y;
    
    	var max: int = 15;
    	var cmax: int = 0;
    
    	var my: int = ypos;
    	if (obj.inf.skew == 0)
    	{
    		shadow.x = Math.ceil(xpos / 32) * 32;
    		shadow.y = Math.ceil(my / 18) * 18
    		di = (shadow.x - 30) / 32
    		if (di % 2) shadow.y += 9;
    		dj = (shadow.y + di * 9 - 251 ) / 18 * 2 + 1;
    
    		cmax = (max + dj / 2 - 1);
    		if (di > cmax)			 di = cmax;
    		if (di < 0)			 di = 0;
    
    		if (dj < 3) dj = 3;
    		lastPoint = GridManager.instance.getPointer([dj, di]);
    		shadow.x = lastPoint.x;
    		shadow.y = lastPoint.y;
    		pos = [];
    		pos[0] = dj;
    		pos[1] = di;
    	}
    	else
    	{
    		shadow.x = Math.ceil(xpos / 32) * 32 - 2;
    		shadow.y = Math.ceil(my / 18) * 18 - 2;
    
    		di = (shadow.x - 30) / 32
    		if (di % 2) shadow.y += 9;
    		dj = (shadow.y + di * 9 - 251 ) / 18 * 2 + 1
    		if (dj < 2) dj = 2;
    		if (di < 0) di = 0;
    		cmax = (max + dj / 2 );
    		if (di > cmax)	 di = cmax;
    		pos = [];
    		pos[0] = dj;
    		pos[1] = di;
    		lastPoint = GridManager.instance.getPointer([dj, di]);
    		shadow.x = lastPoint.x;
    		shadow.y = lastPoint.y;
    	}
    }

    Перемещаем клип по сетке драгом...

    kyzi007, 27 Марта 2012

    Комментарии (1)
  7. ActionScript / Говнокод #9750

    −124

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    46. 46
    47. 47
    if (param.visible == 'cache')
    {
    	while (parseCacheResult.indexOf('$data') != -1) parseCacheResult = parseCacheResult.replace('$data', '_dataCache');
    	while (parseCacheResult.indexOf('$name') != -1) parseCacheResult = parseCacheResult.replace('$name', param.nameParam);
    	while (parseCacheResult.indexOf('$type') != -1) parseCacheResult = parseCacheResult.replace('$type', param.type);
    } else if (param.visible == 'static')
    {
    	while (parseStaticResult.indexOf('$data') != -1) parseStaticResult = parseStaticResult.replace('$data', '_dataStatic');
    	while (parseStaticResult.indexOf('$name') != -1) parseStaticResult = parseStaticResult.replace('$name', param.nameParam);
    	while (parseStaticResult.indexOf('$type') != -1) parseStaticResult = parseStaticResult.replace('$type', param.type);
    }
    else
    {
    	while (parseDynamicResult.indexOf('$data') != -1) parseDynamicResult = parseDynamicResult.replace('$data', '_dataDynamic');
    	while (parseDynamicResult.indexOf('$name') != -1) parseDynamicResult = parseDynamicResult.replace('$name', param.nameParam);
    	while (parseDynamicResult.indexOf('$type') != -1) parseDynamicResult = parseDynamicResult.replace('$type', param.type);
    }
    
    while (setResult.indexOf('$name') != -1) setResult = setResult.replace('$name', param.nameParam);
    while (setResult.indexOf('$type') != -1) setResult = setResult.replace('$type', param.type);
    while (setResult.indexOf('$className') != -1) setResult = setResult.replace('$className', className);
    
    while (getResult.indexOf('$name') != -1) getResult = getResult.replace('$name', param.nameParam);
    while (getResult.indexOf('$type') != -1) getResult = getResult.replace('$type', param.type);
    
    while (varResult.indexOf('$name') != -1) varResult = varResult.replace('$name', param.nameParam);
    while (varResult.indexOf('$type') != -1) varResult = varResult.replace('$type', param.type);
    while (varResult.indexOf('$comment') != -1) varResult = varResult.replace('$comment', param.comment);
    while (varResult.indexOf('$default') != -1) varResult = varResult.replace('$default', param.defaultValue);
    
    }
    
    var result : String = baseTemplate;
    while (result.indexOf('$className') != -1) result = result.replace('$className', className);
    while (result.indexOf('$comment') != -1) result = result.replace('$comment', comment);
    while (result.indexOf('$baseClass') != -1) result = result.replace('$baseClass', baseClass);
    while (result.indexOf('$singleton_1') != -1) result = result.replace('$singleton_1', singl_1);
    while (result.indexOf('$singleton_2') != -1) result = result.replace('$singleton_2', singl_2);
    
    result = result.replace('$var', varResult);
    result = result.replace('$set', setResult);
    result = result.replace('$get', getResult);
    result = result.replace('$parseDynamic', parseDynamicResult);
    result = result.replace('$parseStatic', parseStaticResult);
    result = result.replace('$parseCache', parseCacheResult);
    result = result.replace('$values', valuesList);
    result = result.replace('$dynamic', data.dynamicClass == 1 ? 'dynamic' : '');

    Как то родилось в процессе допилок кодогена )

    kyzi007, 23 Марта 2012

    Комментарии (1)
  8. ActionScript / Говнокод #9704

    −122

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    52. 52
    53. 53
    54. 54
    55. 55
    56. 56
    57. 57
    58. 58
    59. 59
    60. 60
    61. 61
    62. 62
    63. 63
    64. 64
    65. 65
    66. 66
    67. 67
    68. 68
    69. 69
    70. 70
    71. 71
    72. 72
    73. 73
    74. 74
    75. 75
    76. 76
    var daytoday:String;
    var today = new Date();
    var monthtoday;
    var year = today.getFullYear(); 
    var timer:Timer = new Timer(1000);
    timer.addEventListener(TimerEvent.TIMER, clock);
    timer.start();
    function clock(e:TimerEvent):void {
       var datetoday:Date=new Date();
       switch (datetoday.day) {
           case 0:
           daytoday="ВОСКРЕСЕНЬЕ";
           break;
           case 1:
           daytoday="ПОНЕДЕЛЬНИК";
           break;
           case 2:
           daytoday="ВТОРНИК";
           break;
           case 3:
           daytoday="СРЕДА";
           break;
           case 4:
           daytoday="ЧЕТВЕРГ";
           break;
           case 5:
           daytoday="ПЯТНИЦА";
           break;
           case 6:
           daytoday="СУББОТА";
           break;
       }
       дэй_оф_вик.text=String(daytoday);
     
       switch (datetoday.month) {
           case 0:
           monthtoday="Января";
           break;
           case 1:
           monthtoday="Февраля";
           break;
           case 2:
           monthtoday="Марта";
           break;
           case 3:
           monthtoday="Апреля";
           break;
           case 4:
           monthtoday="Мая";  
           break;  
           case 5:  
           monthtoday="Июня";
           break;
           case 6:
           monthtoday="Июля";
           break;
           case 7:
           monthtoday="Августа";
           break;
           case 8:
           monthtoday="Сентября";
           break;
           case 9:
           monthtoday="Октября";
           break;
           case 10:
           monthtoday="Ноября";
           break;
           case 11:
           monthtoday="Декабря";
           break;
       }
       month.text=String(monthtoday);  
       day.text=String(datetoday.date);
       data_txt.text = year;
    }

    Мне больше всего нравится 33 строка...

    kyzi007, 18 Марта 2012

    Комментарии (11)
  9. ActionScript / Говнокод #9652

    −124

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    52. 52
    53. 53
    54. 54
    55. 55
    56. 56
    57. 57
    58. 58
    59. 59
    60. 60
    61. 61
    62. 62
    63. 63
    64. 64
    65. 65
    66. 66
    67. 67
    68. 68
    69. 69
    70. 70
    71. 71
    72. 72
    73. 73
    function igra(e:Event)
    {
    
    if (V)
    {
    
    addChild(ME); ME.x=277; ME.y=200.35;
    addChild(KN1); KN1.x=73; KN1.y=83;
    addChild(KN2); KN2.x=73;  KN2.y=170;
    addChild(KN3); KN3.x=75; KN3.y=260.95;
    //trace("----");
    KN1.addEventListener(MouseEvent.CLICK,KN1pres)
    function KN1pres(e:MouseEvent)
    {
     trace("---------");
     V=false;
     A=true;
     ME.x=-303.95; ME.y=203.35;
     KN1.x=-303.95; KN1.y=203.35;
     KN2.x=-303.95; KN2.y=203.35;
     KN3.x=-303.95; KN3.y=203.35;
    }
    
    }
     if(A)
     { 
     	
     	if(B<=3)
       {
       	addChild(ST);
       	ST.x=376.5;  
       	ST.y=168;
       }
     	else
       {
         ST.x=643;  
         ST.y=170;
    
       }
     	
     	
     	addChild(STG1);
     	STG1.x=277;
     	STG1.y=200.35;
     	addChild(KV);
     	KV.x=695.5;
     	KV.y=24;
     	addChild(VR);
     	VR.x=30.35
     	VR.y=395.95
     
     	if(KV.hitTestObject(ST))
     	{
       B++;
       KV.gotoAndPlay(1);
       //trace("---");
       trace(B);
       
     	}
     	
     	if(KV.hitTestObject(VR))
     	{
       A=false;V=true;B=0;
       ST.x=-303.95; ST.y=203.35;
       STG1.x=-303.95; STG1.y=203.35;
       KV.x=-303.95; KV.y=203.35;
       VR.x=-303.95; VR.y=203.35;
       
     	}
       
     }
    
    }

    kyzi007, 12 Марта 2012

    Комментарии (6)
  10. ActionScript / Говнокод #9640

    −120

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    var A:Boolean=false; // запускаем первый уровень
    var B:Number=0; // счотчик ударов
    var V:Boolean=true; // вызов меню
    //------------------------------------
    var STG1:stg1=new stg1();
    var KV:kvadrat=new kvadrat();
    var ST:stena=new stena();
    var VR:vorota=new vorota();
    //-----------------------------------
    var ME:menu=new menu;
    var KN1:knopko1=new knopko1(); // первый уровень
    var KN2:knopko2=new knopko2(); // не зделанно
    var KN3:knopko3=new knopko3(); // не зделанно

    kyzi007, 10 Марта 2012

    Комментарии (9)
  11. ActionScript / Говнокод #9619

    −123

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    for (f_cntr = 0; f_cntr <= (_end_ -_start_); f_cntr++) {
    			var _pos_ = 0;	var _prc_ = 0;	var _min_ = 0;	var _max_ =0
    			_obj_ =mc_SHOP.mc_TOVARI._a.duplicateMovieClip("f" + f_cntr, f_cntr + 1);
    			if (f_cntr / 2 == int(f_cntr / 2)) { _obj_._x = _XX;_obj_._y = _YY
    			}else {	_obj_._x = _XX;	_obj_._y = _YY + 140;_XX += 140
    			}
    		if(mc_SHOP._currentframe<20){
    			 _pos_ = parseInt(PRICE["body" + mc_SHOP._currentframe].substr((_start_+f_cntr-1) * 11, 3), 10)
    			 _prc_ = parseInt(PRICE["body" + mc_SHOP._currentframe].substr((_start_ +f_cntr - 1) * 11 + 3, 4), 16)
    			 _min_ = parseInt(PRICE["body" + mc_SHOP._currentframe].substr((_start_ +f_cntr - 1) * 11 + 7, 2), 10)
    			 _max_ = parseInt(PRICE["body" + mc_SHOP._currentframe].substr((_start_ +f_cntr - 1) * 11 + 9, 2), 10)
    			_obj_.BODY._group_.text = mc_SHOP._currentframe
    				if (GETKEY(_pos_)=="0") {if (KID_MONTH >= _min_) { _obj_.gotoAndStop(1);	_obj_._age.gotoAndStop(1)}else { _obj_.gotoAndStop(4);_obj_._age.gotoAndStop(2)}}else {_obj_.gotoAndStop(3)}
    		} else if (mc_SHOP._currentframe<40) {
    			 _pos_ = parseInt(PRICE["body" + (mc_SHOP._currentframe-20)].substr((_start_+f_cntr-1) * 11, 3), 10)
    			 _prc_ = Math.floor(parseInt(PRICE["body" + (mc_SHOP._currentframe-20)].substr((_start_+f_cntr-1) * 11 + 3, 4), 16) * 0.7)
    			 _min_ = parseInt(PRICE["body" + (mc_SHOP._currentframe-20)].substr((_start_ +f_cntr - 1) * 11 + 7, 2), 10)
    			 _max_ = parseInt(PRICE["body" + (mc_SHOP._currentframe-20)].substr((_start_ +f_cntr - 1) * 11 + 9, 2), 10)
    			_obj_.BODY._group_.text = mc_SHOP._currentframe-20
    			if(_pos_==310||_pos_==311||_pos_==312||_pos_==313||_pos_==314||_pos_==315||_pos_==316||_pos_==317||_pos_==318||_pos_==319){	_obj_.gotoAndStop(4);_obj_._age.gotoAndStop(1)
    			}else {	if (GETKEY(_pos_) == "0") { _obj_.gotoAndStop(4);}else {_obj_.gotoAndStop(2)}}
    		}else {
    			 _pos_ = parseInt(PRICE["body" + (mc_SHOP._currentframe-40)].substr((_start_+f_cntr-1) * 11, 3), 10)
    			 _prc_ = Math.floor(parseInt(PRICE["body" + (mc_SHOP._currentframe-40)].substr((_start_+f_cntr-1) * 11 + 3, 4), 16) * 1.1)
    			 _min_ = parseInt(PRICE["body" + (mc_SHOP._currentframe-40)].substr((_start_ +f_cntr - 1) * 11 + 7, 2), 10)
    			 _max_ = parseInt(PRICE["body" + (mc_SHOP._currentframe-40)].substr((_start_ +f_cntr - 1) * 11 + 9, 2), 10)
    			_obj_.BODY._group_.text = mc_SHOP._currentframe-40
    			if (_prc_ > MONEY.body2) {
    				_obj_.gotoAndStop(4)
    			}else {
    				_obj_.gotoAndStop(1)
    			}
    			_obj_._age.gotoAndStop(1)
    		}
    		_obj_.BODY.gotoAndStop(_pos_)
    		_obj_._id_.text = "F"+_pos_+" :: "+_prc_//(_start_+f_cntr)
    		_obj_._price_ = _prc_*1
    		_obj_._min_ = _min_
    		_obj_._max_ = _max_
    		_obj_._age._min.text = _min_+"м+"
    		_obj_._cena.text = _prc_
    	}

    Магазинчег...

    kyzi007, 06 Марта 2012

    Комментарии (3)