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

    Всего: 1

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

    −92

    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
    //Timer
    			timerOne = new Sprite();
    			timerOne.addChild (new Resources.CAMERA_TIMER_ONE);
    			timerOne.x = cameraWidth / 2 - saveButton.width / 2 + 7 + 5;
    			timerOne.y = cameraHeight - saveButton.height - 8  - 10  - 5- 3 +1;
    			
    			timerTwo = new Sprite();
    			timerTwo.addChild (new Resources.CAMERA_TIMER_TWO);
    			timerTwo.x = cameraWidth / 2 - saveButton.width / 2 + 7 + 5;
    			timerTwo.y = cameraHeight - saveButton.height - 8 - 10  - 5- 3 +1;
    			
    			timerThree = new Sprite();
    			timerThree.addChild (new Resources.CAMERA_TIMER_THREE);
    			timerThree.x = cameraWidth / 2 - saveButton.width / 2 + 7 + 5 ;
    			timerThree.y = cameraHeight - saveButton.height - 8- 10  - 5 - 3 +1;

    Очень хитрый таймер

    anonrab, 17 Ноября 2014

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