id myaction = [Animate actionWithAnimation: animation restoreOriginalFrame:NO];
id actionrev = [myaction reverse];
[bg runAction : actionrev];
hi, i was trying to reverse an animation with this code... but the debugger was alert this msg:
*** Terminating app due to uncaught exception 'ReverseActionNotImplemented', reason: 'Reverse Action not implemented'
2009-07-13 16:19:56.906 FanTool[374:207] Stack: (
808001701,
805397928,
129899,
317153,
281889,
278763,
230321,
815423588,
815420524,
814968388,
814966908,
839149932,
807750263,
807747947,
839144100,
814678908,
814672532,
8909,
8764
)
terminate called after throwing an instance of 'NSException'
Program received signal: “SIGABRT”.
(gdb)