Random movement

how can i make movieclips stay in a 175 x 175 pixel area with suprabeener’s tutorial?

yea just change the coords in the a/s


MovieClip.prototype.reset = function() {
	// specify the width and height of the movie
	width = 175;
	height = 175;
	// -------------------

it helps when the movie actually is the size i specified there…thanks