I'm learning cocos2d(python).When i watch cocos2d Documentation on webpage(cocos2d documentation).There are some code as follows:
action = Bezier(bezier_conf.path1, 5) # Moves the sprite using the
sprite.do(action) # bezier path 'bezier_conf.path1'
# in 5 seconds
and no more code.I don't understande what is 'bezier_conf.path1' and what value is i used to defined it.