| Juice_Green |
27.03.2006 11:00 |
Ошибка компиляции после удаления кеша классов
Всем привет.
Нужно было очистить кеш компиленных классов на флеш, дабы изменения вступили в силу. Сделал командой Contrlol -> Delete ASO files , после это нажимаю на test project выходит следующее:
Цитата:
**Error** C:\Documents and Settings\sergey\Local Settings\Application Data\Macromedia\Flash 8\en\Configuration\Classes\FP8\TextField\StyleSheet.as: Line 7: The name of this class, 'TextField.StyleSheet', conflicts with the name of another class that was loaded, 'TextField.StyleSheet'.
{
**Error** D:\new\Mask.as: Line 5: The name of this class, 'Mask', conflicts with the name of another class that was loaded, 'Mask'.
class Mask {
**Error** D:\new\Field.as: Line 3: The name of this class, 'Field', conflicts with the name of another class that was loaded, 'Field'.
class Field {
**Error** D:\new\Btn.as: Line 3: The name of this class, 'Btn', conflicts with the name of another class that was loaded, 'Btn'.
class Btn extends MovieClip{
**Error** D:\new\Key_btn.as: Line 1: The name of this class, 'Key_btn', conflicts with the name of another class that was loaded, 'Key_btn'.
class Key_btn extends Btn {
**Error** D:\new\Func_btn.as: Line 1: The name of this class, 'Func_btn', conflicts with the name of another class that was loaded, 'Func_btn'.
class Func_btn extends Btn {
Total ActionScript Errors: 6 Reported Errors: 6
|
Причем есть подозрение что последующие ошибки порождает первая ... а такого класса я даже и не объявлял
|