Resetting animation, best practice

I have a 4-frame animation of a box rotating.
Each frame is different.
I want it to animate twice, then end on frame 1 like this:
1-2-3-4-1-2-3-4-1.
I tried to use :prepare(“anim”) after :play(“anim”) but that just overrides :play and no animation shows.
I also tried using a timerWithDelay that called a function with :prepare in it, but didn’t seem to work.

Thanks
Dane [import]uid: 117490 topic_id: 22045 reply_id: 322045[/import]

Never got a response (oh well) but I figured it out:
J
ust have the image that I want the box to start and/or remain at to be the last frame of the animation.

Prepare frame 4, then play the animation.

Obviously new to this! [import]uid: 117490 topic_id: 22045 reply_id: 88146[/import]