Is there a way to set Random (number) to not include 0? What I need to do is use this function to tell a movie clip to go to a random frame number. If 0 is the random number, it won't know where to go.

Here is what I have on the button: (Flash 4)

On Release
Begin Tell Target ("MC")
Go To and Stop (Random (2))
End Tell Target
End On

Thanks in advance,