PDA

View Full Version : It Won't Work!!!


RWB
20 Dec 2004, 3:46am
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.

RWB
20 Dec 2004, 6:10am
I have been forced to take a different approach, it works.

3