there seems to be no stage.border property in AS 3?
my class extends Sprite, what's the best way to draw a border around a flash object?
this.graphics.lineStyle (0,0x555555,0.5); this.graphics.drawRect (0,0, this.width, this.height);
where "this" is your Sprite object.
Code OXMO456 has a typo. The following is the fixed version:
this.graphics.lineStyle(0,0x555555,0.5); this.graphics.drawRect(0,0,this.width,this.height);
, , this.width this.height 0 , MovieClip - 0 0 . ADDED_TO_STAGE.
Use a filter. See this .
Source: https://habr.com/ru/post/1703725/More articles:Converting an object of type Object to another type using an object of type - castingWhat is a good Cnet Telnet client implementation? - c #VS2005 C ++ broken vtables - c ++Can I define a datagrid column that is sorted in Silverlight? - sortinghow to avoid sqlcmd empty line between results? - sqlShow tab with lots of ComboBox controls slowly with WinForms - performanceDataGridView - displaying the value of an object in a column - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1703728/how-can-i-rewrite-all-but-my-ip-address-to-the-std-apache-503-temporarily-down-error-message&usg=ALkJrhiuDOKIbPgaTHRDPmMULb8iPIo9ZAHow to make surround svn mv on Unix - svnVectors, iterators, and std :: find - c ++All Articles