Help!

i thought that this was over but it isn’t…sorry!\r\rRemember my first question? when you press the mouse and the MC attaches? well…i have many more objects on the stage. The thing is that when i click on a hammer and press on a screen there are holes (because of breaking) and when i press on some other object that i want to use e.g. knife, i want that object to have it’s own MC’s that are attached to the stage…that means if i choose the hammer as a tool, there will be holes on the screen when i click. And when i use knife as a tool, there is a cutting on the screen when i click. Get it?\r\rEvery MC that is draggable has it’s own MC that will be attached when clicked with it. (this is a simple explanation)\r\rThank you!

anyone? please? I PROMISE that this is the last thing i need to complete the game.

this script doesn’t work:

onClipEvent (enterFrame) {
if (this.hitTest);(_root.boy) {
this.visible = 0 ;
_root.boy.play () ;
}
}

it sez:
Clipboard Actions: Line 2: ‘)’ expected
if (this.hitTest (_root.boy) {

if i do this
if (this.hitTest) (_root.boy) {
then it says ; expected

It’s

  if (this.hitTest (_root.boy))

pom 0]