Second mouse click

Does anyone know whats wrong with this code?
Mouse Button Down > Script Editor
Mouse Button Down > Script Editor
- Code: Select all
ChangeAnimation("Event Actor", "StartD", FORWARD);
AllReadyUp = 1;
if(AllReadyUp)
{
ChangeAnimation("Event Actor", "StartU", FORWARD);
AllReadyUp = 0;
}