Don't like ads? PRO users don't see any ads ;-)
Guest

CCSequence

By: Swiff on May 18th, 2012  |  syntax: Objective C  |  size: 0.32 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.     CCSequence* seq = [CCSequence actions:
  2.                        [CCEaseOut actionWithAction:action rate:1],
  3.                        [CCEaseIn actionWithAction:action2 rate:1],
  4.                        [CCCallFunc actionWithTarget:self selector:@selector(launchFromTrampoline)], nil];
  5.     [avatar.character runAction:seq];