Ejemplo n.º 1
0
        public static CCRepeatForever actionWithAction(CCActionInterval action)
        {
            CCRepeatForever ret = new CCRepeatForever();
            ret.initWithAction(action);

            return ret;
        }
Ejemplo n.º 2
0
        public static CCRepeatForever actionWithAction(CCActionInterval action)
        {
            CCRepeatForever cCRepeatForever = new CCRepeatForever();

            cCRepeatForever.initWithAction(action);
            return(cCRepeatForever);
        }
Ejemplo n.º 3
0
        public static CCRepeatForever actionWithAction(CCActionInterval action)
        {
            CCRepeatForever ret = new CCRepeatForever();

            ret.initWithAction(action);

            return(ret);
        }