It Won't Work!!!

RWBRWB Icrontian
edited December 2004 in Internet & Media
ergle = 0;
next_btn.onRelease = function() {
ergle+1;
};
display.text = ergle;

OK, What could possibly be wrong with this? All I need is for this to work, and all my FLASH problems SHOULD be solved.

I have a movieclip with an instance name of "next_btn" and a dynamic text field with an instance name of "display". What is missing? When I click on the "next_btn" the dynamic text SHOULD go from 0 to 1 to 2 to 3 to 4 and so on as I click on it more.

PLEASE help, I don't like staying up all night, especially for several nights in a row. I HAVE to drive tomorrow for 16 hours, and I must rest.

Comments

  • RWBRWB Icrontian
    edited December 2004
    I have been forced to take a different approach, it works.

    3
Sign In or Register to comment.