cocos2d.js有这个功能函数么

以前用phaser有个背景图片移动只需要一张图片,利用game.add.tileSprite(0,0,game.width,game.height,‘background’).autoScroll(-30,0);添加精灵设置补全就能不停的像一个方向移动,Cocos找了半天没发现

楼主 可以是试试 repeat run action