I made a movieclip wich need the possibillity to being dragged only to the left for like 300 pixels. Ofcourse it also need the possibillity to drag it back to it’s start position.
so i gave it the next code:
[AS]
on (press) {
startDrag( _x , true , 300 , 0 , 0 , 0);
}
[/AS]
But it doesn’t do anything.
What am i doing wrong? I think there will be someone who can help me out in this one.
Learning actionscript is sometimes really frustrating.
Jos