Hi everyone
i want to be stopped my movieclip on particular place.
here given code
onClipEvent(enterFrame)
{
this._y -= 2;
}
this code helps me to move movieclip. its ok but when it reaches 20 then i want to be stopped how can i do so ?
Please help me.
thanx in advance
waiting