Game

waht is the code for makeing a boundry for a movieclip not to go past it i think it is hittest or something for a not flat boundry but im not shere what to make the boundry or where to put it like do i make the boundry a MC:?)
For Flash5

Not sure if this works for flash 5…

And I’m not quite sure I understood what you really said…

But… You have to have a point and a movieclip to do this…

if(_root.monkey.hitTest(_root.point._x, _root.point._y, TRUE))

yawwwn… Should be allright.

hmm ill keep messin around with it

you could also do inside the movie clip you want to hit test…

if(this, hitTest(_root.targetMC, true))
{
blah;
}