I need a code to when you click on a button, the button dissappears, delay 2 sec. than it comes back at a random spot
I tried a code but i can't get it to work:
And yes, i know i'm a n00b in actionscriptCode:var sec = getSeconds();
if (timer==2)
{
wbrth1.x=random (// Here comes the max random X);
wbrth1.y=random (// Here comes the max random Y);
}
Thanks in advance, Purplemadness
