12-04-2012 07:11 PM
I need an animation to play, and when it's finished I need another animation to play straight after.
I read about seqential animation in the docs, but it errors
SequentialAnimation::create(snareShadow).add(TranslateTransition::create().fromX(0).toX(100)).add(Fa deTransition::create().from(1.0f).to(0.0f)).autoDe lete().play();
How can I do this?
12-05-2012 01:39 AM
12-05-2012 06:02 AM
It doesnt build:
error: 'class bb::cascades:
equentialAnimation::Builder' has no member named 'autoDelete'
error: 'class bb::cascades:
equentialAnimation::Builder' has no member named 'play'
12-07-2012 05:58 AM
Bump