ДействиеСценарий / Говнокод #17124 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  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 anonrab, (Updated )

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

Добавить комментарий

Помни, guest, за тобой могут следить!

    А не использовать ли нам bbcode?


    8