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

前端 未结 7 606
梦如初夏
梦如初夏 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:49

    Just change the type of symbol accordingly. This was a quick way I get rid of my 'error 5000''s.

    MovieClip to Button or Graphic // Button to MovieClip or Graphic // Graphic to MovieClip or Button

    0 讨论(0)
提交回复
热议问题