Question
need help (need identifier before dot error) on animate cc
import.flash.events.MouseEvent;
function ClickStop(Event: MouseEvent) {
stop();
}
StopButton.addEventListener(Mouse.Event.MOUSE_UP, ClickStop);
function ClickPlay(Event: MouseEvent) {
play();
}
PlayButton.addEventListener(Mouse.Event.MOUSE_UP, ClickPlay);
thats the code the one that gets the error is this
import.flash.events.MouseEvent;
