
Код AS3:
package {
public class phase {
public function phase() {
trace("неужели...")
}
}
public class testing {
бла...бла...бла.......
}
}
Цитата:
|
1013: The private attribute may be used only on class property definitions.
|
если убрать phase (класс полностью), то всё ок, иначе посылает к 1013...
опа....
ничего не менял, а стало
Цитата:
|
5006: An ActionScript file can not have more than one externally visible definition: phase, testing
|