so I have everything working, it goes to the next frame and plays, yet my actions from frame one seem to be still running even though the are not in frame two. the debugger tells me:
Error: A ‘with’ action failed because the specified object did not exist.
which could only be reffering to my function in frame 1, since it ceasts to exist on frame 2.
Is there a way to cease the onenterframe function on the hittest clipevent? or is it automatic and my code is not quite right…(more than likely since I am hacking my way through actionscript)