Help with.. I don't know how to explain :(

Hey there :smiley:
How would I make it so that if score was 1 or higher, it would preform the task?

on (release) {
if (score == 1) {
i = i+1;
duplicateMovieClip(_root.circle, “circle”+i, i);
} else {
// do nothing
}
// end else if
}

Thats what I thought it would be, But flash says no.

Please help, Thanks :smiley: