Re: [Flashcoders] Variable containing a String instance crash Flash 8 on [List Variables]

2006-04-04 Thread Janis Radins
new String instance is created by simple var myString:String = new String() with no arguments. though this might be quite a bug, once i tried new Object("a") that leaded to total crash of flash ide that finished not only with restrating flash but i had to reinstall it. 2006/4/4, Fumio Nonaka <[EM

[Flashcoders] Variable containing a String instance crash Flash 8 on [List Variables]

2006-04-04 Thread Fumio Nonaka
If a variable containing a String instance exists, [List Variables] causes to crash Flash 8. [1] Write the following frame action: _str = new String(""); [2] [Test Movie] [3] From the [Debug] menu, chose [List Variables] [Result] Flash 8 will crash. The crash is reproduced in Flash 8.0/Mac OS X.4