ok im sure this can be found somewhere on this site, but ive done a few searches and i still cant find the answer im afraid: i have a draggable window and i would like to limit the area to which it can be dragged…(i hope thats clear)
notes from Serethas last post… if the instance name was “light” then it must be contained in double quotes, otherwise Flash thinks it’s supposed to be reading the value of a variable.
And you don’t have to contain the target within the arguments list, you can have it written inside or you can have it as [AS]targetName.startDrag()[/AS] Where you assign the startDrag() command to the target instead of assign the target as an argument value.
yeh ive actually got the action assigned to the movieclip im dragging itself, so its just startDrag("", false, 0, 0, 400, 250); kinda thing, which seems to work for me cheers everyone