- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
function onClick(e:MouseEvent):void{
window.visible=true;
clos.visible=true;
count=Math.round(Math.random()*5);
trace (count);
for(i; i<6; i++){
trace ("вцикле")
if(i==count){
window.fish.text=arr1[i];
count=0;
}
}
}