/** creates a Place action with a position */
 public static CCBSetSpriteFrame Create(CCSpriteFrame pSpriteFrame)
 {
     var ret = new CCBSetSpriteFrame();
     ret.InitWithSpriteFrame(pSpriteFrame);
     return ret;
 }