PDA

View Full Version : Please help! Random()



flatline damnation
April 20th, 2002, 06:09 AM
I'm getting in trouble with this random() function!
I have a random() action on the first frame of a MC and on another I have a if statement that checks the random() action.

Frame 1:
something = random(5);


Frame 10:
if (something==2){
do action
}

This isn't working, what am I doing wrong???

flatline damnation
April 20th, 2002, 07:38 AM
Nevermind, it's working...