Drag and drope question

Hello!

I got this drag code from a file, but i don’t know how to set it up for my scene :confused: 0, 23, 495, 407 ? what is Width and Height? anyone who could tell?

on (press) {
	startDrag(this, false, 0, 23, 495, 407);
}

thx!