Ask a Question related to Macromedia Flash, Design and Development.
-
dash #1
help with button counter
Hey ppl
is the a way i can have flash record how many times a user has pressed a
button on the screen have have the number dispalyed.
thanks
dash
dash Guest
-
Day Counter
Hi, I'm looking for a counter that i can set at any number and will automatically add 1 to that number at midnight each night. This is to monitor... -
RFC: DBIx::Counter - persistent counter class
Hi, I've been a CPAN consumer for so long, I thought it's about time to start contributing. I wrote a little module that does exactly the same as... -
Free Network Tools - Random Password Generator - Link Counter - Hit Counter
Free Network Tools - Random Password Generator - Link Counter - Hit Counter http://www.sharewareisland.com/onlinetools.asp -
hit counter or page counter
Hi, I need to have a page counter to see how many people access my website. How can this be done? In FrontPage, it's called hit counter. Thanks. -
how do I add a hit counter?
I have published a website using MS Publisher 200, and I can't figure out how to pu t asimple hit counter on my home page....I don't want to... -
Andrew Bullock #2
Re: help with button counter
dash wrote:
frame1;> Hey ppl
> is the a way i can have flash record how many times a user has pressed a
> button on the screen have have the number dispalyed.
> thanks
> dash
>
>
counter=0;
stop();
on a button:
on (release) {
counter++;
textfield.text = counter;
}
Andrew Bullock Guest



Reply With Quote

