hi there.
second question in two days lol but this one should be simple for some.
well i was wondering how to make a movie clip play the same animation everytime a counter i have increases by 3.
coz i have this code.
if (_level0.tptminutes==3 && _global.Isdaed == 0) {
_root.daedalus_mc.gotoAndPlay("_arriving");
}
and it works when the number == 3 but i am wanting it to do it everytime the tptminutes number has been increased by 3. im not sure of the operator to use for that. ive tried += but that just the adding one but im after how to make it detect every time the tptminutes has increased by 3.
thanks in advanced.