Hello,
I was wondering how I could keep transition.cancel() from effecting other transitions. a condition is met this transition.cancel() runs and cancels all other trasition effects. Below is the code I would like to only cancel (inputBgBlink) used on the display object ( inputBg ).
local function listener1( inputBg )
local inputBgCancel = transition.cancel( inputBgBlink )
end
Thanks