Changeset 2157 for lang/actionscript/flmml/trunk/src
- Timestamp:
- 11/30/07 02:37:58 (6 years ago)
- Location:
- lang/actionscript/flmml/trunk/src
- Files:
-
- 2 modified
-
com/txt_nifty/sketch/flmml/MML.as (modified) (2 diffs)
-
flmml.swf (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MML.as
r2151 r2157 341 341 else newstr += m_string.substring(start[nest], last[nest]); 342 342 } 343 var l:int = newstr.length; 343 344 newstr += m_string.substring(m_letter); 344 345 m_string = newstr; 346 m_letter = l; 345 347 nest--; 346 348 } … … 498 500 m_string = removeWhitespace(m_string); 499 501 processRepeat(); 502 //trace(m_string); 500 503 process(); 501 504
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)