Should i take down my announcement?

it’s getting kinda old. so should i do it?

It’s up to you =) When I am faced with important decisions such as this, I rely on the following code and blindly do what it tells me:
[AS]blah = Math.round(Math.random(2));
if (blah == 0) {
trace(“NOPE”);
} else {
trace(“YEP”);
}[/AS]
So, do what the Flash thing says. It is never wrong…except that one time.

Cheers!
Kirupa :q:

um, kirupa. syntax error :slight_smile:

hmm, I just pasted that code on a frame and I didn’t get a syntax error =)

Math.random() doesn’t take parameters. but in all honesty who cares, right?

haha true - didn’t notice that I put it within the quotes :slight_smile: