5000: The class '..' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type

前端 未结 7 645
梦如初夏
梦如初夏 2021-01-13 00:15

Here is the title error with complete paths:

\\\\psf\\Home\\Dropbox\\Development\\Repositories\\GIT\\i-cc\\Powerhouse\\Notes\\master\\flash\\lib\\libnote\\         


        
7条回答
  •  既然无缘
    2021-01-13 00:33

    For others who may come across this:

    Am doing an assignment for my university course and so am very new to flash. The error went away for me after I added extends flash.display.MovieClip to the end of my class declaration.

    For example:

    public class MyClassName extends flash.display.MovieClip
    

提交回复
热议问题