I am making a racing game and i made a MC timer, which times in seconds. I also created a frame by frame animation for it (20fps) and created 22 seconds. Now i placed the IstanceName: clock, and the MCname: clock.
Placed it onto the stage and gave the AS:

On(keyDown, <SPACE>) //something like that..
tellTarget("clock"){
Stop;
}
}

Did I do anything wrong? I pressed space in the game and it gaves me an output window saying that it cannot locate the (MC/Instance) clock and so didn't the clock stop.

Thanks for any posts i can find in this place.
//P.s. There a'int any tutorials...
//P.P.s So I can't get that AS
//P.P.P.s Should i use _Root.clock.Stop? It don't work..