Home Flash Working with Arrays in ActionScript3

Properties

constructor

1
2
3
4
5
6
7
8
9
		public function arrayClass() {
trace("Пример использования свойства constructor");
exampleConstructo();
}
 
public function exampleConstructo() {
trace("Ссылка "+arrayClass.prototype.constructor);
trace(arrayClass.prototype.constructor == arrayClass);
}

Result

1
2
3
Пример использования свойства constructor
Ссылка [class arrayClass]
true

Nice Ajax Poll

Which one of my extensions is the best?

Statistics

Advertisement