- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 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;