dash wrote: > 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 > >
frame1; counter=0; stop();
on a button: on (release) { counter++; textfield.text = counter;