1046:未找到类型或不是编译时常量错误

use*_*395 1 actionscript-3

我对AS3非常非常新,并尝试编辑我的一些模板.我收到了这条消息......有人可以帮助我一步一步做些什么吗?就像我说的,我很新,需要一步一个脚印.

Scene 1, Layer 'Layer 2', Frame 1, Line 10  1046: Type was not found or was not a compile-time constant: Event.

Scene 1, Layer 'Layer 2', Frame 1, Line 23  1046: Type was not found or was not a compile-time constant: MouseEvent.

Scene 1, Layer 'Layer 2', Frame 1, Line 28  1046: Type was not found or was not a compile-time constant: MouseEvent.

Scene 1, Layer 'Layer 2', Frame 1, Line 33  1046: Type was not found or was not a compile-time constant: MouseEvent.

Scene 1, Layer 'Layer 2', Frame 1, Line 38  1046: Type was not found or was not a compile-time constant: MouseEvent.
Run Code Online (Sandbox Code Playgroud)

mih*_*hai 5

您导入的代码中的类不会导入.

import flash.events.Event;
import flash.events.MouseEvent;
Run Code Online (Sandbox Code Playgroud)