- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
while (i < 6)
{
scene.scene["pirat" + i].shot = false;
scene.scene["pirat" + i].num = i;
scene.scene["pirat" + i].gotoAndStop(1);
scene.scene["pirat" + i]._visible = false;
scene.scene["pirat" + i].swapDepths(10 + i);
scene.scene["pirat" + i].thisDepth = scene.scene["pirat" + i].getDepth();
scene.scene["pirat" + i].pirat.piratFall.gotoAndStop(1);
scene.scene["pirat" + i].pirat.piratFall._visible = false;
scene.scene["splash" + i].splash1.gotoAndStop(1);
scene.scene["splash" + i].splash2.gotoAndStop(1);
scene.scene["splash" + i]._visible = false;
++i;
}
scalar4eblo4no 21.02.2011 14:26 # +1
и строки 8 , есть еще что-то особенное, чего я не вижу?
nibb13 21.02.2011 16:51 # +1
wvxvw 21.02.2011 17:16 # +4
Lure Of Chaos 21.02.2011 23:07 # +5
Govnocoder#0xFF 21.02.2011 23:20 # 0