timer/counter question
Posted: Wed Jul 25, 2007 1:59 am
hello
I will try to explain:
field 1 = units
field 2 = duration
field 3 = increments
field 4 = results
button1
and something like:
on mouseUp
get field 1
get field 2
put (field1/field2)*field3 into field 3
repeat until someother mouseUp thing
end mouseUp
ok, i know it's not correct, here's the concept:
suppose i want to simulate a speedometer
field one is miles
field two is time (as in per hour)
field three increases over time and shows how many miles travelled
the slider would simulate a gas pedal
the process would continue to run as long as a button is not clicked
when a "disable" button is pressed the process stops. when the "disable" button is clicked again the process starts again.
ok... so i need something that contiunues until some other action is taken.
what i have tried so far gets me into a 'loop' i can't get out of and i have to force quit Rev application.
any suggestion or example would be appreciated.
thanks
homer
I will try to explain:
field 1 = units
field 2 = duration
field 3 = increments
field 4 = results
button1
and something like:
on mouseUp
get field 1
get field 2
put (field1/field2)*field3 into field 3
repeat until someother mouseUp thing
end mouseUp
ok, i know it's not correct, here's the concept:
suppose i want to simulate a speedometer
field one is miles
field two is time (as in per hour)
field three increases over time and shows how many miles travelled
the slider would simulate a gas pedal
the process would continue to run as long as a button is not clicked
when a "disable" button is pressed the process stops. when the "disable" button is clicked again the process starts again.
ok... so i need something that contiunues until some other action is taken.
what i have tried so far gets me into a 'loop' i can't get out of and i have to force quit Rev application.
any suggestion or example would be appreciated.
thanks
homer