Показать сообщение отдельно
Старый 09.03.2010, 15:11
xpymbl4 вне форума Посмотреть профиль Отправить личное сообщение для xpymbl4 Найти все сообщения от xpymbl4
  № 7  
Ответить с цитированием
xpymbl4
 
Аватар для xpymbl4

Регистрация: Jul 2008
Адрес: Smolensk
Сообщений: 124
Отправить сообщение для xpymbl4 с помощью ICQ Отправить сообщение для xpymbl4 с помощью Skype™
Код AS3:
var str:String = "Woke up and I feel like shit I don't remember last night, I'm getting sick of this I hit the bottle when I got off stage And got piss drunk stupid and went in a rage I think I mighta got into a fight Because my knuckles were bloody and I don't feel alright I hit the bottom and I don't even care Some say I'm going to hell but I'm already there Sick and tired of being sick and tired";
var strResult:String = '';
var strTransfer:int = 80;
for (var i:int = 0; i < str.length; i ++) {
     strResult = strResult + str.charAt(i);
     if ((i % strTransfer == 0) && (i != 0)) {
          strResult = strResult + '\n';
          trace(i); //80, 160, 240, 320 ...
     }			
}			
trace(strResult); // Строки по 80 символов.
Добавлено через 2 минуты
Сорри, мой вариант будет медленнее
__________________
круглое тащим, квадратное катим