A few thoughts on "Illegal Operation Error"

Here is the Language Reference page if it helps anyone:
http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/errors/IllegalOperationError.html

First of all, I’m not finding any way to actually set the “errorID”. You need to set in in the constructor, as once the Error instance is created, the “errorID” property becomes read-only, however, the only constructor option available is “message”.

Second, if you try to set some DisplayObject properties such as “x”, “y”, “alpha”, “rotation” etc on the Stage, an error is thrown.
http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/Stage.html

The Language Reference says that an “Illegal Operation Error” is thrown, however, the error has an error number attached, and it seems like a regular, plain “Error” is thrown. Could someone double check this? I’m still without a compiler… [SIZE=1](I have the external harddrive now so I can switch back to and restore Windows, but I’m just really liking Linux. :thumb:[/SIZE]