registerPreDrawAction(new IPreDrawAction() {
public void processAction() {
getMTApplication().invokeLater(new Runnable() {
public void run() {
puzzleGroup.addChild(sh);
sh.tweenTranslateTo(x, y, 0, 400, 0f, 1.0f);
}
});
}
public boolean isLoop() {return false;}
});