标签: actionscript-3
当我想编译代码时遇到问题。有错误
Type was not found or was not a compile-time constant: SliderEvent
但我已经导入了它。
import fl.events.SliderEvent;
当我右键点击GotoDeclaration时。我注意到那些文件不包括
GotoDeclaration
在我的项目中。我该怎么办?我认为fl库应该已经包含在我的项目中了。